/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#FFFFEF;
}

img {
	border:none;
}
/*logo-div*/
#logo {
	height:150px;
	width:900px;
	background: url(grafik/logo/logo.jpg) no-repeat;
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-450px;
}
/*haupt-div. h&auml;ngt direkt unterm logo*/
#inhalt {
	border:2px solid #FFCC99;
	border-top:1px solid #FFCC99;
	position:absolute;
	top:170px;
	left:50%;
	margin-left:-450px;
	margin-bottom:25px;
	width:895px;
	background: #FFFFCC;
	min-height:100%;
}
* html #inhalt {
	position: absolute;
	top:168px;
}
/*obere navigationsleiste*/
#inhalt ul {
	list-style:none;
	width:658px;
	height:33px;
	padding:0px;
	position:relative;
	left:50%;
	margin-left:-329px;
	top:-16px;
}
* html #inhalt ul {
	position: relative;
	top:0px;
}
#inhalt ul li {
	float:left;
	width:94px;
	height:33px;
	text-align:center;

}
/*gilt f&uuml;r die fuhrpark-seiten autos.html, motorraeder.html*/

/*links in der oberen navileiste*/
.navi {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
/*kleine navi-bar rechts*/
#navirechts {
	height:300px;
	width:150px;
	position:relative;
	left:700px;
	top:50px;
	background:url(grafik/navi.gif) no-repeat;
	padding:10px 0 0 12px;
}
* html #navirechts {
	padding:20px 0 0 12px;
}
/*links in der rechten navileiste*/
.navirechts_link {
	color:#FEFEB8;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	margin-left:23px;
}
.navirechts_link:hover {
	color:#333333;
	text-decoration:none;
}
.navirechts_link u {
	color:#333333;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	vertical-align:bottom;
	letter-spacing:1px;
	font-family:sans-serif;
}
/*&uuml;berschrift in der rechten navileiste*/
#navirechts h2 {
	font-size:16px;
	font-weight:bold;
	color:#333333;
	letter-spacing:2px;
	margin-bottom:2px;
	margin-top:5px;
	background-color:#FFCC66;
	width:120px;
	padding-left:7px;
	text-align:left;
}
/*selected: :: bleiben sichtbar*/
#selected {
	color:#333333;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	margin-left:23px;
}
#selected u {
	color:#333333;
	font-size:15px;
	font-weight:normal;
	text-decoration:none;
	vertical-align:bottom;
	letter-spacing:1px;
         font-family:sans-serif;
}

/*Ueberschrift*/
#text {
	border:0px solid #000000;
	width:550px;
	height:500px;
	position:relative;
	left:50px;
	top:-250px;
}
#Ueberschrift {
	border-top:1px #CC0033 solid;
	width:230px;
	margin-top:0px;
	margin-bottom:25px;
	font-size:12px;
	color: #999999;
	letter-spacing:1px;
}
#Ueberschrift b {
	font-weight:bold;
	letter-spacing:inherit;
}
/*Tabelle, damit inhalt_xx divs mit variablem inhaltsende bündig abschließen.*/
#table_breit {
	margin-top: -100px;
	margin-left: 40px;
	width:820px;
}
* html #table_breit {
	position:relative;
	margin-top: -80px;
	top:00px;
}
#table_schmal {
	margin-top: -300px;
	margin-left: 40px;
	width:620px;
}
* html #table_schmal {
	position:relative;
	margin-top: -300px;
	top:00px;
}
#table_schmal img , #table_breit img {
	margin:4px 10px 10px 10px;
}
/*formatiert Bilder mit bestimmtem Textfluss - float:right : Text flie&szlig;t links!*/
.floatright {
	float:right;
}
.floatleft {
	float:left;
}
#table_normal{
	margin-top:120px;
	margin-left: 40px;
	width:820px;
}