/* CSS Document */

#wrapper {
  position:absolute;
  left:0px;
  top:0px;
  width:1000px;
background-color: #ff2998;
  
  border:0px solid black;
}
#footer {
  margin-left:505px;
  margin-top:3px;
}

h1 {
  font-size: 12px;
}

.clearBoth { clear: both; }

#header {
  width:994px;
  height:175px;
  background-color: #3f1339;  
  border:0px solid black; 
  color:white;
  font-size:13px;
  text-align:center; 
}
#blackRow {
  width:102%;
  
  
  height:207px;
  margin-left:-8px;
  margin-left:-9px !ie;
  position:absolute;
  top:0px;
}
#menu {
  width:185px;

  border:0px solid red;
  float:left;
  background-color:#3f1339;
  margin-top:20px;
  background-repeat: repeat-y;
  margin-bottom:10px;  
}

#menu ul {

}

#contentWrapper {
  width:805px;
  background-color: #a45ea4;
  margin-top:20px;

  margin-left:189px;
  margin-left:186px !ie;
  
}

#content {
  width:805px;
  
  background-color: #a45ea4;
  background-repeat: no-repeat;
  background-position: bottom;  
  min-height:900px;
  height:900px !ie;
  margin-bottom:10px; 
  margin-bottom:0px !ie;
}
#contentText {
  float:left;
  width:590px;
  border:0px solid black;  
  margin-left:14px;
  padding-bottom: 10px !ie;
}
#rightColumn {
  /*position:absolute;*/
  /*left:622px;*/
  margin-left:18px;
  margin-left: 4px !ie;
  float:left;
  width:163px;
background-color:#3f1339;
  border:1px solid black;
  border-top:0px solid black;
}

#rightColumn span {
  display:block;
}

.infoContainer {
  float:left;
  margin-right:6px;
  margin-left:11px;
  margin-bottom:10px;
  width:173px;
  text-align:center;
}
.infoTitle {
  text-align:center;
}
#escortGegevens {
  margin-left:10px;
  padding-right:10px;
  margin-bottom:20px;
}

#escortGegevens table {
  font-size:11px;
  width:466px;
}

#omschrijving_escort {
  margin-left:10px;
  padding-right:10px;
}


#poll {
  background-color:#3F1339;
  border:2px solid #FF2998;
  font-size:13px;
  height:506px;
  left:238px;
  padding:10px;
  position:absolute;
  top:254px;
  width:501px;
}

.yellow {
  color: yellow;
}