

* {
	font-family : Verdana, Helvetica, sans-serif; 
	line-height: 130%;
	margin:0;
	padding: 0;
	color: black;
}

body{
	background: #FEFEF3;
	font-size: 80%;	
}

 a:link{
	color: black;
	text-decoration: underline;
}

a:visited{
	color: #01722E;
}

a:hover {
	color: #E5213D;
}

/*

a:link { color:#FF9966; }
a:visited { color:#FF9900; }
a:active { color:#FFFFFF; }

*/

img{
	border: none;
}
/* ****************************   Head Beginn*********************************** */
div.head{
	background-color: #FEFEF3;
	background-image: url(images/head.jpg);
	background-repeat : no-repeat;
	height: 75px;
	width: 85%;
	max-width: 65.5em;	
	margin: auto;
}
/* ****************************   Head Ende  *********************************** */

/* ****************************   Navigation-Beginn  *********************************** */

div.navigation{
	width: 15em;
	padding-top: 1.4em;
	padding-bottom: 0.2em;
	float: left;
}

.navigation ul{

}

.navigation li{
	list-style-type: none;
	background-image: url(images/navigation1.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 0.8em;
	padding-left: 0.6em;
}

li.nav-aktuell{
	list-style-type: none;
	background-image: url(images/navigationaktuell.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 0.8em;
	padding-left: 0.6em;
	color: white;
}

.navigation a{
	text-decoration: none;
	color: black;
}

 li.sub{
	list-style-type: none;
	background-image: url(images/navigation2.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 0.4em;
	margin-left: 0.8em;
}

li.nav-aktuell-sub{
	list-style-type: none;
	background-image: url(images/navigationaktuell2.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 0.4em;
	margin-left: 0.8em;
	color: white;
}


/* ****************************   Navigation Ende  *********************************** */

div.seite{
	width: 85%;
	max-width: 65.5em;
	margin: auto;
	background-color: #EEEFEF;
}
/* ****************************   Text Teil Beginn  *********************************** */

div.text{
	background-color: #EEEFEF;	
	padding-top: 2em;
	min-height: 400px;
	margin-left: 15em;
	padding-right: 1em;
}

.text p{
	padding-bottom: 1em;
}

.text h1{
	padding-bottom: 1em;
	font-size: 1.2em;
}

.text h2{
	font-size: 1em;
	color: #01A0E1;
	padding-top: 0.5em;
}

div.image-rechts{
	float: right;
	padding-left: 3em;
	padding-bottom: 1em;
	text-align: right;
	font-size: 9px;
}

img.rechts{
	float: right;
	padding-left: 3em;
	padding-bottom: 1em;
}

.bold{
	font-weight: bold;
}

.text li{
	margin-left: 3em;
	padding-bottom: 0.5em;
}



div.umrandet{
	background-color: #DFE8F9;
	border: 2px;
	border-style: dashed;
	border-color: #F6352C;
	padding: 0.8em;
	margin-left: 2.5em;
	margin-bottom: 0.5em;
	width: 15em;
	float: right;
	font-size: 90%;		
	width: 170px;
}

.umrandet img{
	margin-top: 1em;
	margin-left: 1em;
}

td{
	vertical-align: top;
	padding-left: 1em;
	padding-bottom: 1em;
}

p.webautor{
	display: none;
}

/* ****************************   Fusszeile Beginn  *********************************** */

div.fusszeile{
	background-color: #A1A5A6;
	width: 85%;
	max-width: 65.5em;	
	margin: auto;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
	text-align: center;
	padding-left: -1em;
	padding-right: -1em;
	border: solid 1px black;
	font-size: 0.95em;
	font-weight: bold;
	color: #EEEFEF;	
}

.fusszeile a{
	color: #EEEFEF;
}
/* ****************************   Fusszeile Ende  *********************************** */

