html, body {
	height: 100%;
}

#wrapper {	
	position:relative;
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
	width: 870px;
	background-position:center;	
	background-image:url(../images/layout/wrapper_bg.gif);	
	margin:0 auto;
}

#main_div {
	background-image:url(../images/layout/wrapper_bg.gif);	
	background-repeat: repeat-y;
}

.clearer {
	clear:both;
	height:1px;
	width:100%;
	background-color:red;
	font-size:1px;
	visibility:hidden;
}


/************************************************************ LEFT */

#left {
	float:left;
	width:250px;
	overflow:hidden;
	padding-bottom:30px;
	margin-right:20px;
}

#lueman_logo {
	height:115px;
}

#content_left {
}

/************************************************************ RIGHT */

#right {
	float:left;
	width:600px;
	overflow:hidden;
	padding-bottom:30px;
}

#header_img {
	margin-bottom:10px;
}

#menu {
	position:relative;
	height:115px;
}

/***************************** MENU */

#navigation_n,
#lang_div_n, 
#navigation_sub_n {
	position: absolute;
	left: 15px;
	line-height: 17px; 
	color: #009EE0;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	background-color:#FFF;

}
#navigation_n { 
	top: 12px;
	width: 570px;
}
	
#lang_div_n { 
	top: 80px;
}
	
#navigation_sub_n {
	top: 30px;
	width: 570px; 
}

#content_right {
}

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

#footer_left_n,
#footer_right_n {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1px;
	color: #999999;
}

#footer_left_n span,
#footer_right_n span {
	display:block;
	padding:8px 0 8px 15px;
	border-top:1px solid #999999;
	background-color:#FFF;
}

#footer_left_n{
	float:left;
	margin-right:20px;
	width:250px;
	height:20px;
}

#footer_right_n{
	float:left;
	width:600px;
	height:20px;
}