body { }
p { }
td { }
a:link { }
a:visited {}
a:hover { }
a:active { }

/* Internet Explorer and the Expanding Box Problem.
It's an unfortunate fact that Internet Explorer will always incorrectly expand any dimensionally restricted block element so that oversize content is unable to overflow, as the specs require that content to do. The W3C says a rigidly sized block box should allow oversize content to protrude or overflow beyond the edges of the sized box.
The following rule instructs Internet Explorer 5.5 and 6 to break words into the next line instead of expanding the block element.
*/
/*WRAPPER*/
#wrapper { 
width: 1000px; 
height: auto; 
margin-right: auto; 
margin-left: auto;
 }
/*Socials*/ 
#socials { 
width: 980px; 
height: 50px; 
margin-right: auto; 
margin-left: auto; 
text-align: right;
font-family: Arial;
}

#socials p { 
color: #fff;
font-size: 10px;

}
/*TOPNAVIGATION*/
#top { 
background-color: #fff; 
background-image: url(http://www.zcontent.de/bilder/1283932897/1283932897-1283949322-logo_autohaus_reinhardt.jpg);
background-repeat: no-repeat;
background-position: top left;
width: 980px; 
height: 106px; 
margin-right: auto; 
margin-left: auto; 
font-family: Arial;
text-align: right;
font-size: 11px;
}


#top a{ 
color: #000;
text-decoration: none;
font-size: 11px;
}

#top a:link { 
color: #000;
text-decoration: none;
font-size: 11px;
}

#top a:hover, a:visited{ 
color: #e0e0e0;
text-decoration: none;
font-size: 11px;
}

/*HEADER*/
#header { 
background-image: url(http://www.zcontent.de/bilder/1283932897/1283932897-1286975003-header_autohaus.jpg); 
background-repeat: no-repeat; 
background-position: center top; 
width: 980px; 
height: 244px; 
margin-right: auto; 
margin-left: auto;
 }
 
#head_1{
width: 330px;
height: 202px;
/*background-color: #4f80b2;*/
float: left;
font-family: Arial;
}

#head_1 p{
margin-left: 40px;
margin-right: 10px;
color: #fff;
font-family: Arial;
font-size: 12px;
}

#head_1 h1{
margin-left: 40px;
margin-right: 10px;
color: #fff;
font-family: Arial;
font-size: 15px;
text-transform: uppercase; 
}

#head_1 a{
margin-right: 0px;
color: #fff;
font-family: Arial;
font-size: 12px;
text-decoration: none;
}

#head_1 a:link, a:visited{
margin-right:0px;
color: #fff;
font-family: Arial;
font-size: 12px;
text-decoration: none;


}

#head_1 a:hover{
margin-right: 0px;
color: #000;
font-family: Arial;
font-size: 12px;
text-decoration: none;
}

#head_2{
width: 650px;
height: 202px;
background-color: #c3c3c3;
float: left;
background-image: url(http://www.zcontent.de/bilder/1283932897/1283932897-1286976188-header2_autohaus.jpg); 
background-repeat: no-repeat; 
background-position: center top; 
}

#head_2:hover{
width: 650px;
height: 202px;
/*background-color: #c3c3c3;*/
float: left;
background-image: url(http://www.zcontent.de/bilder/1283932897/1283932897-1286976188-header2_autohaus.jpg); 
background-repeat: no-repeat; 
background-position: center top; 
}

#head_3{
width: 325px;
height: 180px;
margin-left: 200px;
/*background-color: #444;*/
float: right;
/*background-image: url(http://www.zcontent.de/bilder/1283932897/1283932897-1283952470-head2_grafik.jpg); 
background-repeat: no-repeat; 
background-position: center top; */
}

#head_3:hover{
width: 325px;
height: 180px;
margin-left: 200px;
/*background-color: #444;*/
float: right;
/*background-image: url(http://www.zcontent.de/bilder/1283932897/1283932897-1283952878-head2_grafik_hover.jpg); 
background-repeat: no-repeat; 
background-position: center top;*/ 
}

#head_4{
width: 650px;
height: 202px;
background-color: #c3c3c3;
float: left;

}

#head_4:hover{
width: 650px;
height: 202px;
/*background-color: #c3c3c3;*/
float: left;

}

/*CONTENT*/ 
#contentwrapper { 
width: 900px; 
height: auto; 
margin-right: auto; 
margin-left: auto; 
}

