/*
	css_drdoehner_web.css
	#####################
	Updated: 04.09.2007
*/

/* ### Hintergrundfarbe + Abstand ################################################################## */

html, body
{
	background:	#c5c7c8;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}

/* margin:6 steht fÙr Zeilenabstand!!!! #####*/
p { 

	margin:0px;
	margin-bottom:5px; /* die untere Angabe hebt quasi die obere wieder auf. #####*/
}

* html p { 

	margin-bottom:5px; /* Hack, nur wenn IE6 falsch anzeigt. Wichtig, nur eine der Sternchen Angaben verwenden.  ( #####*/
}

/* Zellenfarbe ################################################################## */


.farbe_blau {
	background-color: #3371b5;
}

.farbe_hellblau {
	background-color: #ebeff7; 
}


.farbe_rahmenfoto {
	background-color: #4a9bc9; 
}




/* ### Text ################################################################## */

.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-color: #ebeff7;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	vertical-align: text-top;
	text-align: left;
}

.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #58585a;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	vertical-align: text-top;
	text-align: left;
}

.head_ausdruck {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #58585a;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	vertical-align: text-top;
}

.head_aktuelles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	vertical-align: text-top;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	color: #58585a;
	background-color: #ebeff7;
	font-size: 12px;
	line-height: 14px;
	vertical-align: text-top;
}

.copy_ausdruck {
	font-family: Arial, Helvetica, sans-serif;
	color: #58585a;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
	vertical-align: text-top;
	text-decoration: none;
}

.copy_ZAB_eng {
	font-family: Arial, Helvetica, sans-serif;
	color: #58585a;
	background-color: #ebeff7;
	font-size: 12px;
	line-height: 13px;
	vertical-align: text-top;
	list-style-position: inside;
	list-style-type: circle;
}

.copy_adresse {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #3371b5;
	font-size: 11px;
	line-height: 12px;
	padding-top: 2px;
	text-align: justify;
}

.copy_adresse_bold {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #3371b5;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	padding-top: 2px;


}


/* ### Text aktiv ################################################################## */


.link_inaktiv {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #3371b5;
	font-size: 11px;
	line-height: 11px;
	padding-top: 1px;
	font-weight: bold;
	text-decoration: none;

}

.link_aktiv {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	background-color: #3371b5;
	font-size: 11px;
	line-height: 11px;
	padding-top: 1px;
	font-weight: bold;
	text-decoration: none;

}
.link_bildtitel {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #3371b5;
	font-size: 11px;
	line-height: 11px;
	padding-top: 1px;
	font-weight: normal;
	font-style: italic;

}

