@charset "UTF-8";
/* CSS Document */
body {margin:0;padding:10px 0px;font: 11px/15px Verdana, Arial, Helvetica, sans-serif;}

               #wrapper
               {
     width:930px;
                    background-color: #ffffff;
     position:relative;
               }
			   
#inhalt {
	padding-top:10px;
	padding-left:10px;
	clear:both;
}
    .trenner {
     clear:both;
    * height:20px;
    }
    .clear {
     clear:both;
    }


3. FSV - Websites
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
               #fsvsites {
     float:left;
        width:100%;
     text-align:right;
     
               }
               #fsvsites ul {
                    padding: 0px;
     margin:0px;
     list-style: none;
               }
               
               #fsvsites li {
                    float: right;
                    width: auto;
 /*    border-bottom:1px solid #FFFFFF; */
     margin-left:1px;
               }
               #fsvsites a {
                    float: left;
                    width: auto;
                    background: url("../media/pix/buecherdiensttab-links-01.png") no-repeat left top;
                    text-decoration:none;
                    color:#285fa4;
                    padding-left:10px;
					font-size:9px;
               }
      
               #fsvsites .renovieren a  {
                    background: url("../media/pix/rentab-links-01.png") no-repeat left top;
               }
			   
               #fsvsites .bautipps a  {
                    background: url("../media/pix/bautippstab-links-01.png") no-repeat left top;
               }
      
               #fsvsites .fhscout a  {
                    background: url("../media/pix/fhscouttab-links-01.png") no-repeat left top;
               }
      
               #fsvsites .ofenwelten a  {
                    background: url("../media/pix/ofenweltentab-links-01.png") no-repeat left top;
               }
      
               #fsvsites .schwimmbad a  {
                    background: url("../media/pix/schwimmbadtab-links-01.png") no-repeat left top;
               }
      
               #fsvsites .buecherdienst a  {
                    background: url("../media/pix/buecherdiensttab-links-01.png") no-repeat left top;
               }
      
               #fsvsites a:hover {
                    background-position: 0% -41px;
                    color: #FFFFFF;
               }
      
               #fsvsites li.current {
 /*    border-bottom:1px solid #993300; */
               }
               #fsvsites li.current a {
                    background-position: 0% -41px;
               }
               #fsvsites li.current a span {
                    background-position: 100% -41px;
                    color:#FFFFFF;
               }
      
               #fsvsites li.renovieren a:hover span {
                    background: url("../media/pix/rentab-rechts-01.png") no-repeat right top;
                    background-position: 100% -41px;
               }

              #fsvsites li.bautipps a:hover span {
                    background: url("../media/pix/bautippstab-rechts-01.png") no-repeat right top;
                    background-position: 100% -41px;
               }
      
               #fsvsites li.fhscout a:hover span {
                    background: url("../media/pix/fhscouttab-rechts-01.png") no-repeat right top;
                    background-position: 100% -41px;
               }
      
               #fsvsites li.ofenwelten a:hover span {
                    background: url("../media/pix/ofenweltentab-rechts-01.png") no-repeat right top;
                    background-position: 100% -41px;
               }
      
               #fsvsites li.schwimmbad a:hover span {
                    background: url("../media/pix/schwimmbadtab-rechts-01.png") no-repeat right top;
                    background-position: 100% -41px;
               }
      
               #fsvsites li.buecherdienst a:hover span {
                    background: url("../media/pix/buecherdiensttab-rechts-01.png") no-repeat right top;
                    background-position: 100% -41px;
               }
      
      #fsvsites a span {
        float:left;
     width:auto;
                    background: url("../media/pix/buecherdiensttab-rechts-01.png") no-repeat right top;
                    color:#285fa4;
                    padding: 3px 10px 2px 0;   
      }
      #fsvsites a:hover span {
                    background-position: 100% -41px;
                    color: #FFFFFF;
     cursor:pointer;
      }
        
/* -------------------------------------------------------------
 3. HEADER
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
 
 
               #header {
			    border-top:2px solid #285fa4;
        clear:both;
                    background-color:#285fa4;
     position:relative;
      /* Volle Breite setzen */
                    width: 100%;
     height: 80px;
               }
      
      #fsvlogo {
        position:absolute;
     top:-24px;
     left:2px;
     width:39px;
     height:22px;
      }
      
      #subhead {
        position:absolute;
     top:33px;
     left:325px;
      }
      
      #subhead h1 {
        color:#FFFFFF;
     font-size:12px;
     margin:0px;
     padding:0px;
      }
      
      
/* -------------------------------------------------------------
 4. HAUPTNAVIGATION
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
               #navbar {
			   font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
     float:left;
        width:100%;
     text-align:right;
     font-size:11px;
     background-color:#285fa4;
     font-weight:bold;
     
               }
               #navbar ul {
                    padding: 0px;
     margin:0px;
     list-style: none;
     margin-left:10px;
               }
               
               #navbar li {
                    float: left;
                    width: auto;
     border-bottom:1px solid #285fa4;
               }
               #navbar a {
                    float: left;
                    width: auto;
                    background: url("../media/pix/htab-links.jpg") no-repeat left top;
                    text-decoration:none;
                    color:#285fa4;
                    padding-left:8px;
               }
      
               #navbar a:hover {
                    background-position: 0% -47px;
               }
      
               #navbar li.current {
     border-bottom:1px solid #FFFFFF;
               }
               #navbar li.current a {
                    background-position: 0% -47px;
               }
               #navbar li.current a span {
                    background-position: 100% -47px;
               }
      
      #navbar a span {
        float:left;
     width:auto;
                    background: url("../media/pix/htab-rechts.jpg") no-repeat right top;
                    color:#285fa4;
                    padding: 5px 13px 5px 5px;   
      }
      #navbar a:hover span {
                    background-position: 100% -47px;
     cursor:pointer;
      }
