/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	}

body {
	position: relative;
	height: 100%;
	font-family: Verdana, Sans-Serif;
	font-size: 80%;
	}
	
#wrapper {
	width: 1002px;
	}	
	
#topleiste {
	background-color: #4f958d;
	height: 18px;
	}	
	
#container {
	margin: 0px;
	padding: 0px;
	margin-bottom: -10px;
	}	
	
#signet {
	position: absolute;
	top: 55px;
	left: 0px;
	z-index: 2;
	}
	
#logos {
	position: absolute;
	top: 45px;
	left: 890px;
	z-index: 3;
	}	
	
#weiter {
	position: absolute;
	clear: both;
	top: 250px;
	left: 20px;
	z-index: 4;
	}			

/* Footer */			

#footer {
	height: 18px;
	background: url(../media/fusskachel.gif) repeat-x;
	}
	
#sockel {
	float: left;
	}	
	
#copy {
	text-align: right;
	font-size: 80%;
	color: #D9E4DD;
	}	
	
#copy p {
	padding: 3px 10px 0px 0px;
	}			
	
img a {
	border: none;
	}	


