<!--

/*--------Grundeinstellungen-----------------------------------------------------*/

body {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
background: white;
color: black;
}

a:link { color: black; }
a:hover { background-color: yellow; }


/*----------Bereiche Oben mit Logo und Buttons -------------------------------------*/


#oben { background-color: white; }

#oben h1 {
border-bottom: 1px dashed black;
font-size: 20pt;
margin-top: 4px;
padding-bottom: 3pt;
}

#oben a { text-decoration: none; }
#oben a:hover { background-color: white; }
#oben { width=1000px; }


/*------------------------Navigation links----------------------------------------------*/


#navi {
border: 1px dashed black;
background-color: #EBEBEB;
padding: 7pt;
height:3000px;
}

#navi a:link { text-decoration:none; }
#navi a:visited { color:black; text-decoration:none;  }


#navi h2 {
font-size: 12pt;
color: blue;
margin:0pt;
}



/*-----------------------Inhalte mittig-------------------------------------------*/

#inhalt {
height:3000px; /*------zieht den gestrichelten Bereich beliebig nach unten---*/
width:595px;
border: 1px dashed black;
background-color:#FFFFd8;
 }

#inhalt b { color:blue; }

#inhalt a:link { color:#C59008; text-decoration:none;  }
#inhalt a:visited { color:#C59008; text-decoration:none;  }
#inhalt a:active { color:#C59008; text-decoration:underline; }


#inhalt h1 {
font-size: 18pt;
color: red;
}


#inhalt h2 {
font-size: 16pt;
color: red;
padding-top:1px;
padding-bottom:3px;
}

#inhalt h3 {
font-size: 14pt;
color: red;
}

#inhalt th { color:blue; }





#inhalt table { 
background-color:#FFFFd8;
}




td.inhaltueberschriftblau{
	color : #0053A4;
	font : normal medium  Futura Hv BT,Arial, Helvetica, sans-serif;
	background : #E4E6E7;
}

td.inhaltueberschriftblauklein{
	color : #0053A4;
	font : normal x-small Futura Hv BT,Arial, Helvetica, sans-serif;
	background : #E4E6E7;
}

td.inhaltueberschriftschwarz{
	font : normal xx-small Futura Bk BT,Arial, Helvetica, sans-serif;
	text-align : center;
	vertical-align : top;
	background : #E4E6E7;
}

td.inhaltueberschriftschwarzfett{
	font : normal xx-small Futura Bk BT,Arial, Helvetica, sans-serif;
	background : #E4E6E7;
}


td.inhalfliesstextblau{
	color : #0053A4;
	font : normal xx-small Futura Bk BT,Arial, Helvetica, sans-serif;
	text-align : center;
	vertical-align : top;
	border-bottom-color : Black;
	border-bottom-style : solid;
	border-bottom-width : thin;
	border-top : thin solid Black;
}

td.inhaltbemerkungschwarz{
	color : #000000;
	font : normal xx-small Futura Bk BT,Arial, Helvetica, sans-serif;

}

td.inhalfliesstextschwarz{

	font : normal xx-small Futura Bk BT,Arial, Helvetica, sans-serif;
	text-align : center;
	vertical-align : top;
	border-bottom-color : Black;
	border-bottom-style : solid;
	border-bottom-width : thin;
	border-top : thin solid Black;
}

td.inhalfliesstextschwarz2{

	font : normal xx-small Futura Bk BT,Arial, Helvetica, sans-serif;
	text-align : center;
	vertical-align : top;
	border-bottom-color : Black;
	border-bottom-style : solid;
	border-bottom-width : thin;
}

td.inhalfliesstextschwarz3{

	font : normal xx-small Futura Bk BT,Arial, Helvetica, sans-serif;
	text-align : center;
	vertical-align : middle;
	border-bottom-color : Black;
	border-bottom-style : solid;
	border-bottom-width : thin;
	border-top : thin solid Black;
}

td.inhalfliesstextschwarz4{
	font : normal xx-small Futura Bk BT,Arial, Helvetica, sans-serif;
	text-align : center;
	vertical-align : top;
	border-bottom-color : Black;
	border-bottom-style : solid;
	border-bottom-width : thin;
	border-top : thin solid Black;
	border-left : thin solid Gray;
}

td.inhalfliesstextohnelinie{
	font : normal xx-small Futura Bk BT,Arial, Helvetica, sans-serif;
		vertical-align : top;
}

td.inhalfussnote{
	color : #0053A4;
	font : normal xx-small Futura Bk BT,Arial, Helvetica, sans-serif;
	text-align : center;
}






/*--------------Einzelartikel rechts -----------------------------------------------*/


#einzel b { color:blue; }
#einzel a:link { color:black; text-decoration:none;  }
#einzel a:visited { color:black; text-decoration:none;  }


#einzel {
border: 1px dashed black;
background-color: #EBEBEB;
padding: 5pt;
height:3000px;
font-size: 10pt;
}

#einzel a { text-decoration: none; }

#einzel h2 {
font-size: 10pt;
color: blue;
margin: 0pt;
}


/*--------------------------unten-----------------------------------*/


#unten {
border-top: 1px dashed black;
text-align: center;
font-size: 10pt;
}

#unten a:link { color:#C59008; text-decoration:none;  }
#unten a:visited { color:#C59008; text-decoration:none;  }
#unten a:active { color:#C59008; text-decoration:underline; }



-->
