@charset "UTF-8";
/* CSS Document */

* { 
	padding: 0;
	margin: 0;
}

/* Allgemeine Selektoren */

html { height: 101%;}

/* erzwingt Scrollbar im Firefox */

body {
	color: #000;
	font-size: 11px;
	font-family: Arial, Helvetica, Swiss, SunSans-Regular;
	line-height: 16px;
	font-stretch: normal;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	
}

ul li {
	list-style-type: none; /* ohne Aufzählungspunkte */
}


a { /* Unterstreichung entfernen */
	border-bottom: dotted 1px #000;
	outline: none;
	color: #000;
	text-decoration: none;
	font-size: 11px;
}


a:hover, 
a:focus {
	border-bottom: 1px solid  #000;
	color: #000;
}


#logo {
margin: 20px 0 10px 16px;	
}

#logo2 {
margin: 0 0 10px 400px;
}

#logo3 {
	position: relative;
	top: 102px;
	width: 144px;
	height: 36px;
	border: none;
}

h1 {
	font-family: Arial, Helvetica, Swiss, SunSans-Regular;
}
	
h2 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	word-spacing: 30%;
	letter-spacing: 0;
	margin-bottom: 16px;
}

h2 {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	word-spacing: 30%;
	letter-spacing: 0;
	margin-bottom: 8px;
}


/* =====================================
 	2. Styles für die Layoutbereiche
	===================================== */

#wrapper {
	position: relative;
	width: 850px;
	margin: 0 auto 0 auto;	
}


/* =====================================
 	3. Kopfbereich
	===================================== */

#header { 
position: relative;
width: 850px;
height: 480px;
}

#header2 { 
position: relative;
width: 850px;
height: 480px;
}

#bilderlinks {
	position: absolute;
	top: 86px;
	left: 0;
	overflow: hidden;
	width: 242px;
	height: 370px;
}

#bildgr {
	position: absolute;
	top: 86px;
	left: 244px;
}

.bildgr {
	position: absolute;
	top: 86px;
	left: 244px;
	width: 605px;
	height: 370px;
}

.bildkl {
	float: left;
	margin-bottom: 2px;
}

.bildkl2 {
	display: block;
	float: left;
	border: solid 0px #ffffff;
}

.bildkl2:hover {
	border: solid 0px #ffffff;
}

.bildkl2 img {
	margin-bottom: 2px;
	width: 120px;
	height: 73px;
}

.wechseltext {
	z-index: 1;
	background-color: #DFDFDF;
	position: absolute;
	top: 458px;
	left: 244px;
	font-size: 9px;
	color: #000;
	width: 605px;
}

/*navigation 01*/	


#navibereich {
position: absolute;
top: 480px;
left: 10px;
overflow: hidden;
width: 195px;
margin: 0 44px 0 6px;
}		

#navibereich li {
display: block;
list-style: none;
padding-bottom: 1px;
}

#navibereich a {
font-family: Arial, Helvetica, Swiss, SunSans-Regular;
color: #000;
font-size: 16px;
text-decoration: none;
font-variant: small-caps;
border: none;
}

#navibereich a:hover,
#navibereich a:focus {
color: #666666;
border: none;
}

#navibereich a:active {
	text-decoration: none;
	border-bottom: none;
	color: #666666;	
}

#home #navi01 a,
#news #navi02 a,
#showroom #navi03 a,
#occassione #navi04 a,
#spektrum #navi05 a,
#kontakt #navi06 a,
#impressum #navi07 a {
	text-decoration: none;
	border-bottom: none;
	color: #666666;	
}

/*ende navigation 01*/	

/* =====================================
 	5. Textbereich
	===================================== */


#textbereich {
	width: 560px;
	height: auto;
	margin-left: 250px;
	margin-bottom: 40px;
}

#textbereich p .content {
	float: right;
	width: 650px;
	height: auto;
	margin-bottom: 20px;
	}

span:before {
	content: url(../img/link.gif);
	
}

.grau {
	color: #999;
}

/* =====================================
 	6. Kontaktformular
	===================================== */
	
#formularbereich {
	margin-top: 20px;
	}	
	
	
#formularbereich span {
font-size: 9px;
}	
	
form1 {
	width: 470px;
	margin-top: 0;
}


select#anrede {
	border: 1px solid #999;
}

input#vorname,input#nachname, input#email, input#strasse, input#plz, input#ort, input#land {
	width: 280px;
	border: 1px solid #999;
}


textarea#msg {
	width: 356px;
	border: 1px solid #999;
}

input#senden {
	margin-left: 300px;
}

select#anrede, 
input#vorname, 
input#nachname, 
input#email, 
input#strasse, 
input#plz, 
input#ort, 
textarea#msg { margin-bottom: 6px;}


	
.danke {
color: #9bc459;
}	


/* =====================================
 	7. Fussbereich
	===================================== */

#footer {
	width: 850px;
	height: 140px;
	color: #000;
	font-size: 11px;
	line-height: 14px;
	font-stretch: normal;
	text-decoration: none;
	font-weight: normal;
}

#footer strong {
	font-size: 12px;
}

#footer .textrechts {
	width: 600px;
	float: right;
}

#footer a {
	border: none;
	text-decoration: none;
}
