/* CSS Document */

body {
   font-size:72%;
   font-family:verdana,arial,sans-serif;
   background-color:#F4F4F4;
}

.unsichtbar {
   display: none;
}

h1{
	font-size: 120%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h3{
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/* DIV-Bereiche */

#kopf_logo {
	float:left;
	width:13%;
}

#kopf_werbung {
    width:73%
	float:right;
	text-align:center;
	margin-bottom:0.6em;
}

#titel_navigation {
	float:right;
	margin-top:1em;
	margin-bottom:1em;	
	display:inline;	/* für IE 5 und 6 - verhindert margin-verdoppelung */
}


#navigation {
	clear:both;
	margin-top:2em;
	background-color: #F4F4F4;
	width:14%;
	float:left;
	min-height:16em;
}
/* für IE6 */
* html #navigation {
   height:16em;
}

#navigation ul{
   margin : 0.9em 0 0 0;
   padding : 0;
}
#navigation ul li{
   list-style-type:none;
   border:1px solid gray;
   background-color:#DEDEDE;
   margin-bottom:0.6em;
}
#navigation ul li a {
   padding:0.4em;
   display:block;
   color: #383742;
   font-weight:700;
   text-decoration: none;
}
#navigation ul li a:hover,
#navigation ul li a:focus,
#navigation ul li a:active {
   display:block;
   color: #fff;
   font-weight:700;
   text-decoration: underline;
   background-color: #7A0000;
}

#inhalt {
	float:left;
	margin-left:2%;
	display:inline;
	text-align:justify;
}

#rechts {
	width:13%;
	float:right;
	margin-top:2em;
	display:inline;
}

#fuss {
   	clear : both;
	border: 1px solid #cccccc;
	font-size: 0.9em;
	color: #777777;
	padding: 10px 10px 10px 10px;  	
}

select {
	font-size:95%;
	line-height:120%;
}