/* CSS Document */

body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #363636;
	background-color: #222f37;
	background-image: url(../gfx/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2d2d2d;
}

h2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #2d3f4a;
	padding: 0px;
	margin: 0px;
	padding-bottom: 15px;
}

p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

.input {
	background-color: #c8c8c8;
	border: 1px solid #b3b3b3;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #363636;
	width: 350px;
}

.disabled {
	background-color: #CC0000;
	color: #dbdbdb;
}

.table select {
	background-color: #b3b3b3;
}

.table {
	background-color: #2d3f4a;
	border: 1px solid #2d3f4a;
	font-size: 11px;
	color: #fffdf2;
}

.table tr {
	background-color: #3f525e;
}

.table td {
	padding: 3px;
}

#container {
	width: 900px;
	margin: 0 auto;
}

#top_login {
	float: left;
	width: 740px; /*750*/
	height: 19px; /*25*/
	background-color: #2d3f4a;
	color: #ece7cf;
	border-bottom: 1px dotted #ece7cf;
	padding-top: 5px;
	padding-left: 10px;
}

#top_loguit {
	float: right;
	width: 140px; /*150*/
	height: 19px; /*25*/
	background-color: #2d3f4a;
	border-bottom: 1px dotted #ece7cf;
	color: #ece7cf;
	padding-top: 5px;
	padding-right: 10px;
	text-align: right;
}

#header {
	float: left;
	background-image: url(../gfx/header.gif);
	width: 900px;
	height: 100px;
}

#balk_mijnkhpnet {
	float: left;
	width: 890px; /*900*/
	height: 19px; /*25*/
	background-color: #2d3f4a;
	border-bottom: 1px dotted #ece7cf;
	color: #ece7cf;
	padding-top: 5px;
	padding-left: 10px;
}

#balk_links {
	float: left;
	width: 119px; /*130*/
	background-color: #2d3f4a;
	border-right: 1px dotted #ece7cf;
	color: #ece7cf;
	padding-top: 5px;
	padding-left: 10px;
}

#main {
	float: left;
	width: 610px; /*640*/
	background-color: #b3b3b3;
	padding: 15px;
	color: #2d3f4a;
}

#center {
	float: left;
	margin-left: 130px;
	width: 610px; /*640*/
	background-color: #b3b3b3;
	padding: 15px;
	color: #2d3f4a;
}

#balk_rechts {
	float: left;
	width: 109px; /*130*/
	background-color: #2d3f4a;
	border-left: 1px dotted #ece7cf;
	color: #ece7cf;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}


a { color: #ece7cf; text-decoration: underline; }
a:hover { color: #acc0cc; text-decoration: underline; }

#center a { color: #2d3f4a; text-decoration: underline; }
#center a:hover { color: #ece7cf; text-decoration: underline; }

#main a { color: #2d3f4a; text-decoration: underline; }
#main a:hover { color: #fffdf2; text-decoration: underline; }

#center .table a, #main .table a { color: #fffdf2; text-decoration: underline; }
#center .table a:hover, #main .table a:hover { color: #ece7cf; text-decoration: underline; }

.border { border: 1px solid #2d3f4a; }

#aanwezighedenNotice {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 25px;
	width: 100%;
	background-color: #00CC33;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	border-bottom: 1px dotted #fff;
}
