/* CSS Document */
* { padding: 0; margin: 0; }

html {height:101%}


h1 { font-size: 150%;}
h2 { font-size: 200%; font-weight:normal}
h3 {font-size: 130% }

p {font-size:13px; line-height:1.5em;}



a {text-decoration:none; outline:none; color:#1d4f7e}
a:hover {text-decoration:underline;}

img {border:0}

.image {margin:20px 0;}

#preisliste td {padding:5px 5px;}
#preisliste tr {background-color:#f0f0f0}


body {
	color:#696969;
	background-color:#f7f7f7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(../graphics/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}
	
#page {
	width:945px;
	padding:0 30px;
	margin:0 auto;
	background-image:url(../graphics/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:7px 119px;
	}
	
#header {
	position:relative;
	padding:30px 0 0 0;
	}
	
#headerImage {
 margin-top:111px;
	}
	
	
.linkBox {
	float:left;
	}
	
.headlines {
	margin:48px 0 25px 0;
	padding:10px 0 0 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	width:100%;
	height:35px;
	}
	
.headlines2 {
	margin:48px 0 0 0;
	padding:10px 0 0 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	width:100%;
	height:35px;
	}
	
.fahrzeugfeld {
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	}
	
.fahrzeugfeld:hover {
	background-color:#eee;
	}
	
#logo { position:absolute; left:0; top:40px;}
	
/*NAVI*/

#navi {
	position:absolute;
	top:102px;
	right:0;
	background-color:#f6f6f6;
	}
	
	
#navi ul {
	list-style:none;
	}

#navi li {
	display:inline;
	}
	
.navipunkt {
	float:left;
	display:block;
	font-size:90%;
	font-weight:bold;
	color:#898989;
	padding:7px 15px 4px 15px;
	margin:0;
	border-right:1px solid #e4e4e4;
	}
	
.navipunktActive {
	float:left;
	display:block;
	font-size:90%;
	font-weight:bold;
	padding:7px 15px 4px 15px;
	margin:0;
	border-right:1px solid #e4e4e4;
	background-image:url(../graphics/bg_buttons.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	color:#797979;
	}

#navi a:hover {
	
	text-decoration:none;
	background-image:url(../graphics/bg_buttons.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	color:#797979;
	}


/*SubNavi*/
#subNavi {
	float:left;
	width:210px;
	}
	
#subNavi ul {
	list-style:none;
	}
	
	
#subNavi a {
	display:block;
	width:200px;
	padding:0 0 0 10px;
	margin:0;
	border-bottom:1px solid #ddd;
	line-height:2.8em;
	text-decoration:none;
	}
	
#subNavi a:hover {
	background-color:#eee;
	}
	
/*Content*/
#content {
	float:right;
	width:690px;
	}
	
.clearer {
	clear:both;
	}
	
#footer {
	padding-bottom:60px;
	margin:30px 0 45px 0;
	font-style:normal;
	font-size:x-small;
	line-height:1.6em;
	text-align:center;
	}
	
.textspalte {
	float:left;
	width:300px;
	}
	
td {vertical-align:top;}


#tabs {margin-top:20px;}

address {
	font-style:normal;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:10px 0 10px 0;
	margin-bottom:10px;
	}
	
ul {
	list-style:inside square;
	line-height:1.5em;
	}
	
.kontaktBox {float:left; width:220px; padding-bottom:30px; margin-bottom:30px; margin-right:15px; border-bottom:1px solid #CCCCCC}
.kontaktBox2 {float:left; width:220px; padding-bottom:30px; margin-bottom:30px; border-bottom:1px solid #CCCCCC}

.kontaktBox td {padding:3px 0;}
.kontaktBox2 td {padding:3px 0;}

#impressum td {padding:4px 0;}
.pagetop {width:100%; text-align:right; margin:15px 0; font-size:90%}



#startseite {margin:30px 0 0 0;}

#startBox {
	float:left;
	display:block;
	width:305px;
	height:209px;
	margin-right:15px;
	background-image:url(../graphics/startseite.jpg);
	background-position:0 0;
	}
	
#startBox:hover {
	float:left;
	display:block;
	width:305px;
	height:209px;
	margin-right:15px;
	background-image:url(../graphics/startseite.jpg);
	background-position:0 209px;
	}

#startBox2 {
	float:left;
	display:block;
	width:305px;
	height:209px;
	margin-right:15px;
	background-image:url(../graphics/startseite.jpg);
	background-position:640px 0;
	}
	
#startBox2:hover {
	float:left;
	display:block;
	width:305px;
	height:209px;
	margin-right:15px;
	background-image:url(../graphics/startseite.jpg);
	background-position:640px 209px;
	}
	
#startBox3 {
	float:left;
	display:block;
	width:305px;
	height:209px;
	background-image:url(../graphics/startseite.jpg);
	background-position:320px 0;
	}
	
#startBox3:hover {
	float:left;
	display:block;
	width:305px;
	height:209px;
	background-image:url(../graphics/startseite.jpg);
	background-position:320px 209px;
	}

#galleryWrapper {
	float:right;
	width:690px;
	}
