/* CSS Document */
@charset "utf-8";
body,td,th {
font-size: 13px;
font-family: Verdana;
background-color: #909483;
color: white;
}
a:link, a:visited {
color: #6bafef;
text-decoration: none;
}
a:hover {
color: red;
font-weight: bold;
}
h1 {
font-size: 13px;
margin: 0 auto;
font-weight: bold;
}
h2 {
font-size: 12px;
margin: 1px;
font-weight: bold;
}
h3 {
font-size: 13px;
color: red;
font-weight: bold;
}
.titel {
	font-size:16px;
	font-weight:bold;
}
.wrapper{
  position: relative;
  width: 1000px;
  margin: 0 auto;
  background-image: url('bgrepeat.jpg');
  background-repeat: repeat-y;
}
.header{
  width: 1000px;
  height: 175px;
  background: url('header.jpg') center no-repeat;
}
.menu{
  margin-left: 23px;
  float: left;
  padding: 5px;
  width: 160px;
  background-color: #413524;
  border: 2px solid white;
}
.menu ul{
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  padding-left: 15px;
}
.menu ul li{
  padding: 0px;
  list-style-type: none;
}

.sidebar{
  float: left;
  margin-left: 25px;
  margin-right: 10px;
  margin-bottom: 25px;
  width: 210px;
  padding: 5px; 
  background-color: #413524;
  border: 2px solid white;
}
.content{
  float: left;
  margin-left: 35px;
  width: 500px;
}
.content ul{
  padding-left: 2px;
  
}
.inbelframe{
  width: 450px; 
  font-size: 14px;
  padding: 3px;
  background-color: #413524;
  margin: 0 auto;
  border: 2px solid white;
}
.inbelsidebar{
  width: 190px; 
  font-size: 11px;
  padding: 1px;
  background-color: #413524;
  margin: 0 auto;
}
.itemline{
  width: 125px;
  height: 2px;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: white;
  overflow: hidden;
}
.item{
  text-align: center;
  width: 145px;
  height: 155px;
  font-size: 11px;
  font-weight: bold;
  padding: 3px;
  margin-left: 12px;
  margin-top: 12xp;
  margin-bottom: 12px;
  float: left;
  background-color: #504c47;
}
.commentBetaling{
  margin-bottom: 10px; 
}
.input{
  width: 100px;
  font-size: 14px;
  font-weight: bold;
  color: blue;
  border: 2px solid black;
}
.abbonementen{
  margin-top: 10px;
  margin-left: 15px;
  font-weight: bold;
}
.button {
  width: 125px;
  font-size: 13px;
  font-weight: bold;
}
.escortheader{
  width: 450px;
  padding: 2px;
  background-color: #413524;
  border: 2px solid white;
}
.escortlist{
  width: 500px;
   margin: 0 auto;
}

.escortlist ul{
 padding: 0px;
 width: 235px;
 font-size: 11px;
 float:left;
}
.escortlist ul li{
  list-style-type: none;
}
.center{
  width: 450px; 
  margin-top: 15px;
  margin-bottom: 25px;
  padding: 5px;
  border: 2px solid white;
  margin-left: 25px;
  background-color: #413524;
  text-align: center;
}
.selectbox{
  width: 150px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f9dc;
  border: 1px solid black;
}
.footer{
  width: 1000px;
  height: 30px;
  background-image: url('footer.jpg');
  text-align: center;
}
