/* CSS Document */
body {
  background-color: #E60911;
  margin:auto;
  padding:0px;
  text-align:center;
  font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #E60911;
  font-size:13px;
  background-image:url(../images/balken.gif);
  background-repeat:repeat-y;
  background-position: center;

}

::-moz-selection{
  background: red;
  color: #fff;
}

::selection {
  background: red;
  color: #fff;
}

#content {
  width:824px;
/*  background-color:#FFFFFF;*/
 
  text-align:left;
  margin-top: 45px;
  }
  
#content .navigation {
  background-image:url(../images/navi-hg.gif);
  background-repeat:no-repeat;  
  width:170px;
  margin-top: 10px;
  float:left;
/*border: 1px solid green;*/
  }  

a:navi.hover {font-weight:bold;}
  
#content .navigation li{
  list-style:none;  
  color:#6F6F6F;
  line-height:25px;
  }
  
.navi {text-decoration: none; 
  color:#6F6F6F;
  line-height:25px;
  } 
  
#content .texte {
  width:590px;
height: 480px;
  float:left;
  background-image:url(../images/brezen2.gif);
  background-repeat:no-repeat;
  background-position:55px 50px;
  padding-left:20px;
  padding-right: 20px;
/*border: 1px solid blue;*/  
margin-top: 10px;
  }  
  
#content .texte h1{
  text-transform: uppercase;
  color:#6F6F6F;
  font-size:18px;

  }   

#content .texte li{
  color:#6F6F6F;
  font-size: 12px;
  }     
  
#content .texte p{
  color:#6F6F6F;
  font-size:12px;

  }   

#content .texte table{
  color:#6F6F6F;
  font-size:12px;
  padding-left:25px;
  padding-right:25px;
  }        
  
#content .news {
  width:175px;
  float:left;
/*border: 1px solid yellow;*/
  }    
  
#content .news h1{
  color:#E60911;
  font-size: 12px;
  font-weight: bold;
  }     
  
#content .news a:link{
  color:#E60911;
  text-decoration:underline;
  font-size: 12px;
  }    
  
#logo {
  width:824px;
  text-align:center;
   margin: auto;
}

  
#footer {
  text-align:center;
  /*
  padding-top:25px;
  padding-bottom:25px;
  */
  margin:auto;
  float:left;
  width:825px;
  text-align:center;  
  padding:10px 0px 25px 10px;
  }
  
.footer a {
  text-decoration: underline;
  color: #E60911;
  margin-left:20px;
  }
  
a {
  text-decoration: underline;
  color: #E60911;
  }   
