*{
	padding: 0px;
	margin: 0px;
}

html{
overflow-y: scroll;
}

html, body {
	height: 100%;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body{
	background-image: url(../_images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}

a img{
	border: none;
}

.clear{
	height: 1px;
   font-size: 1px;
	clear: both;
	width: 1px;
}
	
.clearinline{clear: both;}

#wrapper{
	position: relative;
	width: 885px;
	min-height: 100%;
	margin: 0px auto;
	background-image: url(../_images/wrapper-bg.gif);
	background-repeat: repeat-y;
	text-align: left;
}

#content {
	margin-bottom: 70px; 
	position: relative;
	width: 100%;
	}

	
#footer {

	bottom:0;
	height:42px;
	left:-2px;
	position:absolute;
	width:895px;
	}
	
	
#footer div{
	width: 884px;
	position: relative;
	left: 2px;
	height: 12px;
	background-color: #FFF;
	border-bottom:1px solid #BDBCBC;
}

#headertop{
	position: absolute;
	top: 15px;
	right: 0px;
	background-color:#FFFFFF;
	height:30px;
	left:-2px;
	position:absolute;
	right:0;
	text-align:right;
	top:0;
	width:902px;
}

#header{
	width: 885px;
	height: 300px;
	background-color: #FFF;
}

#header img.logo{
	margin-top: 30px;
}
	
#sidebar-left{
	width: 160px;
	float: left;
	margin-left:0;
	margin-right:-160px;
	margin-top:10px;
	/*padding-bottom: 40px;*/
}

#sidebar-right{
	width: 181px;
	float: left;
	margin-left:705px;
	margin-right:-885px;
	/*padding-bottom: 40px;*/
}

#inhalt{
	color: #605E5E;
	width: 450px;
	float: left;
	margin-left:202px;
	margin-right:-760px;
	position: relative;
	line-height: 18px;
	/*padding-bottom: 40px;*/
}