@charset "utf-8";
/* CSS Document */

html {
	height:100%;
}
body {
	height:100%;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	text-align: center; /* IE */
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 990px;
	background-color: #FFFFFF;
	background-image: url(gfx/backgrnds/total_shaduw.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#footer {
	margin: 0 auto;
	width: 990px;
	height: 20px;
	background-image: url(gfx/backgrnds/schaduw_onder.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header {
	width: 956px;
	height: 265px;
	background-image: url(gfx/headers/default404.jpg);
	background-position: center 10px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#SEM {
	height: 227px;
	width: 126px;
	padding-top: 40px;
	padding-left: 40px;
}
#navigatie {
	height: 40px;
	width: 654px;
	float: right;
	clear: both;
	margin-top: 100px;
	margin-right: 75px;
	background-image: url(gfx/backgrnds/alpha33.png);
	background-repeat: repeat;
}

.hline
{
	border-bottom-width: 1px;
	border-bottom-color: #f3971a;
	border-bottom-style: solid;
	width: 600px;
}

#titel {
	height: 35px;
	width: 654px;
	float: right;
	clear: both;
	margin-top: 35px;
	margin-right: 75px;
	font-family: "Century Gothic", "Trebuchet MS", arial;
	font-size: 18px;
	color: #f7962d;
	text-decoration: none;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-color: #f3971a;
	border-bottom-style: solid;
	font-weight: bold;
}
#logo {
	float: none;
	height: 83px;
	width: 163px;
	clear: both;
	margin-left: 17px;
}
#zoek {
	margin-top: 20px;
	margin-right: 10px;
	clear: both;
	float: right;
	text-align: right;
}
input {
	border: 1px solid #00AEEF;
	background-color: #ffffff;
	text-decoration: none;
	height: 18px;
	width: 148px;
	margin-right: 8px;
}
.action {
	color: #18aeee;
	text-decoration: none;
	background-color: #dfeefb;
	border: 1px solid #0daef0;
	height: 18px;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
	line-height: 18px;
}
.action:hover {
	color: #f7962d;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #f7962d;
	height: 18px;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
	line-height: 18px;
}
#content {
	width: 956px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	min-height:300px;
}
#blok {
	width: 324px;
	float: left;
	background-image: url(gfx/backgrnds/bodem_block.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left: 71px;
}
#bovenkant_blok {
	background-image: url(gfx/backgrnds/titel_blok.png);
	height: 33px;
	width: 324px;
}
#titel_blok {
	line-height: 37px;
	margin-left: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#midden_blok {
	background-image: url(gfx/backgrnds/vLine_block.png);
	height: auto; /** 100px; */
	width: 324px;
	margin-bottom: 18px;
}
#content_blok {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 18px;
	font-size: 11px;
}
#subNav {
	width: 111px;
	margin-top: auto;
	margin-bottom: auto;
	padding-left: 45px;
	height: 200px;
	clear: both;
	float: left;
}
#MainPageContent {
	width: 545px;
	padding-top: 25px;
	padding-bottom: 25px;
	clear: none;
	margin-left:155px;
	padding-left: 71px;
	line-height: 18px;
	font-size: 12px;
}

a {
	color: #0daef0;
	text-decoration: none;
}
a:hover {
	color: #f7962d;
	text-decoration: none;
}

#trover
{
	background-color:white;
}

#trover:hover
{
	background-color:orange;
	cursor:pointer;
}

.ti_full
{
	width:99%;
}

.error
{
	background-color:white;
	padding:5px;
	margin:5px;
	border:1px solid red;
}

.succes
{
	background-color:white;
	padding:5px;
	margin:5px;
	border:1px solid green;
}

.voorgaandeberichten
{
	margin-top:20px;
	width:600px;
	padding:5px;
	border:1px solid black;
}
