/* CSS Document */

body {
	font-family:arial;
	font-size:12px;
	color:#000000;
	background-color:#ffffff;
	margin: 0px;
}

td {
	font-family:arial;
	font-size:12px;
	color:#000000;
	text-align: left;
}

th {
    font-family:arial;
	font-size:12px;
	color:#ffffff;
	text-align: left;
}

a:link, a:visited {
	color: #ff3300;
	text-decoration: none;

}
a:hover {
	color: #ff3300;
	text-decoration: underline;

}
/********* Navigation **********************************************************************/

a.nav_main:link, a.nav_main:visited {
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 14px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 20px;
	background: #fdad66 url(grafiken/nav_grafik_main.gif);
	line-height: 21px;
	width: 150px;
	display: block;
	text-decoration: none;
	font-weight:bold;
	border-bottom: solid 1px #fecb9c;
	
}

a.nav_main:hover, a.nav_main:active {
	background: #ffffff url(grafiken/nav_grafik_main.gif);
}

a.nav_sub:link, a.nav_sub:visited {
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 30px;
	line-height: 14px;
	width: 140px;
	display: block;
	text-decoration: none;
	background: #FECB9C ;
}

a.nav_sub:hover {
	background-color: #ffffff;

}

a.nav_top:link, a.nav_top:visited {
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	display: marker;
	text-decoration: none;
	font-weight:bold;
	line-height: 25px;
	height:25px;
	background: #FF7B00 none;
	
}

a.nav_top:hover {
	background: #ffffff none;

}

/********* Inhalt **********************************************************************/

.Seitentitel{
	font-family:Arial, Helvetica, sans-serif;
	color: #FF3300;
	font-size: 20px;
}

.Titel {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	background: url(grafiken/titel_grafik_normal.gif);
	font-weight: bold;
	display: block;
	width: auto;
	padding: 0px 0px 2px 18px;
	
	border-bottom: solid 1px #000000;
}


.Text_Markierung_Orange {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background: #FECB9C;
}

.Text_Markierung_Grau {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background: #DADADA;
}

.Text_Gross {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
}

.SchriftFettSchwarz {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.SchriftFettRot {
	font-family:Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;	
}
.SchriftRot {
	font-family:Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 12px;
}

.Kleingeschribenes {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-style: italic;
	font-size: 10px;
}

.Fussnote {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 10px;
}

/********* infoblock ORANGE **********************************************************************/

.infoblockTitel_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	background: #FDAD66;
	display: block;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	width: auto;
	text-align: center;
	vertical-align: middle;
}
.infoblockText_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	display: block;
	width: auto;
	padding: 5px;
	background: #fecb9c;
}
.infoblockText_orange a:link,.infoblockText_orange  a:visited {
	color: #ff3300;
	text-decoration: none;
}
.infoblockText_orange a:hover {
	color: #ff3300;
	text-decoration: underline;
}
/********* Infoblock GRAU **********************************************************************/

.infoblockTitel_grau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	background: #cccccc;
	display: block;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	width: auto;
	text-align: center;
	
}
.infoblockText_grau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	display: block;
	width: auto;
	padding: 5px;
	background: #DADADA;
}
.infoblockText_grau a:link,.infoblockText_grau  a:visited {
	color: #ff3300;
	text-decoration: none;
}
.infoblockText_grau a:hover {
	color: #ff3300;
	text-decoration: underline;
}

/********* spez Links **********************************************************************/

a.linkNachoben:link, a.linkNachoben:visited {
	color: #666666;
	background: url(grafiken/link_grafik_nachoben.gif);
	padding-left: 18px;
	text-decoration: none;
	font-size: 12px;
}

a.linkNachoben:hover {
	color: #666666;
	background: url(grafiken/link_grafik_nachoben.gif);
	padding-left: 18px;
	text-decoration: underline;
	font-size: 12px;
}

a.linkExtern:link, a.linkExtern:visited {
	color: #009900;
	background: url(grafiken/link_grafik_externlink.gif);
	padding-left: 18px;
	text-decoration: none;
}

a.linkExtern:hover {
	color: #009900;
	background: url(grafiken/link_grafik_externlink.gif);
	padding-left: 18px;
	text-decoration: underline;
}

a.linkMail:link, a.linkMail:visited {
	color: #666666;
	background: url(grafiken/link_grafik_mailadresse.gif);
	padding-left: 18px;
	text-decoration: none;
}

a.linkMail:hover {
	color: #666666;
	background: url(grafiken/link_grafik_mailadresse.gif);
	padding-left: 18px;
	text-decoration: underline;
}
/********* Divers **********************************************************************/

#RechteSpalte {
	padding: 10px;
	
}

.RechteSpalteTitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	display: block;
	vertical-align: middle;
	background: #FDAD66;
	display: block;
	padding: 3px 3px 3px 3px;
}

a.img:link, a.img:hover, a.img:visited, a.img:active {
	color: none;
	text-decoration: none;
	background: none;
	padding-left: 0px;
}