/* layout.css - Pariswohnung.de (c)Karel Jockusch) */
/*	background-image: url(../images/header.jpg); */
/*	background-repeat: no-repeat; */



#leftcol{
	position:absolute;
	left:30px;
	top:110px;
	overflow:auto; 
	min-height:100px;
	margin: 0px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	background: #efeff0;
	border: 1px solid #333344;
}

#header {
	position: absolute;
	left: 0px;
	top: -10px;
}

#moduletableheader {
}


#banner {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 478px;
	height: 69px;
}

#logo {
	background-Color:#F8F7F7;
	}

#pagewidth{
	position:relative;
	top: 5px;
	height: 530px;
	overflow:hidden;
	background-Color: #f8f7f7;
	border: ridge 1px #FFFFFF;
	text-align: justify;
	margin: 5px;
}

#twocols{
	position:absolute;
	left:270px;
	top:110px;
	overflow:auto; 
	width:900px; 
	height:600px;
	margin: 0px;
	padding: 10px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	background: #efeff0;
	border: 1px solid #333344;
}

#mitglieder{
	overflow:auto; 
	width:650px; 
	height:350px;
}

#maincol{
	background-Color: transparent;
	float: left; 
	display:center; 
	position: relative;
	margin: 6px;
}

* html #maincol{
	width:80%;
	height:80%;
	}
 
#footer{
	color: #fff;
	text-align: center;
	height:25px; 
	background-color:#D9D1D1; 
	clear:both;
	}

#decobild {
	position: absolute;
	right: 40px;
	bottom: 40px;
	display: none;
}

