/* CSS Document */

#wrapper {
  position:absolute;
  left:0px;
  top:0px;
  width:1000px;

  
  border:0px solid black;
}

h1 { 
  font-size: 12px;
}

#header {
  width:1000px;
  height:140px;
  background-image: url(../images/interface/header.png);
  background-repeat: no-repeat;
  border:0px solid black;  
}

.clearBoth { clear: both;}

#blackRow {
  width:102%;
  
  background-image: url(../images/interface/headerBackground.png);
  background-repeat: repeat-x;
  height:140px;
  margin-left:-8px;
  margin-left:-9px !ie;
  position:absolute;
  top:0px;
}


#menuWrapper {
	background-image:url(../images/interface/columnBackground.gif);
	background-repeat: repeat-y;
	width:210px;
	float:left;
	margin-left:38px;
	margin-left:20px !ie7;
}

#menuHeader {
	background-image:url(../images/interface/columnHeader.gif);
	background-repeat: no-repeat;
	height:19px;
	width:216px;
}

#menuFooter {
	background-image:url(../images/interface/columnFooter.gif);
	background-repeat: no-repeat;	
	height:26px;
	width:216px;
}
#menuContent {
	margin-left:5px;
	padding-right:1px;
}

#rightColumnWrapper h2 {
	width:163px;
}
#rightColumnWrapper {
	background-image:url(../images/interface/columnBackground.gif);
	background-repeat: repeat-y;
	width:210px;
	float:left;
	border:0px solid black;
}

#rightColumnHeader {
	background-image:url(../images/interface/columnHeader.gif);
	background-repeat: no-repeat;
	height:19px;
	width:216px;
}

#rightColumnFooter {
	background-image:url(../images/interface/columnFooter.gif);
	background-repeat: no-repeat;	
	height:26px;
	width:216px;
	margin-top:-19px;
}
#rightColumnContent {
	margin-left:5px;
	padding-right:1px;
	text-align:center;
}


#menuWrapper ul {
	
}

#contentWrapper {

  background-image: url(../images/interface/content_background.gif);
  background-repeat: repeat-y;  
  margin-top:4px;
  float:left;
  text-align:center;
  
}

#content {
  
  background-image: url(../images/interface/content_footer.gif);
  background-repeat: no-repeat;
  background-position: bottom;  
  min-height:325px;
  height:325px !ie;
  margin-bottom:10px; 
  margin-bottom:0px !ie;
  float:left;
  text-align:center;

}
#contentText {
  float:left;
  width:469px;
  width:490px !ie7;
  border:0px solid black;  
  margin-left:5px;
  margin-left:0px !ie7;
  padding-bottom: 10px !ie;
  text-align:center;

}
#rightColumn {
  /*position:absolute;*/
  /*left:622px;*/
  margin-left:18px;
  margin-left: 4px !ie;
  float:left;
  width:163px;

  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;
}
.infoTitle {
  text-align:center;
  color:black;
}

.infoTitle a{
  text-align:center;
  color:black;
}

#escortGegevens {
  margin-left:10px;
  padding-right:10px;
  margin-bottom:20px;
}
#escortGegevens a {
	color:black;
}
#escortGegevens a:hover {
	color:#a807b2;
}
#escortGegevens table {
  font-size:11px;
  width:312px;
}

#omschrijving_escort {
  margin-left:10px;
  padding-right:10px;
}

#footer {
  width:800px;
  text-align:center;
}

#rightColumnBackground {
	margin-left:73px;
	
}
#stats{
  position:relative;
  width:100px;
  margin-left:40px;
  margin-left:0px !ie7;
  width:230px !ie7;
  float:right !ie7;
}

