/*  Stylesheet for harryholtdenwagen  */
/*  Copyright 2005 by Maany for Cyberagency  */

/*   definitionen:

colours: #000000 (black), #ffffff (white), #eaeaea (grey), #ffd300 (yellow)
navigation: breite 150 px
header: hšhe 160 px, kopfleiste: 140 px, kopf-bilder: 140*140px

*/

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

body, div, td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
}



/* header */

.logo {
position: absolute;
}

.telefon {
position: absolute;
top: 142px;
left: 170px;
z-index: 1;
}

.kopfleiste {
height: 140px;
margin: 0px 0px 0px 170px;
padding: 0px;
overflow: hidden;
}

.kopfleiste img {
margin: 0px;
padding: 0px;
margin-right: 14px;
}

.laufschrift {
background-color: #ffd300;
border-top: 1px solid black;
border-bottom: 1px solid black;
height: 20px;
margin-left: 170px;
font-weight: bold;
font-family: Arial, Helvetica, Geneva, Swiss, sans-serif;
/*padding-top: 2px;*/
}


/* navigation */

.navigation {
vertical-align: top;
background-color: #ffd300;
}


/* ueberschriften */

h1, h2, h3, h2 a  { color: #333; font-family: Arial, Helvetica, sans-serif }

h1 {
font-size: 18px;
}

h2 {
font-size: 16px;
}

h3 {
font-size: 14px;
margin-bottom: 0px;
}



/* inhalt */

.content {
margin: 0px;
padding: 20px 20px 20px 20px;
vertical-align: top;
text-align: left;
}

.chess {
background-image: url(../bilder_basic/schachbrett_bkgrd.gif);
background-repeat: repeat-x;
}

.content p {
margin-bottom: 20px;
margin-top: 0px;
}

.content img {
float: right;
margin: 0px 53px 20px 20px;
border: 1px solid black;
}


.content p img, .content h3 img, .content h1 img {
float: left;
margin: -3px 5px 0px 0px;
border: 0px none;
}


.content td {
padding: 2px 20px 2px 0px;
}

.content th {
text-align: left;
padding-top: 10px;
color: #333;
font-size: 12px;
}


/* footer */

.footer {
padding: 20px 40px 10px 170px;
background-image: url(../bilder_basic/footer_yellow.gif);
background-repeat: repeat-y;
height: 30%;
color: #333;
font-family: Arial Black, Rockwell, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 22px;
/*font-weight: bold*/
letter-spacing: 0.1em;
}

.footer a {
text-decoration: none;
color: #333;
margin-right: 40px;
white-space: nowrap;
}

.footer img {
float: right;
margin: 0px 0px 20px 10px;
}

.footer span {
/*margin-left: 30px;*/
margin-right: 40px;
white-space: nowrap;
}

.fussnote {
font-family: Arial, Helvetica, Geneva, Swiss, sans-serif;
line-height: 13px;
letter-spacing: 0;
}


/* Rollover (a... hyperklassen) */

a:hover, a:active {
text-decoration: none;
color: #ffd300;
}

.button {
padding: 1px 2px 1px 2px;
background-color: #ffd300;
color: black;
border: 3px groove #ffd300;
text-decoration: none;
font-weight: bold
}

.button:hover {
background-color: black;
border: 3px ridge #ffd300;
color: #ffd300;
}


/* Formular */

form table {
margin-bottom: 10px;
/*border: 2px solid blue;*/
}

