﻿html, body{
	padding: 0;
	margin: 0;
}

body{
	background: #283992 url('../img/bg.png') repeat-x;
	font-family: verdana;
	font-size: 0.9em;
	
}

h1{
	padding: 0;
	margin: 0;
	font-size: 20px;
	margin-bottom: 15px;
}

h2{
	padding: 0;
	margin: 0;
	font-size: 20px;
	margin-bottom: 10px;
}

h3{
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: bolder;
	display: inline;
}

span.info{
	display: block;
	margin-left: 115px;
	margin-top: -18px;
	line-height: 1.3em;
}	

span.error{
	color: #ff0000;
	font-weight: bold;
}
a{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
p{
	line-height: 1.7em;
}


#wrapper{
	width: 660px;
	margin: 0 auto;
}

#logo{
	margin: 20px auto 0 auto;
	background-image: url('../img/logo.jpg');
	width: 300px;
	height: 210px;
}	

#slogan{
	margin: 0 auto;
	width: 614px;
	height: 45px;
	background: #fff url('../img/slogan.png') no-repeat 0 10px;
}
#content-top{
	width: 661px;
	height: 10px;
	background: url('../img/content-top.png') no-repeat;
}
#content-bottom{
	width: 661px;
	height: 9px;
	background: url('../img/content-bottom.png') no-repeat;
}
#content-bg{
	background: #f47b25 url('../img/content-bg.png') repeat-x;	
}
#content-inner-bg{
	background: url('../img/exclamation.png') no-repeat top right;
}
#content{
	width: 607px;
	border-left: 7px solid #000;
	border-right: 7px solid #000;
	padding: 10px 20px 5px 20px;
}

.input-wrapper{
	position: relative;
	height: 41px;
	width: 600px;
	padding: 0 7px;
	margin: 5px auto;
}
.input-wrapper-left{
	width: 7px;
	height: 41px;
	background: url('../img/input-wrapper-outside.png') 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.input-wrapper-middle{
	width: 100%;
	height: 41px;
	background: url('../img/input-wrapper-bg.png') repeat-x;
	padding-top: 7px;
}
.input-wrapper-right{
	width: 7px;
	height: 41px;
	background: url('../img/input-wrapper-outside.png') -9px 0 no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}

.input{
	position: absolute;
	height: 29px;
	width: 160px;
	padding: 0 7px;
	right: 20px;
	top: 5px;
}

.input input{
	margin: 3px 3px;
	padding-top: 4px;
	height: 20px;
	width: 100%;
	border: none;
	background: transparent;
}
.input-left{
	width: 11px;
	height: 29px;
	background: url('../img/input-outside.png') 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.input-middle{
	width: 100%;
	height: 29px;
	background: url('../img/input-bg.png') repeat-x;
}
.input-right{
	width: 8px;
	height: 29px;
	background: url('../img/input-outside.png') -16px 0 no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}

.input-label, .input-sublabel{
	color: white;
}
.input-label{
	margin-left: 15px;
	font-size: 18px;
	font-weight: bold;
}
.input-sublabel{
	font-size: 14px;
}
.button-wrapper{
	position: relative;
	width: 210px;
	height: 38px;
	padding: 0 7px;
	margin: 0 auto;
}

.button-left{
	width: 7px;
	height: 38px;
	background: url('../img/button-outside.png') 0px 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.button-middle{
	width: 100%;
	height: 38px;
	background: url('../img/button-bg.png') repeat-x;
	color: #fff;
	text-align: center;
	padding-top: 9px;
	font-weight: bold;
	cursor: pointer;	
}

.button-right{
	width: 7px;
	height: 38px;
	background: url('../img/button-outside.png') -9px 0 no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
.pc
{
	font-family:Verdana, Arial, Impact, Courier New;
	font-size:0.9em;
	color:Black;	
}
.pcerror
{
	font-family:Verdana, Arial, Impact, Courier New;
	font-size:0.8em;
	color:Red;
}
.categorie
{
	font-family:Verdana, Arial, Impact, Courier New;
	list-style-type:disc;	
	font-size:0.9em;
	color:Black;	
}
.risico_object
{
	font-family:Verdana, Arial, Impact, Courier New;
	list-style-type:circle;
	font-size:1.0em;
	color:Black;		
}
.niks_gevonden
{
	font-family:Verdana, Arial, Impact, Courier New;
	font-size:0.9em;
	font-style:italic;
	color:Black;		
}
.a_categorie:link
{	
	color:Black;
	text-decoration:underline;	
}    
.a_categorie:visited
{
	color:Black;
	text-decoration:underline;	
}
.a_categorie:hover
{
	color:Black;
	text-decoration:underline;		
}
.a_categorie:active
{
	color:Black;
	text-decoration:underline;	
}
.a_risico_object:link
{	
	color:Black;
	text-decoration:underline;	
}    
.a_risico_object:visited
{
	color:Black;
	text-decoration:underline;	
}
.a_risico_object:hover
{
	color:Black;
	text-decoration:underline;		
}
.a_risico_object:active
{
	color:Black;
	text-decoration:underline;	
}

