* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Verdana, Helvetica, 'sans-serif';
	font-size: 12px;
}

#abdeckung {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display: none;
	z-index: 0;
	background-color: #000;
	opacity: 0.75;
}

#meldung {
	background-color: #FFF;
	position: fixed;
	/* height: 200px;  */
	width: 800px;
	top: 125px;
	/* left: 200px;  */
	left: 50%;
	padding: 5px;
	margin-left: -400px;
	border: 1px dotted #666;
	display: none;
	z-index: 200;
}

#wrapper {
	background-color: #CF0;
	width: 870px;
	height: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;	
}
#header1 {
	float: left;
	height: 120px;
	width: 100%;
	background-color: #F00;
}
#navi {
	float: left;
	height: 20px;
	width: 100%;
	background-color: #FFF;
	font-size: 13px;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#header2 {
	float: left;
	height: 105px;
	width: 100%;
	background-image: url(../img/header-falldatenbank.png);
	background-repeat: no-repeat;
	background-color: #FFF;
	cursor: pointer;
}
#left {
	font-size: 14px;
	background-color: #ebf4d9;
	float: left;
	width: 240px;
}
#main-small {
	float: left;
	background-color: #ffffff;
	width: 610px;
	min-height: 550px;
	padding: 10px;
}
#main-wide {
	padding: 10px;
	float: left;
	background-color: #fff;
	width: 850px;
	min-height: 550px;
}
#footer {
	float: left;
	font-size: 12px;
	background-color: #FFF;
	width: 100%;
	height: 25px;
	padding-top: 10px;
	text-align: center;
}

#left #userinfo {
	height: 170px;
	
}

#left div.feld-links {
	font-size: 13px;
	padding: 5px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #fff;
	width: 200px;

}