/* 
    Document   : style
    Author     : michaelpape
*/

body {
    background: url('../images/hg.jpg') #fff;
}
img {
    border:0;
}
div#main {
    margin: 0px auto;
    background: url('../images/hg_main.png') repeat-y transparent;
    width:1200px;
    min-height:1000px;
}
div#inhalt {
    margin: 0px auto;
    width:1001px;
}
div#header {
    width:1001px;
    background: url('../images/hg_header.jpg') #eeeeee;
    margin:0;
}
#header_leiste {
    height:26px;
    color: #02519e;
    padding:2px;
    margin:0;
}
#header_leiste h1{
    font-size:11px;
    color: #02519e;
    padding-top: 3px;
    float:left;
}
#header_leiste .top_nav{
    padding:2px 10px;
    color: #02519e;
    float:right;
}
#header_leiste .top_nav a{
    color: #02519e;
}
#header_image {
    width:1001px;
    height: 270px;
    margin:0;
}
#header_fade {
}
#header_navi {
    height: 44px;
    margin:0;
}
#sub_header {
    background: url('../images/hg_subheader.gif') repeat-x transparent;
    height: 291px;
    margin:0;
}
.navigation{
    list-style: none;
    margin:0px 10px 10px 10px;
    padding:10px 0;
    width: 250px;
    float:left;
}
.navigation li {
    width:200px;
    margin:3px 0;
    display: block;
    padding:5px;
    background: url('../images/hg_navigation.gif') transparent;
    color: #ffffff;

    border: 1px solid #ccc;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    
    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 17px 3px #999;
    -webkit-box-shadow: 0 0 17px #999;
}
.navigation li a {
    color:#fff;
    text-decoration: none;
}
.navigation li a:hover {
    color:#999;
}
.subheader_content {
    width: 700px;
    height:250px;
    float:right;
    margin:0 0 10px 0;
    padding:20px 0;
}
#footer {
    text-align: center;
    color: #999999;
    font-size: 10px;
    padding:15px 10px;
}
.content_left {
    width: 250px;
    float:left;
}
.content_right {
    width: 700px;
    float:right;
}
.kontakt label, input, select, textarea { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 100px; /* Breite.*/
  margin:4px;
}
.kontakt input, .kontakt textarea {
    width: 170px;
}

.kontakt br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}
.kontakt label {
 text-align: right; 
 padding-right: 1em;
}
input, select, textarea {
    border:1px solid #02519e;
}
h1, h2, h3, h4 {
    color:#02519e;
}
h2 {
    font-size: 16px;
}
h3 {
    margin:5px 0px;
}

.test {
    color:#02519e;
    padding:5px;
}
.show_tool h3 {
    margin:5px;
    font-weight: bold;
}
.show_tool div {
margin:5px;
padding:5px;
font-style: italic;
}
.subheader_content_left {
    float:left;
    width:320px;
    height: 250px;
    padding:10px;
    background: url('../images/reifenentsorgung_abfallmanagement.gif') no-repeat bottom transparent;
}
.subheader_content_right {
    text-align:right;
    float:right;
    width:320px;
    height: 250px;
    padding:10px;
    background: url('../images/oeltanks_abfallmanagement.gif') no-repeat bottom transparent;
}

.startseite h2, .startseite h3, .startseite ul, .startseite p {
    margin:10px 0;
}
.startseite ul {
    list-style: circle;
    padding-left:20px;
}
.startseite img {
    padding:5px;
    background-color: #fff;
    margin:10px;

    border: 1px solid #ccc;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}