h1 {
	color : #606973;
	font-family:Arial,Helvetica,sans-serif;
	font-size : 16px;
	font-weight : bold;
	line-height: 18px;
	display: inline;*/
	margin: 0;
}

h2,h3,h4 {
	color : #606973;
	font-family:Arial,Helvetica,sans-serif;
	font-size : 12px;
	font-weight : bold;
	line-height: 17px;
	margin: 5px 0;
}

th,b,strong {
	color : #000000;
	font-family:Arial,Helvetica,sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	line-height: 13px;
	text-decoration: none;
}

ul,ol,li,td,address,blockquote,nobr,i {
	color : #000000;
	font-family:Arial,Helvetica,sans-serif;
	FONT-SIZE: 12px;
	FONT-WEIGHT: normal;
	line-height: 17px;
	text-decoration: none;
}

p {
	color : #000000;
	font-family:Arial,Helvetica,sans-serif;
	FONT-SIZE: 12px;
	FONT-WEIGHT: normal;
	line-height: 17px;
	text-decoration: none;
	/*display: inline;*/
}

div {
	/* Beeinflusst das ABC-Menu auf der Kundenseite!!! */
}

hr {
	background-color:#FFFFFF; /* Mozilla 1.4 */
	color:#FFFFFF; /* IE 6 */
	border: #FFFFFF; /* Opera 7.11 */
	height: 0px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	border-top: solid 1px #D1D1D1;
	/* border:dashed #D1D1D1 1px; */
}

/***********************************************************/
/* classes *************************************************/
/***********************************************************/

div#aktuell {
	border: 1px dotted #606973;
	padding: 5px;
}


.headline {
	color:#606973;
	background-color: transparent;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:13px;
	line-height: 17px;
}

.boldtext, strong, b {
	color:#606973;
	background-color: transparent;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height: 15px;
}
A.boldtext:LINK,A.boldtext:VISITED,A.boldtext:ACTIVE {
	color:#606973;
	text-decoration:underline;
}

A.boldtext:HOVER {
	color:#000000;
	text-decoration:none;
}


.normaltext {
	color:#000000;
	background-color: transparent;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:12px;
	line-height: 17px;
	
}
/*
.normaltext a:HOVER {
	color:#ED8E00;
	text-decoration:none;
}
*/
A, A.normaltext:link, A.normaltext:visited, A.normaltext:active {
	color:#000000;
	text-decoration:underline;
}

A:HOVER, A.normaltext:hover {
	color:#606973;
	text-decoration:none;
}

.normaltext b,.normaltext strong {
	color:#606973;
	font-weight:bold;
}

.mediumtext {
	color:#000000;
	background-color: transparent;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:11px;
	line-height: 15px;
	
}

A.mediumtext:link, A.mediumtext:visited, A.mediumtext:active {
	color:#000000;
	text-decoration:underline;
}

A.mediumtext:hover {
	color:#606973;
	text-decoration:none;
}

.smalltext {
	color:#606973;
	background-color: transparent;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:9px;
	line-height: 13px;
	
}

A.smalltext:link, A.smalltext:visited, A.smalltext:active {
	color:#606973;
	text-decoration:none;
}

A.smalltext:hover {
	color:#ED8E00;
	text-decoration:none;
}


TD.footer {
	border-top: solid 1px #555454;
}

.naviSpektrum, A.naviSpektrum:LINK,A.naviSpektrum:VISITED,A.naviSpektrum:ACTIVE {
	color:#606973;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	PADDING-RIGHT: 3px;
	text-decoration:none;
}

A.naviSpektrum:HOVER {
	color:#ED8E00;
}

.abcMenu, A.abcMenu:LINK,A.abcMenu:VISITED,A.abcMenu:ACTIVE {
	color:#606973;
	background-color:#ffffff;
	font-family:Arial,Helvetica,sans-serif;
	width:100%;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

A.abcMenu:HOVER {
	color:#ffffff;
	background-color:#ED8E00;
}

.naviKategorie, A.naviKategorie:LINK, A.naviKategorie:VISITED, A.naviKategorie:ACTIVE {
	color:#606973;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

A.naviKategorie:HOVER {
	color:#ED8E00;
}


.thumb, A.thumb:LINK, A.thumb:VISITED, A.thumb:ACTIVE {
	border: solid 1px #999999;
	margin: 0px 1px; /* oben/unten links/rechts */
}

A.thumb:HOVER {
	border: solid 2px #ED8E00;
	margin: 0px 0px;
}

.thumbactive,A.thumbactive:LINK,A.thumbactive:VISITED,A.thumbactive:ACTIVE,A.thumbactive:HOVER {
	border: solid 2px #ED8E00;
}

INPUT.text {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	COLOR: #000000;
	background-color: #f5f5f5;
	border-style: solid;
	border-width: 1px;
	width:100%;
}

INPUT.search {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	COLOR: #000000;
	background-color: #f5f5f5;
	border-style: solid;
	border-width: 1px;
	width: 110px;
}

SELECT.select {
	color: #000000;
	background-color: #f5f5f5;
	font-family: Arial, sans-serif;
	FONT-SIZE: 11px;
	border-width: 1px;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
	/*width: 100%;*/
	cursor: pointer;
}


TEXTAREA.text {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	COLOR: #000000;
	background-color: #f5f5f5;
	border-style: solid;
	border-width: 1px;
	scrollbar-base-color: #d8dbde;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #d8dbde;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
}

INPUT.button {
	COLOR: #000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	background-color: #d8dbde;
	border-style: solid;
	border-width: 1px;
}

INPUT.buttonsmall {
	COLOR: #000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	background-color: #d8dbde;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
}

table.jobs {
 	background: #D7D8CE url(../images/jobs_background.gif) no-repeat;
 	}
font.jobs.white {
	color: #FFFFFF;
}
font.jobs.bold {
	font-weight: bold;
}
td.jobtitle{
	color: #556571;
	text-align: centre; 
	font-family : Univers,Arial,sans-serif; 
	font-size : 24px; 
	line-height: 23px;
	font-weight : bold;
}


td.jobtitlebanner{
	color: #556571;
	text-align: centre; 
	font-family : Univers,Arial,sans-serif; 
	font-size : 15px; 
	font-weight : bold;
}
A.img:link, A.img:visited, A.img:active {
	text-decoration:none;
}

A.img:hover {
	text-decoration:none;
}
