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

body {
	margin:0px;
	background:url(bg_aussen.jpg);
	height:100%;
	padding:0;
}

html {
	height:100%;
}

.logo {
	position:relative;
	top:0px;
	left:0px;
	width:950px;
	height:150px;
	background-image:url(logotop3.jpg);
}

.zeile_aussen {
	position:absolute;
	top:150px;
	height:24px;
	width:100%;
	background:url(menu_zeile.jpg);
	z-index:-1;
	margin-bottom:-24px;
}

.main_div {
	position:relative;
	width:950px;
	top:0px;
	min-height:100%;
	
	border-right:1px solid;
	border-left:1px solid;
	
	margin:auto;
	
	background-color:#FFF; 
}

.menu_1 {
	position:relative;
	top:0px;
	left:0px;
	width:950px;
	height:22px;
	z-index:21;
	
	background-image:url(../blau/menu_bg.jpg);
	
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-top: 1px solid;
	margin-bottom:18px;
	padding-top:-1px;	
}

/* ÜBERSCHREIBEN */
.menulist li, .menulist li ul, .menu_1, .main_div {
	 border-color: #aaa;	
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 	background-color: #ff7102;
}
.menulist ul li {
	background-color: #eee;
}

a, .news_ueberschrift, .news_ueberschrift a, .seiten_ueberschrift {
	color:#ec7a00
}

a:hover, .box_ueberschrift a:hover, .news_ueberschrift a:hover {
	color:#E80000;
}

/* Zurück überschreiben */
.obenwhite a:hover {
	color:#FFF;
}
.news_unterschrift a:hover {
	text-decoration:underline;	
	color:#666
}

