body {
	background-image:url(bilder/hintergrund-verlauf.jpg);
	background-repeat:repeat-x;
	background-color: #979797;
	
	padding-top: 60px;
	
	color: #666;
	font-size: 12px;
	font-family:Verdana, Geneva, arial, helvetica, sans-serif;
	}
	
h1, h2, h3, h4 {
	color: #005d91;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
	}
	
a:link, a:visited, a:active {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: none;
}

input, textarea {
	background:#fff url("bilder/hintergrund-eingabe.jpg") left top repeat-x;
	border: 1px solid #999;
}

.suche {
	float: right;
	text-align: right;
	*/ position: relative;
	*/ top: -40px;
	}	
	
.rahmen {
	width: 885px;
	text-align: left;
	}
	
.content-rahmen {
	width: 882px;
	height:auto;
	background-image:url(bilder/content-hintergrund.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
	
	margin-top: 20px;
	*/ margin-top: 0px;
	}
	
.menu {
	background-image:url(bilder/menu-hintergrund.jpg);
	background-repeat:inherit;
	width: 863px;
	height: 26px;
	
	padding-top: 16px;
	*/ position: relative;
	*/top: -20px;
	padding-left: 20px;
	
	font-weight: bold;
	text-align:center;
	}
	
.menu ul, .menu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 25px;
	float: left;
}

.menu li li {
	padding-left: 25px;
}
	

.menu  a:link, .menu  a:visited, .menu  a:active {
	color: #333;
	text-decoration: none;
}

.menu  a:hover {
	color: #fff;
	text-decoration: none;
}
	
.menu-seite {
	width: 200px;
	background-color: #dadada;
	float: left;
	font-size: 11px;
	}
	
.menu-seite-kopf {
	background-image:url(bilder/menu-seite-grau.jpg);
	background-repeat:inherit;
	height: 14px;
	font-size: 10px;
	padding:5px;
	padding-top: 10px;
	}

.menu-seite-kopf2 {
	background-image: url(bilder/menu-seite-blau.jpg);
	background-repeat:inherit;
	height: 14px;
	font-size: 10px;
	padding:5px;
	padding-top: 10px;
	}
	
.content {
	width: 640px;
	background-color: #f1f1f1;
	padding: 20px;
	float: right;
	}
	
.content img {
	float: right;
	margin-left: 20px;
	border: 1px solid #666;
	}
	
.footer {
	border-top: 1px solid #666;
	width: 882px;
	height: 25px;
	background-color: #e0e1e0;
	text-align:center;
	padding-top: 10px;
	
	float: clear;
	}
	
.footer img {
	border: none;
	}
	
.footer a:link, .footer a:visited, .footer a:active {
	color: #333;
	text-decoration: none;
}

.footer a:hover {
	color: #333;
	text-decoration: underline;
}
