a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
}
a.linkbutton:link, a.linkbutton:visited{
	color:#000000;
	font-weight:bold;
}
a.linkbutton:hover, a.linkbutton:active{
	color:#FF0000;
	font-weight:bold;
}
html, body {
	overflow-x: hidden;
}
body{
margin:0px;
padding:0px;
background-color:#f4f4f4;
background-image: url(../images/bgg.jpg);
background-repeat: repeat-x;
}
td {
	text-align: left;
}

div.totaal{
width:100%;
height:100%;
}

div.head{
position:absolute;
height:175px;
width:100%;
}

div.main{
position:absolute;
top:175px;
width:95%;
margin-left:10px;
margin-top: 10px;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}
div.main a:link, div.main a:visited{
color:#000000;
font-weight:bold;
}
div.main a:hover, div.main a:active{
color:#ff0000;
font-weight:bold;
}

div.head_bgleft{
position:absolute;
top:20px;
width:50%;
background-color:#58595b;
height:107px;
}
div.head_bgright{
position:absolute;
top:20px;
width:50%;
left:50%;
background-color:#0399be;
height:107px;
}
div.header{
position:absolute;
top:20px;
width:100%;
height:107px;
background-image:url(../images/header.jpg);
background-position:left;
background-repeat:no-repeat;
}

div.welkomtekst{
position:absolute;
top:150px;
right:20px;
font-family:Arial, Verdana, Helvetica, sans-serif;
color:#FFFFFF;
font-weight:bold;
font-size:13px;
}
div.ccms_tekst{
position:absolute;
top:67px;
right:20px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-weight:bold;
font-size:14px;
}

.chromestyle{
position:absolute;
width: 100%;
font-weight: bold;
height:28px;
bottom:0px;
background: url(../images/bg.jpg) repeat-y; /*THEME CHANGE HERE*/
background-position:left;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ""; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;*/
height:20px;
width: 100%;
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #999;
padding: 4px 7px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
font-family:Verdana, Helvetica, sans-serif;
font-size:11px;
}

div.chromestyle_bgleft{
position:absolute;
width:50%;
background-color:#58595b;
height:28px;
bottom:0px;
}
div.chromestyle_bgright{
position:absolute;
width:50%;
left:50%;
background-color:#0399be;
height:28px;
bottom:0px;
}

.chromestyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color:#CCCCCC;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #ddd; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color:#eee;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ddd; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #999;
}

.dropmenudiv a:hover{
color:#333;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
input, select {
	font-size:12px;
	color: #000000;
	padding: 2px;
	margin: 2px;
}
.tablehead{
color:#FFFFFF;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-weight:bold;
}

.errors {
	border: solid 1px #cc0000;
	text-align: left;
	width: 400px;
	color: #cc0000;
	padding: 5px;
}
.errors li {
	list-style: none;
	margin-left: 0px;
	padding: 2px;
}
