html, body {
	height: 100%;
}
body {
	background-color: #e0e0e0; 
	padding:0px;
	margin:0px;}
	
/* Hauptcontainer der Alles umschließt  */
div#wrapper { 
	width: 1040px; 
	padding:0;
	height: 100%;
	margin: 0px auto 0px auto;
	position: relative;
	background-image: url(../images/BG-Nibler.gif); 
	background-repeat: repeat-y; 
}

div#wrapper_leistung { 
	width: 1040px; 
	padding:0;
	height: 1100px;
	margin: 0px auto 0px auto;
	position: relative;
	background-image: url(../images/BG-Nibler.gif); 
	background-repeat: repeat-y; 
}

div#wrapper_impressum { 
	width: 1040px; 
	padding:0;
	height: 950px;
	margin: 0px auto 0px auto;
	position: relative;
	background-image: url(../images/BG-Nibler.gif); 
	background-repeat: repeat-y; 
}
	
/* Linke Spalte mit den Menüs für die Sprachauswahlseite */
div#left_column_start {
	width: 167px;
	height: 600px;
	margin-left: 120px;
	background-image: url(../images/BG_left_column_speech.jpg); }
	
/* Linke Spalte mit den Menüs für die Standardseiten */
div#left_column {
	width: 167px;
	height: 600px;
	margin-left: 120px;
	background-image: url(../images/BG_left_column.jpg); }
	
/* Mittlere Spalte mit den content */
div#middle_column_start {
	width: 463px;
	height: 600px;
	margin-left: 287px;
	top: 0px;
	position: absolute;
	background-image: url(../images/BG_middle_column_start.jpg); }
	
div#middle_column { 
	width: 463px; 
	height: auto; 
	margin-left: 287px; 
	top: 0; 
	position: absolute; 
	background-image: url(../images/BG_middle_column.jpg); 
	background-repeat: no-repeat; }
	
/* Rechte Spalte mit den content */
div#right_column_start {
	width: 170px;
	height: 600px;
	margin-left: 750px;
	top: 0px;
	position: absolute;
	background-image: url(../images/BG_right_column_start.jpg); }

div#right_column {
	width: 170px;
	height: 600px;
	margin-left: 750px;
	top: 0px;
	position: absolute;
	background-image: url(../images/BG_right_column.jpg); }
	
/* Linke Spalte - Sprachmenü */
div#speech_menu {
	width: 167px;
	height: 100px;
}

/* Linke Spalte - Hauptmenü */
div#menu {
	top: 215px;
	position: absolute;
	width: 167px;
	height: auto;
}

/* Linke Spalte - Kontaktmenü */
div#contact_menu {
	top: 470px;
	position: absolute;
	width: 167px;
	height: auto;
}
/* Inhalt der Mittelspalte */
div#content_middle_start {
	margin-left: 195px;
	margin-top: 344px;
	}
	
div#content_middle {
	margin-left: 90px;
	margin-top: 205px;
	width:355px;
	}
div#clearer {
	width: 100%;
	clear: both;}