/* CSS Document */

body{
    padding : 0;
    margin : 0;
    background-image : url(img/bg1.gif);
    background-repeat : repeat-x;
	background-color : #b52732;
}

#content{
   padding-top : 130px;
   padding-bottom : 30px;
   padding-left : 220px;
   padding-right : 20%;
}

#content h1{
      font-family : "Trebuchet MS", Georgia, Times, serif;
      font-size : 120%;
      font-weight : normal;
      color : #FBF4D0;
      background-color : transparent;
}                     

#content h2{
      font-family: "Trebuchet MS", Georgia, Times, serif;
      font-size: 100%;
      font-weight: bold;
      color: #FBF4D0;
      background-color : transparent;
}

#content p{
      font-family : "Trebuchet MS", Georgia, Times,serif;
      font-size : 100%;
      font-weight : normal;
      color : #FDD078; 
      background-color : transparent;
      line-height : 140%;
}

#content a{
       color : #669933;
       background-color: transparent;
	   font-weight : bold;
	   text-decoration: none;
}		
   
#content a:hover{
       color : #CC3333;
       background-color: transparent;
	   text-decoration: none;
}	
#logo{
    position : absolute;
    top : 45px;
    left : 30px;
    z-index : 50;
}

#script{
    position : absolute;
    top : 8px;
    right : 0;
    text-align : right; /*Leichter Hack für Netscape 4*/
}

#navigation{
       position : absolute;
       top : 190px;
       left : 50px;
       width : 140px;
	   line-height: 22px;
}                     

#navigation a{
       font-family: "Trebuchet MS", Georgia, Times, serif;
       color : #FDB25A;
       background-color: transparent;
}
#navigation a.aktiv{
       color : #FBF4D0;
       background-color: transparent;
}
.farbtext {
	color: #FBF4D0;
	font-weight: bold;
}
