/*
Stylesheet zum Webauftritt der Firma Maucher Towing e.K. 
Beginn: 23.02.2009

Wichtige Farben:
#C2C6C7 Dunkles Grau, Hintergrund Header
#FFCF01 Dunkles Gelb, Hintergrund Navi
#FCF8CE Helles Gelb, Hintergrund Subnavi
#F0F0F0 Helles Grau, Hintergrund Content
#DDDDDD Helles Grau, Hintergrund Body
#2D2D2D Helles Schwarz, Schriftfarbe
Aufhellung Hover (Navi, Logos: 35%)
*/

* {
margin: 0;
padding: 0;
}


body {
font-size: 95%;
font-family: Helvetica, Arial, 'Franklin Gothic Medium', 'Franklin Gothic Book',  Sans-Serif;
text-align: center; /*Zentrierung für IE < Version 7 */
background: #DDD;
}

h1, h2, h3, h4, h5, h6 {font-weight: normal; font-family: 'Franklin Gothic Medium', 'Franklin Gothic Book', Helvetica, Arial, Sans-Serif;}

h1 {font-size: 1.5em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

p {line-height: 1.25em;}

a {color: #2D2D2D;}
a:hover {color: #555; text-decoration: none;}

img {border: 0;}

ul a {text-decoration: none;}
ul a:hover {text-decoration: underline;}

.left {float: left;}
.right {float: right;}

.moremargin {margin: 1em; text-align: justify;}

.contentbox {display: block; float: left;}


#wrap {
width: 980px;
margin: 10px auto;
text-align: left;
}

/*--  header, Kopfteil left, right, navi --*/

#header {
float: left;
height: auto;
background: #FFCF01;
font-family: 'Franklin Gothic Medium', 'Franklin Gothic Demi',  'Franklin Gothic Book', Helvetica, Arial, Sans-Serif;
}

#header-left {
float: left;
height: 135px;
width: 730px;
background-color: #C2C6C7;
}

#header-left img {
float: left;
}

#header-right {
float: right;
width: 250px;
height: auto;
background: #FFCF01 url(../img/header-right.gif) 0 0 no-repeat;
}

#header-right h2 {
color: #F52C2C;
text-align: right;
font-size: 13.5pt;
margin: 142px 30px 1px 10px;
}

#mainnavi {
float: left;
min-height: 31px;
height: auto;
width: 730px;
font-size: 1.2em;
background:  #FFCF01 url(../img/navi-bg.gif) 0 0 repeat-x;
}

#mainnavi ul {
list-style-type: none;
}

#mainnavi ul li {
float: left;
display: inline;
position: relative;
border-right: 0.2em solid #C2C6C7;
}

#mainnavi a {
float: none;
display: block;
padding: 0.2em 1em;
background: #FFCF01 url(../img/navi-bg.gif) 0 0 repeat-x;
}

#mainnavi a:hover, a#hier {
background: #FFE05A url(../img/navi-bg-hov.gif) 0 0 repeat-x;
}

a#hier {	/*Markierung der aktuellen Seite in der Top-Navigation*/
text-decoration: none;
}

#mainnavi ul li ul{
position: absolute;
display: none;
background: #FCF8CE url(../img/subnavi-bg.gif) 0 0 repeat-x;
}

#mainnavi ul li:hover ul{
display: block;
z-index: 1000;
}


#mainnavi ul li ul li {
border: 0;
}

#mainnavi ul li ul li a{
background: none;
}

#mainnavi ul li ul li a:hover{
background: none;
}

/* Workaround fuer den IE 7 *:first-child+html liest nur der IE7!
*:first-child+html #mainnavi ul ul {
background-color:silver; 
padding-bottom:0.4em;
}
*/
/* Fix IE. Hide from IE Mac \*/
* html ul li ul li{ float: left; }
* html ul li ul li a { height: 1%; }
/* End */



ul.subnavi li{
float: left;
}


.addnavi {
display: none;
float: left;
width: 980px;
}

.addnavi ul{
float: left;
margin-top: 0.2em;
padding: 0 2em;
list-style-type: none; 
}

.addnavi ul li {
margin: 1em;
display: inline;
}

.addnavi ul li a {
float: left;
padding: 0.2em 1.1em;
font-size: 1.1em;
}

.addnavi a:hover {
background: #FFE05A;
}


/*--  main, Hauptteil content, sidebar  --*/

#main {	/*wrapper für sidebar + content */
padding: 10px;
float: left;
width: 960px;
height: auto;
background: #FFF;
}

/*-- content --*/

#content {
float: left;
display: inline; /*für IE6, gegen IE Doubled Float Margins Bug (doppelter linker Außenabstand)*/ 
height: auto;
min-height: 250px;
width: 740px;
color: #2D2D2D;
padding: 20px;
background: #F0F0F0;
}


#content * {
padding: 10px;
}

#content ul {
margin-left: 10px;
list-style-position: inside;
list-style-type: disc;
}

#content ul li {
padding: 7px;
}

#content ul li a {
font-size: 1.1em;
font-weight: bold;
}

#content ul li a:hover {
color: #666;
}

#content a {
padding: 3px;
}


#content form label {
float: left;
clear: both;
padding: 2px;
width: 150px;
}

#content form input {
display: block;
width: auto;
padding: 2px;
}

#content form input.text {
width: 200px;
padding: 2px;
}

#content form input.submit {
margin: 1em;
}

#content form input#teil {
float: left;

width: 450px;
}

#content form select {
width:200px;
padding: 0;
}

#content form textarea {
float: left;
width: 450px;
height: 150px;
padding: 2px;
}


.moremargin-center {
margin: 0.5em auto;
text-align: center;
display: block;
}



/*-- sidebar --*/

#sidebar {
float: left;
width: 180px;
text-align: center;

}

#sidebar a{
display: block;
margin: 20px auto;
padding: 0px;
}

#sidebar a:hover img{
display: none;
}

a#adac1 {
width: 100px;
height: 100px;
background-image: url(../img/adac1.gif);
}

a#adac1:hover {
background-image: url(../img/adac1-hov.gif);
}

a#adac2 {
width: 100px;
height: 100px;
background-image: url(../img/adac2.gif);
}

a#adac2:hover {
background-image: url(../img/adac2-hov.gif);
}

a#vba {
width: 99px;
height: 62px;
background-image: url(../img/vba.gif)
}

a#vba:hover {
background-image: url(../img/vba-hov.gif)
}


/*--  footer, Fußzeile  --*/

#footer {
float: left;
width: 980px;
border-top: 1px solid #C2C6C7;
background: #FFF;
margin-bottom: 10px;
font-family: 'Franklin Gothic Medium', 'Franklin Gothic Book', Helvetica, Arial, Sans-Serif;
}

#footer ul{
float: right;
}

#footer ul li{
display: inline;
}

#footer a {
float: left;
padding: 7px 10px;
font-size: 1.1em;
text-decoration: underline;
}

#footer a:hover {
color: #7D7D7D;
text-decoration: none;
}
