/* CSS Document */
body {
  font-family: verdana;
  font-size:10px;
background-color: #ff2998;
  color:white;
}
#zoek{
	font-size:16px;
	text-decoration: underline;
	color:#f5f2f4;
}
#zoek:hover{
	font-size:16px;
	text-decoration: underline;
	color:#3f1339;
}
#titleSection {
	position: relative;
	left:0px;
	top:16px;
	font-size:13px;
}

#menuTitle{

}

#escortTitle{
	position: relative;
	left:74px;
}

#siteTitle{
	position: relative;
	left:610px;
	color:#ffaec5;
}
#siteTitle span{
	color:#f5f2f4;
}
ul {
  margin:0px;
  padding:0px;
}

li {
  padding-left:5px;
  list-style:none;
  margin-top:1px;
}

li.title {
  padding:0px;
}
#menu ul {
  background-color: #3f1339;
  background-repeat: no-repeat;
  background-position: bottom;
  min-height:325px;
  padding-bottom:10px;
}

.box {
  border:0px solid green;
  background-color: #3f1339;
  width:103px;
  text-align:center;
  margin:0px auto;
}

h2 {
  color:white;
  margin:0px;
  padding:0px;
  background-color:black;
  width:163px;
  font-size:10px;
  text-align:center;
  height:14px;
}
#contentText h2 {
  color:white;
  margin:0px;
  padding:0px;
  background-color:black;
  width:100%;
  font-size:10px;
  text-align:center;
  height:14px;
}
#menu h2 {
  color:white;
  margin:0px;
  padding:0px;
  background-color:black;
  width:185px;
  font-size:10px;
  text-align:center;
  height:14px;
}

.clr{
  clear:both;
}

.active {
  background-color:#8f003e;
  color:white;
  cursor: pointer;
}

a {
  color:white;
  text-decoration: none;  
}

a:hover {
  color:white;  
}


.right {
  float:right;
}
.left {
  float:left;
}
.center {
  text-align:center;
  width: 100%;
}
.rightMargin {
  float:right;
  margin-right:20px;
  margin-top:10px;
}
img {border: 0px solid black; }
.textCenter {
  text-align:center;
  margin-left:41px;
  padding-right:10px;
}

.ball {
  background-image: url(../images/ball.gif);
  background-repeat:no-repeat;
  background-position:left;
  padding-left:20px;
}
#meer {
  display:block;
  clear:both;
  margin: 0px auto;
}
.normal {
  font-size:11px;
}

.normal input,
.normal select {
 font-size:11px;
}

