/* Start: 11.08.2008
LetzteÄnderung:
*/

/* Farben
	dunkelblau R51 G56 B147, #333893
	hellblau R142 G150 B198, #8e96c6
	beige #ffeab3
*/

html, body { 	
	font-family: Verdana, sans-serif;	
	font-size: 12pt
	/*margin: 0px;
	padding: 0px;*/  
	background: white;

 }


#huelle {
  width: auto;
  margin: 0 5%; 
	/*padding: 10px;*/
}

/* Seitenkopf */
#kopf {
	display: none
}

#logo {
	float: left;   
  width: 145px;
	padding-top: 20px;
	padding-left: 29px;
}

#bild { 
	float: right;
}


/* Mittelteil */
#mitte {
	float:left;
	width: auto;
	
}

#spalte_links { 
	display: none
}

#inhalt {
	float: left;
	width: auto;
	
	background-color: white;
}

#spalte_rechts { 
	display: none
}

/* Fuß */
#fuss {
	clear:both;
  height: 0px;
  /*background-color: #333893;*/
	/*display: none;*/
}

#navigation {
	list-style-image: none;
	list-style-type: none;
}

li {
  font-size: 13px;  
}

#navigation li {
/*background: #525D69;*/
}

#navigation li a {
	color: white;
	font-size:13px;	
	display: block;
	padding: 10px 0px;
	text-decoration: none;	
}

#navigation li a:hover {
	background: #8e96c6;
	color: white;
}

#navigation li a.active {
	background: #459d44;
	color: #fff;
	text-decoration: underline;	
}


p.iserv {
font-size: 10px;
color: white;
text-align: center;
margin: 30px 0px 40px;
}

p.iserv a {
color: white;	
display: block;
text-decoration: none;	
}

p.iserv a:hover {
background: #8e96c6;
color: white;
}

p.iserv a.active {
background: #459d44;
color: #fff;
text-decoration: underline;	
}


p {
  font-size:12px;
}

p.fuss {
	font-size:10px;
	color: red;
	text-align : center;
}

p.copyright {
	font-size:10px;
	color: white;	
	text-align : center;
}

p.caroblau {
	/*font-size: 13px;*/
  font-weight: bold;
	color: #333893;
}

h1{
    font-size : 22px;
}

 h2{
    font-size : 18px;
}

h3{
    font-size : 16px;
}

h4{
    font-size : 14px;
}

h5{
    font-size : 14px;
}

td.jahreszahl{
	font-size : 12px;
	font-weight : bold;
	vertical-align : top;
}

td{
	font-size : 12px;
	padding-top : 12px;
	color: white;
}
