/* CSS Document */

body{
    padding : 0;
    margin : 0;
    background-image : ;
    background-repeat : repeat-x;
}

iframe {position : absolute;
    top : 130px;
    left : 150px;
   
}


	 
#logo{
    position : absolute;
    top : 14px;
    left : 1px;
    z-index : 50;
}

#script{
    position : absolute;
    top : 12px;
    right : 0;
    text-align : right; /*Leichter Hack für Netscape 4*/
}
#content{
   padding-top : 180px;
   padding-left : 200px;
   }
#content table {
width: 600 px;
}

#content h1{
      font-family : "Trebuchet MS", Georgia, Times, serif;
      font-size : 120%;
      font-weight : normal;
      color : #000099;
      background-color : transparent;
}                     
#content h2{
      font-family: "Trebuchet MS", Georgia, Times, serif;
      font-size: 100%;
      font-weight: bold;
      color: #000099;
      background-color : transparent;
}
#content p{
      font-family : "Trebuchet MS", Georgia, Times,serif;
      font-size : 80%;
      font-weight : normal;
      color : #000099;
      background-color : transparent;
      line-height : 140%;
}

#navigation{
       position : absolute;
       top : 190px;
       left : 60px;
       width : 140px;
}                     
#navigation a{
       font-family: "Trebuchet MS", Georgia, Times, serif;
       color : #00f;
       background-color: transparent;
}
