 /* html stylehj.css 1.0*/

*{
    padding: 0;
    margin: 0;
}

body {
    background-color: #EBEBEB;
    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;
  }

.bildre {
    border: solid 1px silver;
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 0em;
    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: .4em;
    float: left;
}
 .bildli-randlos {
    border: solid 2px black;
    margin-top: 1em;
    margin-right: 1em;
    margin-bottom: 0em;
    margin-left: 1em;
    float: left;
}
*{
    margin: 0;
    padding: 0;
}
p{
    margin-top: 1em;
    margin-bottom: 1em;
}
h1{
     font-family: Arial;
     font-size: 35px;
     font-weight: bold;
     
}
h2{
     font-family: Arial;
     font-weight: bold;
}

h3{
     font-family: Arial;
     font-weight: bold;
}
.schrift{
    font-family: Arial;
    font-size: large;
}
   
#kopf{
     background-color: #336BA5;
     height: 220px;
     width: 900px;
     margin: auto;
     }
#kopf-text-re{
     text-align: right;
     font-size: 27px;
     color: #FF9122;
     padding-top: 10px;
     padding-right: 30px;   
     }
#kopf-text-li-1 {
    text-align: left;
    color: #000000;
    font-size: 20px;
    font-weight: bolder;
    letter-spacing: 4px; 
    padding-top: 0px;
    padding-left: 17px;
    padding-bottom: 5px;
}
#kopf-text-li-2 {
    text-align: left;
    color: #000000;
    font-size: 15px;
    font-weight: bolder;
    letter-spacing: 2px;
    padding-top: 0px;
    padding-left: 38px;
    padding-bottom: 5px;
}  
#kopf-text-li-3 {
    text-align: left;
    color: #000000;
    font-size: 12px;
    font-weight: bolder;
    padding-top: 0px;
    padding-left: 17px;
    padding-bottom: 5px;
}   
#schatten{
     background-image: url(schatten.png);
     height: 8px;
     margin-top: 0px;
     margin-bottom: 0px;
}
#steuerung{
        background-color:  #ceb98e;
        font-size: 12px large;
        color: #000000;
        padding-left: 30px;
}
#steuerung li{         
        display: inline;
        border-right: 2px black solid;
        margin-right: 2em;
        padding-right: 2em;
        list-style-type: none;      
}
#steuerungli{
    background-color: #C0C0C0;
    font-family: Arial sans-serif;
    font-size: 16px;
    line-height: 2em;
    width: 200px;
    height: 380px;
    padding-bottom: 0em;
    float: left;
}
#steuerungli li{
    margin-left: 1.5em;
}
#inhalt{
        background-color: #EAF4FF;
        font-family: Arial sans-serif;
        font-size: 16px;
        margin-left: 200px;
        height: 380px;
        padding-left: 2em;
        padding-bottom: 0em;
}
#inhalt li{
    font-family: Arial;
    margin-left: 2em;
}
footer p{
    background-color: #336BA5;
    font-family: Arial sans-serif;
    font-size: 12px;
    color: #FAAA05;
    padding-left: 50px;
    padding-top: 4px;
    width: 850px;
    height: 20px;
    margin: auto;  
}