#left { 
width: 289px; 
height: auto; 
float: left; 
margin-bottom: 0px;

}

/*NAVIGATION*/

#navigation { 
width: 289px; 
height: auto; 
float: left; 
background-color: #5080b1;
}

#navigation a{ 
font-size: 12px;
font-family: Arial;
border-top: 1px dashed;
display: block;
text-decoration: none;
margin-top: 3px;
margin-bottom: 3px;
color: #fff;
text-align: right;
padding-right: 30px;
}

#navigation a:link{ 
font-size: 12px;
font-family: Arial;
border-top: 1px dashed;
display: block;
text-decoration: none;
margin-top: 3px;
margin-bottom: 3px;
color: #fff;
text-align: right;
padding-right: 30px;
}

#navigation a:hover{ 
font-size: 12px;
font-family: Arial;
border-top: 1px dashed;
display: block;
background-color: #000000;
text-decoration: none;
margin-top: 3px;
margin-bottom: 3px;
color: #fff;
text-align: right;
padding-right: 30px;
}

#content { 

background-color: #6b8cad;
width: 611px; 
height: auto; 
min-height: 740px;
float: left; 
margin-bottom: 0px;

}

#content p{ 
font-size: 12px;
font-family: Arial;
color: #4a4a4a;
}
#content h1{ 
font-size: 16px;
font-family: Arial;
color: #fff;
border-bottom: 1px dashed #fff;
text-transform: uppercase;
}

#content a{ 
color: #000;
text-decoration: none;
}

#content a:link { 
color: #000;
text-decoration: none;
}

#content a:hover, a:visited{ 
color: #e0e0e0;
text-decoration: none;
}
/*
Right Seite
#right { 
width: 210px; 
height: auto; 
float: left; 
margin-left: 10px;
margin-right: 10px;
background-color: #898989;
}*/

/*
#right p{ 
color: #fff;
font-family: Arial;
font-size: 12px;
}*/

/*
#right h1{ 
border-bottom: 1px dashed #fff;
color: #fff;
font-family: Arial;
font-size: 15px;
margin-right: 10px;
text-transform: uppercase;
}*/

/*FOOTER*/


#footer { 
background-color: #8a98a7; 
width: 900px; 
height: 200px; 
margin-right: auto; 
margin-left: auto; 
min-height: 90px;
line-height: 20px 
}


body { 
background-color: #6b8cad; 
background-image: url(http://www.zcontent.de/bilder/1283932897/1283932897-1286974347-background_autohaus.jpg); 
background-repeat: repeat-x; 
background-position: left top; 
margin: 0 0 0 0; 
}

body { word-wrap: break-word; }

/*Formular*/

input{
/*background-image: url(http://www.zcontent.de/bilder/1278661429/1278661429-1278683686-input.jpg );*/
background-repeat: repeat-x;
background-position: top center;
border: 1px dashed #cfcfcf;
color:#5e5e5e;
}
.button{
background-color: #fff;
color: #4a4a4a;
background-repeat: repeat-x;
background-position: top center;
border: 1px dashed #cfcfcf;
}

.button:hover{
/*background-image: url(http://www.zcontent.de/bilder/1278661429/1278661429-1278683686-input.jpg );
background-repeat: repeat-x;
background-position: top center;*/
background-color: #000;
color:#fff;
border: 1px dashed #cfcfcf;
font-family:  Arial;
}

textarea {
background-color: #fff;
color:#fff;
border: 1px dashed #cfcfcf;
color:#4a4a4a;
font-family: Arial;
}

/*.text {
color:#4a4a4a;
font-family: Arial;
font-size: 12px;
}*/

.logos{
border: dashed 1px #fff;
}


#ahleft{
/*float:left;*/
width: auto;
height: auto;
border: 1px solid #6b8cad;
margin-right: 5px;
}

#ahleft p{
color:#fff;
}


#ahright{
/*float:left;*/
width: auto;
height: auto;
border: 1px solid #6b8cad;

}

#ahright p{
color:#fff;

}

.ueberschrift{

line-height: 1px;
font-weight:bold;
display:block;

font-size: 16px;
font-family: Arial;
color: #fff;
border-bottom: 1px dashed #fff;
text-transform: uppercase;

}

.text{
font-size: 12px;
font-family: Arial;
color: #fff;
}