/* CSS Document */

body {
   font-size:80%;
   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;
}


#kopf_logo {
   min-height:3em;
   width: 15%;
   float:left;
}
/* für IE6 */
* html #kopf {
   height:3em;
}

#kopf_werbung {
	width: 65%;
  float:left;  
	text-align: center;
}

#kopf_rechts {
	width: 18%;
	float:right;
}


#navigation {
   clear:both;
   background-color: #F4F4F4;
   width:12em;
   float:left;
   min-height:16em;
   margin-top:2em;
}
/* für IE6 */
* html #navigation {
   height:16em;
}

#navigation ul{
   margin : 0.6em 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.5em;
   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;
	width:65%;
  margin-left:2%; 
	margin-top:2em;
	display:inline;   
}

#inhalt_termine {
	float:left;
	width:48%;
	margin-left:1%;
	margin-top:1em;
	display:inline;   
}
#inhalt_urls {
	float:right;
	width:48%;
	margin-left:1%;
	margin-top:1em;	
	display:inline;   
}


#rechts {
	width:170px;
	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;  	
}