/* GENERAL */


html {
     overflow: -moz-scrollbars-vertical;
}



body {

	margin: 0px;
	font-family: Arial;
	color: #000000;
	background-color: #FFF;
	height: 100%;
	background-image: url(../img/background.gif);
	background-repeat: repeat;
	
	
}

ul{
list-style: none;
}

li{
	padding-left: 14px;
	background-image: url(../img/listbullet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}



td {
font-size: 12px;
	padding: 0px;
	vertical-align: top;
}


#content a{
	
	font-size: 12px;
	color: #000000;	
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}
#content a:link{	border-bottom: 1px dotted #000000; 	}
#content a:visited{	border-bottom: 1px dotted #000000;	}
#content a:hover {  border-bottom: 1px solid #000000;  }
#content a:active{	border-bottom: 1px dotted #000000;	}



#main{
	position:absolute;
	left:50%;
	margin-left:-475px;
	top:50%;
	margin-top:-275px;
	 width:950px;
	 height:550px;
	 background-color:#FFFFFF;
}


/* LOGO & MENU */


#leftCol{

	width:310px;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;

	background-image: url(../img/streepjes.gif);
	background-repeat: no-repeat;
	background-position: top right;
}


#logo{
	margin: 5px;
	margin-left:14px;
}

#menu{
	position:absolute;
	width:240px;
	letter-spacing:0.5px;

	top:8px;
	left:40px;
}

#menu div{


}

#image{
	margin-top:1px;
}

#menu a{
	font-weight:600;
	text-decoration: none;
	
}

#menu a:hover{
	color: #666666;
}


div.mainmenuLink {
	margin-top:18px;
}

div.mainmenuLinkAct{
	color: #666666;
 	margin-top:18px;
}
	
div.mainmenuLink a{
	color: #000;
 	font-size: 13px;
}

div.mainmenuLinkAct a{
	color: #666666;
 	font-size: 13px;
}


div.submenuLink a{
	color: #000;
 	font-size: 12px;
}

div.submenuLinkAct a{
	color: #666666;
	
 	font-size: 12px;
}

div.submenu{
margin-bottom: 18px;
}

#content img{
  border:1px solid #FFFFFF;

}

#pageTitle{
	position:absolute;
	float:left;
	color:#FFFFFF;
	left:130px;
	font-size:26px;
	text-align:left;
}

/* CONTENT*/

#content{
 	overflow:auto;
 	overflow-X:hidden;
	background-color: #FFFFFF;
	position:absolute;
	top:25px;
	margin-left:340px;
	width:610px;

	height:500px;
	font-size:13px;
}

#container{
	
	margin-right:22px;
	line-height:17px;
	width:450px;
}

div.subtitle{
	font-size: 13px;
	color: #666666;
	font-weight: 600;
}


#dooping {
	position:absolute;
	margin-left: 40px;
	bottom: 25px;
	
	font-size: 10px;
	color: #888888;
}

#dooping a {
	font-size: 10px;
	color: #888888;
	text-decoration: none;
}

#dooping a:hover {
	color: #000000;
	font-size: 10px;
}

.posfeedback{
	background-color: #E9FFE9;
	color: #03AE03;
	padding: 2px;
	font-weight:bold;
}

.negfeedback{
	color: #AE0303;
	background-color: #FBDBDB;
	padding: 2px;
	
}

.feedbackhead{
	padding:2px;
}

#formfeedback{
	font-weight:bold;
	margin-left:1px;

	margin-bottom:10px;

	color:#FFF;
}

h1{
	font-size:13px;
	letter-spacing:0.5px;
	color: #000000;
	margin:0px;
	margin-bottom:10px;
	line-height:20px;
}
