html, body {
	margin: 0px;
	padding: 0px;
	
	overflow: hidden; /* Außer bei IE */
	
	font-size: 12px;	
	font-family: Arial;
	
	text-align: center;
}

#page {
	text-align: left;

	height: 100%;
	width: 100%;
	
	margin: 0px;
	padding: 0px;
	
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

#header {
	height: 81px;
	width: 100%;
}

/* OldieRent Logo */
#head_01 { 
	margin-top: 10px;
}

#head_02 {
    margin-bottom: 5px;

	position: absolute;
	left: 369px;
	top: 10px;
}

#head_03 {
    margin-bottom: 5px;

	position: absolute;
	left: 530px;
	top: 10px;
}

#head_04 {
    margin-bottom: 5px;

	position: absolute;
	left: 690px;
	top: 10px;
}

#head_05 {
    margin-bottom: 5px;

	position: absolute;
	left: 850px;
	top: 10px;
}

#content {
	height: auto !important;
	width: auto !important;
	
	display: block;
	position: absolute;
	top: 81px;
	left: 169px;

	bottom: 0px;
	right: 0px;

	margin: 0px;
	padding: 5px;
	
	background: #e7ebff;
	
	overflow: auto;	/* Anzeigen eines Scrollbalkens */
}


#content_bg {
	position: absolute;
	top: 81px;
	left: 169px;
	width: 100%;
	height: 100%;
	background: #e7ebff;
}


/* Nicht für IE lesbar 
html>body div.inContentDIV {
	position: relative !important;
	top: -11px !important;
}*/

/* Für alle Browser lesbar */
div.inContentDIV {
	margin: 0px;	
	padding: 0px;
	
	width: auto;
	height: auto;
	
	line-height: 1.25;
}


#left {
	width: 159px;
	
	position: absolute;
	top: 81px;
	left: 0px;
	bottom: 0px;
	
	margin: 0px;

	background: #ced6ed;
	
	float: left;
	
}

#left_bg {
	position: absolute;
	top: 81px;
	left: 0px;

	width: 159px;
	height: 100%;

	background: #ced6ed;
}

#menu {
	height: 350px;
	padding: 5px 3px 0 3px;
}

#adresse {
	margin: 0px 0px 0px 20px;
	height: 120px;
    width: 159px;

	position: absolute;
	bottom: 20px;
	
	line-height: 1.25;
}

#sprache {
	line-height: 1.25;

	position: absolute;
	bottom: 5px;

    width: 159px; 
}