/* CSS Document */
body {
  font-family: verdana;
  font-size:10px;
  background-image: url(../images/interface/background.gif);
  color:white;
}

h1 {
  font-size: 12px;
}

.clearBoth { clear: both; display: block;}

ul {
  margin:0px;
  padding:0px;
}

li {
  padding-left:5px;
  list-style:none;
  margin-top:1px;
}

li.title {
  padding:0px;
}
#menu ul {
  background-image: url(../images/interface/nav_footer.gif);
  background-repeat: no-repeat;
  background-position: bottom;
  min-height:325px;
  padding-bottom:10px;
}

.box {
  border:0px solid green;
  background-color: #d90865;
  width:163px;
  text-align:center;
}

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;
}

.small {
  font-size: 10px;
}

.underline {
  text-decoration: underline;
  font-weight: bold;
}
