﻿/* CSS-Layout */

body{
	background-image:url('../Images/Rand.jpg')
	
}

#masthead {
	position:relative;
	width: 1000px;
	height:100px;
	margin-left: auto;
	margin-right: auto;
	
}

#top_left {
	width: 430px;
	height:100px;
	position: relative;
	left: 0px;
	top: 0px;
	background-image:url('../Images/Logo.jpg');
}

#header {
	position: absolute;
	left: 430px;
	top: 0px;
	width:570px;
	height:100px;
	background-image:url('../Images/top_start.jpg');

}

#container {
	position: relative;
	width: 1000px;
	height:490px;
	margin-left: auto;
	margin-right: auto;

}

#banner {
	width: 267px;
	height:375px;
	position: relative;
	left: 0px;
	background-color:#C5C7C8;
	padding-top:65px;
	padding-left:18px;
}

#nav {
	width: 145px;
	height:440px;
	left: 285px;
	top:0px;
	background-color:#C5C7C8;
	position: absolute;
	list-style:none;
}
.menue{
	margin-left: 0px;
	float:left;
	
}


.men1 {
	margin-top:0px;
	width:145px;
	height:55px;
	background-image:url('../Images/Autohaus_a.jpg');
	list-style:none;
	float:left;
	text-decoration: none;
}
.men1:hover{
	background-image:url('../Images/Autohaus_a.jpg')
}
.men2 {
	width:145px;
	height:55px;
	background-image:url('../Images/Wir.jpg');
	list-style:none;
	float:left;

}
.men2:hover{
	background-image:url('../Images/Wir_a.jpg')
}
.men3 {
	width:145px;
	height:55px;
	background-image:url('../Images/Angebote.jpg');
	list-style:none;
	float:left;
}
.men3:hover{
	background-image:url('../Images/Angebote_a.jpg')
}

.men4 {
	width:145px;
	height:55px;
	background-image:url('../Images/Neuwagen.jpg');
	list-style:none;
	float:left;
}
.men4:hover{
	background-image:url('../Images/Neuwagen_a.jpg')
}

.men5 {
	width:145px;
	height:55px;
	background-image:url('../Images/Gebrauchtwagen.jpg');
	list-style:none;
	float:left;
}
.men5:hover{
	background-image:url('../Images/Gebrauchtwagen_a.jpg')
}

.men6 {
	width:145px;
	height:55px;
	background-image:url('../Images/Veranstaltungen.jpg');
	list-style:none;
	float:left;
}
.men6:hover{
	background-image:url('../Images/Veranstaltungen_a.jpg')
}


#bottom {
	width: 430px;
	height:50px;
	position: relative;
	top: 0px;
	background-image:url('../Images/einfach-mehr.jpg');
}

#container_right {
	position: absolute;
	width: 570px;
	height: 490px;
	top: 0px;
	right: 0px;
	background-color: #C5C7C8;
	background-image:url('../Images/freisteller-fürstaller_ok_klein.gif');
	background-repeat:no-repeat;
	background-position:left bottom; 
}
.text {
	font-size : 12px;
	font-family : verdana,arial,sans-serif;
	color :#000;
	text-align:left;
	margin-top:20px;
	margin-left:10px;
	height:425px;
	width:550px;
 }
.h1{
	color: #003E7B;
	font-family: verdana,arial,sans-serif;
	font-size: 23px;
	font-style: italic;
}
#footer {
	position: static;
	width: 990px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	background-image:url('../Images/Rand.jpg');
	padding-left:10px;
}
.ftext{
	font-size : 12px;
	font-family : verdana,arial,sans-serif;
	color:black;
}
.ftext a:visited {
	text-decoration:none;
	color:black;
}
.ftext a:link {
	text-decoration:none;
	color:black;
}
.ftext a:hover {
	text-decoration:underline;
	color:black;
}

