@charset "UTF-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	}
	
.rotgross {
	color:#bf0909;
	font-size:22px;
	line-height:50px;
	}

.rotgrossueber {
	color:#bf0909;
	font-size:22px;
	}
	
.rotkleincenter {
	color:#bf0909;
	text-align:center;
	}
	
.adresse_text {
	text-align:center;
	}
	
.weissgross {
	font-size:22px;}

#aussen {
	width:872px;
	margin:auto;
	margin-top:20px;
	}
	
#innen {
	float:left;
	width:872px;
	
	}
	
#menu {
	text-align:right;
	margin-top:20px;
	float:right;
	clear:both;
	width:100%;
	padding-top:10px;
	padding-bottom: 5px;
	}	
	
#menu a:link {
	color: #000;
	padding:5px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	text-decoration:none;
	
	
}

#menu a:visited {
	color: #000;
	padding:5px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	text-decoration:none;
}
#menu a:hover {
	color: #000;
	padding:5px;
	border-left:1px solid #c1b8b8;
	border-right:1px solid #c1b8b8;
	border-top:1px solid #c1b8b8;
	text-decoration:none;
}
#menu a:active {
	color: #000;
	padding:5px;
	border-left:1px solid #c1b8b8;
	border-right:1px solid #c1b8b8;
	border-top:1px solid #c1b8b8;
	text-decoration:none;
}

	
#logo1 {
	background:url(../bilder/logo2.png) no-repeat;
	width:210px;
	height:56px;
	float:right;
	margin-right:15px;
	}
	
#logo2 {
	background:url(../bilder/logo1.png) no-repeat;
	width:210px;
	height:56px;
	float:right;
	margin-right:25px;
	}
	
#inhalt {
	width:870px;
	border:1px solid #c1b8b8;
	min-height:300px;
	float:left;
	margin-top:0px;
	background:url(../bilder/inhalt_bg.png) repeat-x;
	background-position:bottom;
	}

#adresse {
	float:right;
	clear:both;
	margin-right:15px;
	text-align:center;
	margin-bottom:35px;
	width: 450px;
	}

#menuunten {
	float:left;
	width:860px;
	margin-top:10px;
	text-align:right;
	padding-bottom:10px;
	}
	
#menuunten a {
	color: #000;
	padding:5px;
	text-decoration:none;
	
}

#on {
	background:url(../bilder/weiss.png);	
	}

	

