html {
}

html,body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0em 0em 0em 0em;
	padding:0em;
	color:#000;
	background-image:url('../images/layout/back_all.jpg');
	background-repeat:no-repeat;
	background-color:#a9c8f7;
}

#divmain {
	width:772px;
	padding:0px;
  margin-top:15px;
  margin-bottom:0px;
	margin-right:auto;
	margin-left:auto;
	background-image:url('../images/layout/back_main.gif');
}

#divheader { 
	width:772px;
	height:74px;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	background-repeat:no-repeat; 
	background-image:url('../images/layout/back_head.jpg');
}

#divleft {
	font-size:1em;
	background-color:#ffffff;
	background-image:url('../images/layout/back_navi.gif');
	background-repeat: repeat-y;
	float:left;
	width:133px;
	padding:0px;
	margin:0px 0px 0px 0px;
}


#divinhalt {
	float:left;
	width:609px;
	padding:0px;
	margin:0px;
}


#divfooter {
	margin:2em 0em 0em 0em;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	padding:0px;
	border-color:#000000;
	width:550px;
}



#divabschlussunten {
	width:772px; height:32px; margin:0px auto; background-image:url('../images/layout/back_main_u.gif'); background-repeat:no-repeat;
}


/* Navigation links */

#divmenu1 {
	margin-left:10px;
}
	
ul.ulmainmenu {
	font-family: "Trebuchet MS", Arial, sans-serif;
	list-style-type: none;
	margin:0em 0em 0em 0em;
	padding:0em;
}

ul.ulmainmenu li {
	font-size:0.75em;
	line-height:1.7em;
}


#divleft a {
	width:100px;
	padding:0px 3px 0px 5px;
	margin:0px 3px 0px 0px;
	display:block;
	color:#11428e;
	text-decoration:none
}


#divleft a:hover {
	font-weight:bold;
	background-color:#ffffff;
}


/* Überschriften */

.captionsite {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	/* Abstand bei altem rundem Logo: */
	/* margin:0.9em 0em 0em 91px; */
	margin:0.9em 0em 0em 153px; 
}


.tagline {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	color:#11428e;
	/* Abstand bei altem rundem Logo: */
	/* margin:0.9em 0em 0em 91px; */
	margin:0em 0em 0em 153px;
}


#divinhalt h2 {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border:0px;
	margin:1em 0em 0.5em 0em;
	padding:0em;
	font-size:0.8em;
	font-weight:bold;
}



#divinhalt h1 {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:0.9em;
	font-weight:bold;
	color:#0f3c80;
	clear:both;
	margin:1em 0em 0em 0em;
	padding:0em 0em 0.1em 0em;
	border-style:solid;
	border-color:#000000;
	border-width:0px 0px 1px 0px;
	width:590px;
}


/* Überschriften in Infoboxen */
#divinhalt .captioninfobox {
	margin:0em;
	padding:0em 0em 0em 1.5em;
}


/* Textabsätze */

#divinhalt p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin:1em 0em 0em 0em;
	padding:0em;
	width:550px;
}


#divinhalt .footer {
	font-size:0.7em;
	font-weight:bold;
	margin:0px; padding:0px;
}


#divinhalt .footer a {
	text-decoration:none;
	color:#000000;
}


.absatztyp1 {
	width:450px;
}


/* Listen */

#divinhalt ul {
	margin:1em 0em 0em 2em;
	padding:0em 0em 0em 0em;
}

#divinhalt li {
	font-size:0.8em;
	line-height:1.3em;
}


#divinhalt .infobox1 {
	width:50%; 
	margin-top:2em; 
	padding:0.4em 0.4em 0.4em 18px; 
	line-height:1.5em; 
	border:1px solid #000000; 
	border-width:0px 1px 1px 0px; 
	font-style:italic; 
	background-color:#ccdefa; 
	background-image:url('../images/layout/back_infokasten_universal.gif');
}


/* Links */

a { color:#000000; }



/* allgemeine Zusatzformatierungen (fett, nicht unterstrichen, etc.) */

.fett {
	font-weight:bold;
}


.schwarz {
	color:#000;
}


.nichtunterstrichen {
	text-decoration:none;
}

.kleingedruckt {
	font-size:0.7em;
}




