/*
	Ludwig & Reuter Website: 
	BOB Design http://www.bob-design.de/
	CSS Datei
	07.06.2006 Daan Meskers
	$last_change: 07.06.2006 Daan Meskers
*/

/* ==================================================================================== */
/* == TAG STYLES == */

/* ==================================================================================== */
/* == ID STYLES == */
DIV#Main {
	position: relative;
	/* background-color:  #27337E; #143A94 */
	margin: 25px; padding: 0;
	height: 93%;
	text-align: center;
}
DIV#Main UL#BottomMenu {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	padding:  0; margin: 0;
	height: 165px;
	text-align: center;
	list-style: none;
	z-index: 100;
        background: transparent url( ../../img/Logo/ISO9001_2000.png ) no-repeat right top ;
}
DIV#Main UL#BottomMenu LI.first,
DIV#Main UL#BottomMenu LI.menu63, DIV#Main UL#BottomMenu LI.menu140 {
	left: 18%;
}
DIV#Main UL#BottomMenu LI.second,
DIV#Main UL#BottomMenu LI.menu64, DIV#Main UL#BottomMenu LI.menu142 {
	left: 50%;
}
DIV#Main UL#BottomMenu LI.third,
DIV#Main UL#BottomMenu LI.menu65, DIV#Main UL#BottomMenu LI.menu141 {
	left: 82%;
}
DIV#Main UL#BottomMenu LI {
	position: absolute;
	top: 125px;
	display: block;
	width: 270px; 
	margin-left: -130px;
}
DIV#Main UL#BottomMenu LI A {
}
DIV#Main UL#BottomMenu LI A IMG {
	border: 0;
}

DIV#Main UL#Hauptmenu {
	position: relative;
	top: 10%; width: 500px;
	margin: 0 auto 0 auto;
	list-style: none; 
	border: 1px solid #FFF ; /*#27337E; */
	z-index: 100;
}
DIV#Main UL#Hauptmenu.small {
	position: absolute;
	left: 15px; top: 5%;
	width: 250px; margin: 0; padding: 0;
        background-color: #FFF;
        height: 90%;
}

DIV#Main UL#Hauptmenu.small LI {
	margin-top: 30px;
}
DIV#Main UL#Hauptmenu LI {
	margin-top: 50px;
}

UL#Hauptmenu LI A {
}
UL#Hauptmenu LI A IMG {
	border: 0;
}

/* ====================================== */
DIV#Main DIV#Content {
	position: absolute;
	top: 0; left: 0;
	height: 90%; width: 100%;
	padding: 0 0 0 0; 
	margin: 0 0 0 0;
	overflow: auto;
}
DIV#Main DIV#Content H1 {
    margin-top: 25px !important
}
DIV#Main DIV#Content H1, DIV#Content P {
	color: #27337E; /* #FFF; */
	text-align: left;
	width: auto;
	margin: 0; padding: 15px 25px 10px 325px;
        width: 50%;
        max-width: 600px; 
        min-width: 150px;
}
