body {
	font-family: verdana, arial, helvetica, serif;
	font-size: 100,01%;
	margin-left: 30px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

*{padding: 0;
  margin: 0;
  }
  

#rahmen {
width: 920px;
background: #fff;
color: #000;
font-size: 75%;
}

.logozelle {
vertical-align:bottom;
text-align: right;
height: 70px;
background: #ffffff url(bilder/logo.jpg) top left no-repeat;
padding-bottom: 5px;
padding-right: 10px;
}


td.bildzelle {
width: 260px;
/*background: #fff url(bilder/startbild1.jpg) top left no-repeat;*/
vertical-align:top;
text-align: left;
padding-top: 35px;
}

.navizelle 
{padding: 5px 0 0 260px;
vertical-align:bottom;
text-align: right;
}

h2 {
	font-size:85%;
	font-weight:bold;
	color:cc0000;
	margin-top:30px;
	margin-bottom: 10px;
	}
	
h3 {
	font-size:100%;
	font-weight:bold;
	color:#000;
	}

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	cursor:pointer;
	font-weight:normal;
	font-size:82%;
	color:#666;
	text-decoration:none;
}


li { /* all list items */
	float: left;
	position: relative;
	/*width: auto;*/
	text-decoration:none;
	color:#666;
}

li.hauptnavi {
float: left;
margin-right: 30px;
}


li.logo {
	float: right;
	margin-left: 25px; 
	/*width: auto;*/
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	/*width: auto;*/
	text-decoration:none;
	color:#666;
	background: #fff;
	border: 1px solid #ccc;
	line-height: 1.5em;
	font-size: 0.8em;
  }
  

li ul a {
	background-color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	color:#666; 
	width: 60px;
	}
	
li ul a:hover {
	color: #cc0000;
	background-color:#fff;
	} /* Hover Styles */
	
li a:hover {
	color: #cc0000;
	background-color:#fff; 
	} /* Hover Styles */

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items*/ 
	display: block;
}
li:hover ul li, li.over ul li{ /* lists nested under hovered list items */
	/*	float: none;*/
	width: auto;
	margin-right: 35px;
}

	


#text {
align: left;
font-size: 80%;
padding-bottom: 20px;
width: 85%;
}

p {
margin-bottom: 15px;
line-height: 1.5em;
}

#content {
	clear: left;
}

a:link, a:hover, a:visited {
	color: #666;
	text-decoration: none;
}

.footer {
font-size: 65%;
border-top: 1px #cc0000 solid;
padding-top: 5px;
padding-bottom: 15px;
}

.red {
color: #cc0000;
}
