/*Algemeen*/
html {
overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;
}

body{
  width:100%;
  min-width:900px;
  margin:0;
  padding:0;
  background-color:#b2b9be;
  font-family:Arial;
  height:100%;
  xoverflow: -moz-scrollbars-vertical;
  xoverflow:auto;
}


#container{
  margin:0;
  padding:0;
}

#speaker{
  position:absolute;
  margin-left:92%;
  margin-top:133px;
}


/*Header*/
#header{
  height:180px;
  width:800px;
  width:100%;
  background-color:white;
}


#header img.links{
  margin-left:30px;
  margin-top:30px;
  float:left;
  width:284px;
}

#header img.rechts{
  margin-right:75px;
  margin-top:30px;
  float:right;
  xwidth:277px;
}

/*Hoofdmenu*/


/*Content*/
#content{
  background-color:#b2b9be;
  _margin-top:35px;
  margin-top:25px;
  margin-left:auto;
  margin-right:auto;
  width:800px;
  text-align:center;
  overflow:hidden;
  height:580px;
}

#tekst_container{
  width:676px;
  float:left;
}


#tekst_top{
  width:676px;
  height:17px;
}

#tekst{
  width:676px;
  min-height:480px;
  background-color:white;
}

p{
  margin:0;
  padding:0;
  margin-right:25px;
  margin-left:25px;
  padding:15px;
  font-size:13px;
  line-height:20px;
}

span,h1{
  font-size:22px;
  margin:0;
  padding:0;
}

p img{
  display:inline;
  float:left;
}


.imgalt{
  display:none;
}

.spacer{
  display:inline;
  width:80px;
  float:left;
}


/*Contactpagina*/
form{
text-align:center;
}

.contact_form{
    width:250px;
    float:left;
    margin-left:30px;
    margin-top:40px;
    border-right:1px dotted #b2b9be;
}

.contact_adres{
  width:300px;
  margin-top:-55px;
  float:right;
  margin-right:30px;
}

p a{
  text-decoration:none;
  color:#CC0033;
  font-weight:bold;
}


input, textarea{
  margin-bottom:5px;
  border:2px solid gray;
}





.panel a{
  color:#de0058;
  text-decoration:none;
  border-bottom:1px dotted #b2b9be;
  font-weight:bold;
}


p.small{
  font-size:11px;
}


.wie_links{
  float:left;
  width:300px;
}

.wie_rechts{
  float:left;
  width:350px;
}


h1{
  margin-left:30px;
  margin-top:30px;
  color:#CC0033;
}

#ccontainer{
  padding-left:85px;
}
    
    #menu2{
      float:left;
      width:300px;
      margin-top:30px;
    }
    
    #menu2 ul{
      list-style-type:none;
    }
    
    #menu2 ul li{
      display:block;
      height:60px;
      width:300px;
    }
    
    #menu2 ul li a{
      color:white;
      text-decoration:none;
      font-weight:bold;        
      height:30px;
      
    }
    
    #ccontainer{
      position:absolute;
      left: 50%;
      margin-left: -338px;
      width:676px;
    }