/*
 * Layout Gerüst
 ***************************/
html, body {
	height: 100%;
}

#wrapper {
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
	width:800px;
	margin:0 auto;
	background:url(../images/layout/content_bg.gif) 196px 0 repeat-y;
}

/**************************************** HEADER / MENU ****************************************/

#header {
	height:426px;
	overflow:hidden;
	padding-left:196px;
}
#header_border {
	border-right:2px solid white;
	border-left:2px solid white;
}

#logo {
	background:url(../images/layout/rieber_logo.jpg) no-repeat;
	height:60px;
	margin-bottom:2px;
}
#logo a {
	display:block;
	height:60px;
	width:600px;
}

#header_infos {
	height:30px;
	background:url(../images/layout/rieber_infos.jpg) no-repeat;
	margin-bottom:2px;
}

#headerbild {
	height:300px;
	margin-bottom:2px;
}

#menu_top {
	height:30px;
}
	
/**************************************** CONTENT ****************************************/

#content_main {
}

#content_left {
	width:196px;
	float:left;
	overflow:hidden;
	margin-right:2px;
}
#content_left .padding {
	padding-top:58px;
}

#content_right {
	width:600px;
	float:left;
}
#content_right .padding {
	padding:25px 25px 0 25px;
}


/**************************************** FOOTER ****************************************/

#footer {
	margin-top:15px;	
	margin-bottom:5px;
}

#footer_content {
	text-align:center;
}

#footer_content p {
	margin:0;
}
