@charset "UTF-8";
/* Palaze Webkit CSS */

body {
	margin:0px;
	padding:0px;
	background:#fff3e1;
	font-family:Arial;
	font-size: 12px;
}

a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:underline;
}


.haupttabelle {
	width:950px;
}


.nebentabelle {
	width:690px;
     
}

.navi {
	background:#fbba00;
}

.anav {
	color:#FFF;
}
.anav:hover {
	color:#666;
	text-decoration:none;
}

.nav {
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	border-bottom:solid 1px #ccc;
	margin:5px;
	padding:8px;
	text-indent: 15px;
}

.content {
	background:#ffe3aa;
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
}


.content1 {
		background:#ffe3aa;
		color: #000000;
	    font-weight: bold;
		font-size: 13px;
		font-family:Verdana;
}		
.content_zelle {
	background:#EFEFEF;
}

.top_bg {
	width:100%; height:325px; background:url(img-new/bg_so_top.jpg) repeat-x; z-index:0; position:absolute; left:0px; top:0px;
}

.nav_bg_col {
	 background:#ffb035;
}
