@charset "UTF-8";

body,td,th {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #00004d;
}

body {
	background-color: #FFFFFF;
	margin:0;
	padding:0;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

h1 {
	font-size: 15px;
	color: #00a0af;
	text-transform: lowercase;
}

a:link,a:visited {
	color: #00004d;
    text-decoration: underline;
}

a:hover, a:active {
	color: #00a0af;
    text-decoration: none;
}

#website {
	height: 555px;
	width: 997px;
	margin-left: auto;
	margin-right: auto;
}

#website #header {
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	height: 35px;
	width: 997px;
}

#website #content {
	background-color: #d2eff1;
	height: 493px;
	width: 995px;
    border : 1px solid #9cdbe0;
}

#website #content #menucontainer {
	background-image: url('../images/m_home.jpg');
	background-repeat: no-repeat;
	height: 160px;
	width: 995px;
}

#website #content #logo {
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	height: 493px;
	width: 205px;
    float: left;
	margin-top: -160px;
}

#website #content #inhoud {
	height: 287px;
	width: 585px;
	margin-top: 18px;
	margin-bottom: 20px;
	overflow: auto;
	text-align: left;
	margin-left: 206px;
}

#website #content #zoek_inlog {
	height: 383px;
	width: 190px;
    float: right;
    text-align: left;
    margin-top: -40px;
    position:relative;
}

#zoek_inlog div.tuv-logo {
    position:absolute;
    width:70px;
    height:70px;
    top:300px;
    left:-800px;
}

#zoek_inlog div.tuv-logo img{
    width:70px;
    height:70px;
}

#zoek_inlog div.ideal-logo {
    margin-top:30px;
    margin-left:0px;
}


#website #content #zoek_inlog p.kop1 {
	color: #1843a2;
	margin-bottom: 3px;
	margin-top: 38px;
}

#website #content #zoek_inlog td.kop2 {
	color: #1843a2;
}

#website #content .kop3 {
	color: #6ec4ce;
	margin-top: 5px;
}

#website #footer {
	color: #9cdbe0;
	background-color: #FFFFFF;
	height: 25px;
	width: 792px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 205px;
	text-align: left;
}

#website #footer a {
	color: #9cdbe0;
	text-decoration: none;
}

#website #footer a:hover {
	text-decoration: underline;
}

.zoekveld {
	width: 165px;
	border : 1px solid #6ec4ce;
	padding : 1px;
	color: #00004d;
}

.formfield {
	width: 250px;
	border : 1px solid #6ec4ce;
	padding : 1px;
	color: #00004d;
}

#website #content #menucontainer ul {
	margin-top: 0px;
	margin-left: 165px;
	margin-bottom: 0px;
	text-align: left;
	padding-top: 119px;
}

#website #content #menucontainer li {
	list-style: none;
    display: inline;
}

#website #content #menucontainer #mainmenu a:link, #website #content #menucontainer #mainmenu a:visited {
	margin-right: 27px;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	color: #fadc05;
	text-transform: uppercase;
	border: 0px;
}

#website #content #menucontainer #mainmenu a:hover {
	color:#FFFFFF;
}

#website #content #menucontainer #mainmenu a.selected {
	color:#FFFFFF;
}

#website #content #menucontainer #sub {
	padding-top: 0px;
}

#website #content #menucontainer #sub a:link, #website #content #menucontainer #sub a:visited {
	margin-right: 20px;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	color: #1843a2;
	border: 0px;
	text-transform: lowercase;
}

#website #content #menucontainer #sub a:hover {
	color:#FFFFFF;
}

#website #content #menucontainer #sub a.selected {
	color:#FFFFFF;
}

#website #content #zoek_inlog #datum {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
}

.knoppen a {
    font-weight: bold;
    text-align: center;
	border: 1px solid #6ec4ce;
	display: block;
	color: #0072BC;
	padding: 3px;
	background-color: #E6E57B;
	text-decoration: none;
	width: 30px;
	float: right;
}
.knoppen a:hover {
	background-color: #00004d;
	border: 1px solid #E6E57B;
	color: #00a0af;
}

.verstuur a {
    font-weight: bold;
    text-align: center;
	border: 1px solid #6ec4ce;
	display: block;
	color: #0072BC;
	padding: 3px;
	background-color: #E6E57B;
	text-decoration: none;
	width: 60px;
	margin-left: 185px;
	margin-top: 5px;
}
.verstuur a:hover {
	background-color: #00004d;
	border: 1px solid #E6E57B;
	color: #00a0af;
}

p.error {
    color: #FF0000;
    margin-top: 3px;
    margin-bottom: 3px;
}
