html, body{
	height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
}

body{
	margin:0;
	padding:0;
	font-family:arial;
	font-size:13px;
	background-color:#dcdbd9;
}

#tropfen{
	background:url(media/tropfen.png) top left no-repeat;
	width:539px;
	height:167px;
	left:0;
	top:145px;
	position:absolute;
}

#header{
	margin: 0 auto; /* Zentrierung durch auto  Achtung: DOCtyp im HTML ist entscheident*/
	background:url(media/facdos_header.jpg) silver top center no-repeat;
	width:auto;
	height:145px;
}

#header a{
	display:block;
	height:145px;
	width:1000px;
	margin:0 auto;
}

#shadow{
	background:url(media/shadow.gif) silver top center no-repeat;
	width:1000px;
	height:50px;
}

#site, #site_produkte{
	margin: 0 auto; /* Zentrierung durch auto  Achtung: DOCtyp im HTML ist entscheident*/
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */ 
	height:100%; /* Mindesthöhe für den IE */ 
	overflow: hidden !important; /* FF Scroll-leiste */ 
	background:url(media/bg_stripe.gif) top center repeat-y;
	position:relative;
	z-index:100;
}
#site_produkte{
	background:url(media/bg_stripe_pro.gif) top center repeat-y;
}



#innersite{
	margin: 0 auto; /* Zentrierung durch auto  Achtung: DOCtyp im HTML ist entscheident*/
	width: 1000px;
	padding:0;
	background-color:#ffffff; /* Als BG Farbe wird die farbe verwendet die das menu links später bekommen soll*/
	z-index:50;
	position:relative;
}


.startlink{
	color:black;
	text-decoration:none;
}

table{
	font-size:11px;
}


#footer{
	height: 21px;
	background:url(media/facdos_footer.jpg) bottom center no-repeat;
	clear:both;
	width:100%;
	bottom:0;
	position:absolute;
	z-index:80;
	
}

#rally{
	position:realtive;
	margin-top:-188px;
	background:url(media/rallyestreifen.png) bottom right no-repeat;
	width:100%;
	height:167px;
	z-index:0;
}

#menu_left{ /* Erbt seine BG farbe vom Site DIV*/
	width:174px;
	float:left;
	padding-top:0;
	margin:0;
	background-color:#024481;
}

.menulink, .menulink_active, .h_menulink, .h_menulink_active{
	font-family:arial;
	font-weight:bold;
	color:#d9dada;
	font-size:12px;
	margin:0 0 10px 18px;
	text-decoration:none;
	display:block;
}

.h_menulink, .h_menulink_active{
	float:left;
	width:170px;
	margin:0;
	line-height:50px;
	text-align:center;
}

.menulink:hover, .menulink_active, .h_menulink:hover, .h_menulink_active{
	color:#409ae6;
}


#content{
	margin:0;
	padding:0 20px 10px 20px;
	width:786px;
	float:left;
	z-index:110;
}

ul{
	color:white;
	list-style: none inside;
	margin:0px;
	padding:0px;
	display:inline;
}

li{
	display:inline;
	width:200px;
	margin:0px;
}

h1{
	font-family:arial;
	color:#3A75B9;
}

.inline, .inline2{
	text-decoration:none;
	color:#3A75B9;
}

.inline2{
	color:#000000;
}

.inline:hover, .inline2:hover{
	text-decoration:underline;
}

.line{
	margin:0;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#3A75B9;
	height:2px;
}

.kurzname, .produktname{
	padding:0;
	margin:0;
	font-family:arial;
	color:#3A75B9;
	font-size:35px;
	font-weight:bold;
	margin-left:10px;
}

.produktbild{
	width:180px;
	height:200px;
	float:left;
	background:url(media/box_200.jpg) center top no-repeat;
	margin:5px 0 5px 0;
}
.produkt{
	float:left;
	height:200px;
	width:600px;
	background:url(media/box_600.jpg) center top no-repeat;
	margin:5px 0 5px 5px;
	position:relative;
	
}

.produktname{
	font-size:15px;
	margin-left:10px;
}

.produktinfo{
	margin-left:10px;
	margin-right:10px;
}


.einheit{
	font-weight:bold;
	margin-left:10px;
}
.merch, .artnr{
	font-family:arial;
	color:#3A75B9;
	font-size:12px;
	font-weight:bold;
}
.artnr{
	color:#CC0071;
}



.blue{
	color:#3A75B9;
}

/* Farben
Farbe für Menü off: #d9dada
Farbe für Menü on: #409ae6
Farbe Menüstreifen: #024481
*/
