body{
  background:#FFFFFF;
  margin:0px;
  font-family:Arial, Verdana, Helvetica, sans-serif;
  font-size:12px;
  color:#22427b;
  overflow-x: hidden; 
  overflow-y: auto;
}
a{
  color:#f7b642;
  text-decoration:underline;
  border:0px;
  }
  a:hover{
    color:#22427b;
    }

.container{
  position:relative;
  width:755px;
  background:url('../img/bg.gif') top left no-repeat;
  }
img{
  border:0px;
  }
  
.header{
  position:relative;
  width:565px;
  height:242px;
  
  margin:15px 0px 0px 190px;
  background:url('../img/headerHome.jpg') bottom center no-repeat;
  }    
  .header .menuTop{
    position:absolute;
    top:0px;
    right:0px;
    }
	.menuTop a{
		color:#22427b;
		text-decoration:none;
	}
	.menuTop a:hover{
		color:#ffffff;
	}
    .header .menuTop ul{
      margin:0px 20px 0px 0px;
      }
      .header .menuTop ul li{
        margin:0px;
        padding:6px 5px 0px 5px;
        
        font-size:10px;
        float:left;
        color:#FFFFFF;
        }
        
.menu{
  position:relative;
  
  background:#f7b642;
  
  float:left;
  }
  .menu a{
	  color:#22427b;
	  text-decoration:none;
  }
  .menu a:hover{
	  color:#ffffff;
	  text-decoration:none;
  }
  .menu ul{
      list-style:none;
      font-size:11px;
      font-family:"Trebuchet MS";
      font-weight:bold;
      margin:6px 0px 0px 0px;
	  padding:0px;
      line-height:125%;
    }
    .menu ul li{
      margin:0px;
      padding:2px 0px 2px 25px;
      background:url('../img/menuBg.gif') left top no-repeat;
      }
      .menu ul li:hover{
        color:#FFFFFF;
        background:url('../img/menuBgOver.gif') left top no-repeat;
        cursor:pointer;
        }
      .menu .active{
        color:#FFFFFF;
        background:url('../img/menuBgOver.gif') left top no-repeat;
        }
        .menu .active a{
          color:#ffffff;
          }
.content{
  position:relative;
  
  margin:10px 0px 0px 190px;
  
  border:1px #ffffff solid;
  
  
  background:url('../img/bgSponsor.gif') top right repeat-y;
  }        
  .content .main{
    position:relative;
	
    width:370px;
    
    padding:35px 40px 0px 0px;
    margin-bottom:100px;
	
    text-align:justify;
    float:left;
    }
    .content .main h1{
      position:absolute;
      width:380px;
      top:0px;
      
      font-family:"Trebuchet MS";
      font-size:12px;
            
      padding:1px 10px 0px 20px;
      
      color:#ffffff;
      background:url('../img/bgH1.gif') right bottom no-repeat;
      }
  .content .sponsoren{
    position:relative;
    width:140px;  
    height:100%;
    
    top:0px;
    right:0px;
	text-align:center;
    
    float:right;
    }
    .content .sponsoren .sponors{
      position:relative;
      width:140px;
      text-align:center;
      margin-bottom:10px;
      clear:both;
      }
    .content .sponsoren h2{
      font-family:"Trebuchet MS";
      font-size:12px;
      font-weight:normal;
      text-align:center;
      top:0px;
      padding:1px 0px 0px 0px;
      
      color:#ffffff;
      background:url('../img/bgH2.gif') right bottom no-repeat;
      }
  .content .bottom{
    position:absolute;
	bottom:0px;
    _bottom:250px;
    right:0px;
	
    width:560px;
    height:100px;
    background:url('../img/bgBottom.gif') right bottom no-repeat;
	
	z-index:99;
    }
.advertentie{
  position:absolute;
  width:140px;
  
  top:17px;
  right:-160px;
  
  font-size:9px;
  color:#4d739a;
  text-align:center;
  }
  .advertentie img{
    margin:10px 0px 10px 0px;
    clear:both;
    }
