@charset "utf-8"; 
/* OVERALL DEFINITIONS */

body, input, select, textarea {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	margin:0;
	padding:0;
	color: #000000;
}

body {
	background:url(/images/bg-gradient-top-nomenu2.png) 0% 0% repeat-x;
}

#main-container {
	width:970px;
	padding:0 10px;
	margin:0 auto;
	position:relative;
}

#forum-homelink {
	position: absolute;
	top: 30px;
	left: 470px;
	font-size: 10pt;
}

 /* HEADER */
#header {
	height:86px;
	margin-bottom: 20px;
}
#logo {
	background:url(/images/logo-mein-bau.png) no-repeat;
	text-indent:-9000px;
	width:250px;
	height:62px;
	position:absolute;
	left:10px;
	top:10px;
}
#logo a {
	text-decoration:none;
	display:block;
	height:59px;
	background:none;
}
#logo h1 {
	margin:0;
	padding:0;
}
#banner-full-top {
	width:468px;
	padding-left:6px;
	position:absolute;
	right:10px;
	top:10px;
} 
#content {
	clear: both;
	padding:0 0 10px 0;
} 
.con-s {
	width:198px;
	margin:0 10px 10px 0;
	float:left;
	display: inline;
}
.con-s-r {
	width:198px;
	float:right;
	display: inline;
	margin:0 0 10px 0;
}
.con-sm-r {
	width:298px;
	float:right;
	display: inline;
	margin:0 0 10px 0;
}
.con-m {
	width:548px;
	float:left;
	display: inline;
	margin:0 10px 10px 0;
}
.con-l {
	width:758px;
	float:left;
	display: inline;
	margin:0 0 10px 0;
}
.con-xl {
	position: relative;
	margin:0 0 10px 0;
}
.con-grp-s {
	width:210px;
	float:left;
	display: inline;
}
.con-grp-s-r {
	width:198px;
	float:right;
	display: inline;
}
.con-grp-m {
	width:560px;
	float:left;
	display: inline;
}
.con-grp-l {
	width:770px;
	float:left;
	display: inline;
}

DIV#logo-print {
	display:none;
} 

DIV#footer {
	clear: both;
	text-align: center;
	border-top: 1px dotted #999999;
	padding-top: 6px;
	margin: 20px 0 20px 0;
}