@charset "utf-8";
a {
color:#2E5A89;
}
body {
	background-image: url(../img/gif/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	color: #666666;
	background-color: #A6D2E8;
	margin-left: 20px;
	margin-top:0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
.tableBorders {
	border-bottom: 1px solid #DBEBF2;
}

div.menu {
	margin-top:100px;
	margin-left:10px;
	width:300px;
	height:650px;
	position:absolute;
	z-index: 5;
}
div.foto {
	margin-top:0px;
	margin-left:50px;
	width:900px;
	height:285px;
	position:absolute;
	z-index: 4;
	left: 22px;
	top: -2px;
	visibility: visible;
}
div.kolomleft
{
float: left;
width: 185px;
padding: 10px;
}

div.kolomright
{
float:right;
width: 185px;
padding: 10px;
}

div.kolommain
{
width: 450px;
margin: 0 100px 0 100px;
border-left: 1px solid gray;
border-right: 1px solid gray;
padding:10px;
}
div.content {
	margin-top:255px;
	margin-left:50px;
	width:900px;
	position:absolute;
	background-color:#FFFFFF;
	z-index: 2;
	left: 73px;
	top: 135px;
	visibility: visible;
}
div.footer {
	clear: both;
	margin: 0;
	padding: .5em;
	color: #333;
	background-color: #ddd;
	border-top: 1px solid gray;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.clear {
	clear:both;
}
.footertekst{
	font-size:10px;
}
.tableBorder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
.menuTekst {
	color: #FFFFFF;
}
#adminLinks a {
	color:#FFFFFF;
	text-decoration:none;
}
#adminLinks a:hover {
	text-decoration:underline;
}

.tableborder {
border-bottom:solid;
border-bottom-width:1px;
border-bottom-color: #CECECE;
}