/* html stylesheet3.cssGermanflexdiewohnidee 1.0*/

*{
    padding: 0;
    margin: 0;
}

body {
    background-color: #92c6ed;
    background-image: url(images/himmel4.jpg);
    font-family: Arial, sans-serif;
    text-align: left;
    background-attachment: fixed;

}

#textkl {
  color: #000000;
  text-align:left;
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
}
#textkleiner {
  color: #000000;
  text-align:left;
  font-family: Arial;
  font-size: 12px;
  font-weight:  normal;
}
#textkleiner-fett {
  color: #000000;
  text-align:left;
  font-family: Arial;
  font-size: 12px;
  font-weight:  bold;
}
#textkleiner-fett-rot{
  color: #ff0000;
  text-align:left;
  font-family: Arial;
  font-size: 12px;
  font-weight:  bold;
}
#textgr-rot {
  color: #ff0000;
  text-align:left;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  }
#textgr {
  color: #000000;
  text-align:left;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  }
#inhaltsbereich {

}
#mittig {
     background-image: url(images/steuer2.png);
     background-repeat: repeat-y;
     width: 1050px;
     margin: 0px auto;
}

#inhaltsbereich p, #inhaltsbereich h1, #inhaltsbereich h2 {
    padding-bottom: .5em;
    margin-right: 1em;
    padding-right: 1em;
}
.bildre {
    border: solid 1px silver;
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: .5em;
    margin-right: 1em;
    padding: 1em;
    float: right;
}
.bildli {
    border: solid 1px silver;
    margin-top: 1em;
    margin-right: 1em;
    margin-bottom: .5em;
    margin-left: 1em;
    padding: 1em;
    float: left;
}
header, nav, section, footer{
    display: block;
}
header{
    background-image: url(images/laden-gerstetten-1.png);
    margin-top: 0px;
     width: 1050px;
     height: 227px;
     background-repeat: no-repeat;
}
#firmzeich{
       padding-top: 115px;
       padding-left: 15px;
}
#angebote{

       padding-top: 20px;
       padding-left: 20px;
}
#impressum{
    color: #000000;
    margin-top: 40px;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;    
}
nav{
    float: left;
    width: 200px;
    margin-top: 3em;
    padding-left: 2em;
}
nav ul {
    list-style-type: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.5em;
    border-top: solid 1px;
    border-color: #000000;
}
nav ul ul {
       margin-top: 0;
       list-style-type: square;
       line-height: 1.5em;
       padding-bottom: 1em;
       padding-left: 2em;
       font-size: smaller;
       border-top: 0px;
}          
nav li {
    border-bottom: 1px solid;
    border-color: #000000;
    width: 200px;
}
nav ul ul li {
    border-bottom: 0px;
}
nav li a:hover {
    background-image: url(images/grau-30.png);
    width: 200px;
    display: block;
    text-decoration: none;
     
}
nav a {
    text-decoration: none;
}
section{
    margin-left: 300px;
    margin-right: 1.5em;
}
section ul {
       padding-left: 2em;
}
section td {
       padding-top: .3em;
       padding-left: .5em;
       padding-bottom: .3em;
       padding-right: .3em;
       
}

footer{
    background-color: #336BA5;
    padding-top: .5em;
    padding-left: 2em;
    height: 1.5em;
    clear: both;    
}
footer p {
    color: #FFC904;
    list-style: none;
    display: inline;
    font-size: 10px;
    padding-left: 2em;
}