@charset "utf-8";
/* CSS Document */

/* site divs indeling */
.iframe
{
background-color:#E7D8B6;
color:#E7D8B6;
}
#header {
	text-align:center;
}

#container
{
	text-align:center;
	
}

#links
{ float:none; 
margin:20px;
}


#empty {
clear: left;
}

#unempty {
clear: none;
}

#error {
color: #CC0000;
}

#linkje a:hover {
	color:#D70000;
}

#email a:hover {
	color:#FFF;
}


/* tabel, form en body kleuren */
body {
 font-size:12px;
 color:#000000;
 background-color:#E7D8B6;
 font-family:Arial;
 margin:0px;
 padding:0px;
}


#content {
	padding:15px;
	text-align:left;
	float: left;
	width:770px;
	position:absolute;
	left:50%;
	margin-top:30px;
	margin-left:-400px;
	background:#E2CB9A;
}


/* links */
.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
opacity: 0.4;
}

.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
opacity: 1;
}

a:link {
 text-decoration: none;
 color:#000000;
}
a:visited {
 text-decoration: none;
 color:#000000;
}
a:hover {
 color:#000000;
 text-decoration: none;
}
a:active {
 text-decoration: none;
 color:#000000;
}

