/*********************/
/** Global Settings **/
/*********************/
  *
  {
    font-size: 8pt;
    font-family: Verdana, sans serif;
    color: #333;
  }

  html{
    overflow: auto;
    border: 0px solid #FFFFFF;
  }

  body{
    background-color: #e0e0e0;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
  }
  
  a{
    text-decoration:none;
  }
   
  a:hover{
    text-decoration:none;
    color: #cc3300;
  }

  #main{
    position: relative;
    background-image: url('../img/background.gif');
    background-repeat: no-repeat;
    width: 970px;
    height: 600px;
  }

  #head{
    background: url('../img/head.gif');
    position:absolute;
    width: 946px;
    height: 120px;
    left:8px;
    top: 7px;
    overflow: hidden;
    text-align: left;
    color: #ffffff;
  }
  
  .headline1{
    position: absolute;
    width: 500px;
    height: 40px;
    left: 250px;
    top:0px;
    color: #ffffff;
    font-size: 20pt;
  }
  
  .headline2{
    position: absolute;
    width: 500px;
    height: 80px;
    left: 250px;
    top:40px;
    color: #ffffff;
    font-size: 40pt;
  }

  .logo{
    position: absolute;
    width: 150px;
    height: 116px;
    top: 3px;
    left: 10px;
    background-image: url('../img/FSV_Logo.gif');
    background-repeat: no-repeat;
    cursor: pointer;
  }
  
  #foot{
    position:absolute;
    width: 776px;
    height: 15px;
    left:178px;
    top: 576px;
    overflow: hidden;
    text-align: left;
    color: #ffffff;
  }

  #navigation{
    background-image: url('../img/navbar.jpg');
    position:absolute;
    width: 170px;
    height: 459px;
    top: 127px;
    left:8px;
    overflow: hidden;
  }
  
  #impressum{
    position:absolute;
    width: 200px;
    height: 20x;
    top: 10px;
    left:730px;
    text-align:right;
  }
  
  #impressum a{
    color: #333;
  }
  
  #impressum a:hover{
    color: #333;
    text-decoration: underline;
  }

  #content{
    background: #f0f0f0;
    position:absolute;
    width: 776px;
    height: 439px;
    top: 147px;
    left:178px;
    overflow: auto;
    scrollbar-arrow-color: #cc0033;
    scrollbar-track-color: #dfdfdf;
    scrollbar-face-color: #b8b8b8;
    scrollbar-3dlight-color: #a0a0a0;
  }
  
  #menu{
    background-image: url('../img/menu.jpg');
    position:absolute;
    width: 776px;
    height: 20px;
    left:178px;
    top: 127px;
  }
  
  .menu{
    background-image: url('../img/menu.jpg');
    border-right: 1px solid #a0a0a0;
    position:absolute;
    height: 20px;
    top: 0px;
    padding-top: 3px;
    font-weight: bold;
    color: #cc3300;
    cursor:pointer;
    text-align: center;
  }

  .menu_over{
    background-image: url('../img/menu_over.jpg');
    position:absolute;
    border-right: 1px solid #a0a0a0;
    height: 20px;
    left:178px;
    top: 0px;
    padding-top: 3px;
    font-weight: bold;
    color: #485D8C;
    cursor: pointer;
    text-align: center;
  }

  .submenu{
    background-image: url('../img/submenu.jpg');
    background-repeat: no-repeat;
    border: 0px solid #a0a0a0;
    margin-top: 4px;
    margin-left: 1px;
    margin-right: 1px;
    width: 100%;
    height: 20px;
    left:0px;
    padding-top: 3px;
    padding-left: 3px;
    font-weight: bold;
    color: #cc3300;
    cursor:pointer;
    text-align: left;
  }

  .submenu_over{
    background-image: url('../img/submenu_over.jpg');
    background-repeat: no-repeat;
    border: 0px solid #a0a0a0;
    margin-top: 4px;
    margin-left: 1px;
    margin-right: 1px;
    width: 100%;
    height: 20px;
    left:0px;
    padding-top: 3px;
    padding-left: 3px;
    font-weight: bold;
    color:  #485D8C;
    cursor: pointer;
    text-align: left;
  }

  .block{
    position: absolute;
    border: 0px solid red;
  }

  .news{
    position: absolute;
    background-image:url('../img/box_stripe.jpg');
    background-position: top right;
    border-left: 2px solid #d0d0d0;
    border-right: 2px solid #d0d0d0;
  }
  .news_top{
    position: absolute;
    background-image:url('../img/news_head.gif');
    background-repeat:repeat-x;
  }   
  .news_line{
    position: absolute;
    background: #d0d0d0;
    overflow:hidden;
  }   
  .news_header{
    position: absolute;
    background-image:url('../img/box_stripe.jpg');
    background-position: top right;
    border-left: 2px solid #d0d0d0;
    border-right: 2px solid #d0d0d0;
    color: #cc3300;
    text-align: left;
    font-size: 16pt;
    font-weight: bold;
    padding-left: 5px;
  }  

