/* CSS document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(../images/bg.jpg) top repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	color: #414042;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

p {
	line-height: 16px;
	margin-top: 15px; 
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

h1 {
	color: #414042;
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h2 {
	color: #414042;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.imgleft {
	float: left;
	margin-right: 15px;
}

.icon {
	float: left;
	margin: 5px 15px 0 215px;
}
/**************************************/


/* Algemeen lay-out */
#container {
	background: url(../images/contentbg.png) left repeat-y;
	width: 950px; /* 966px */
	height: 100%;
	padding: 0 8px;
	margin: 0 auto;
}

#headerwrapper {
	background: url(../images/headerbg.jpg) top repeat-x;
	width: 922px; /* 948px */
	height: 100%;
	padding: 0 10px;
	margin: 0 auto;
}

#header {
	background-color: #fff;
	width: 910px; /* 924px */
	height: 100%;
	padding: 0 6px 6px 6px;
	border: 1px solid #888b8d;
	border-top: none;
}

#logo {
	width: 285px;
	height: 51px;
	margin: 7px 55px 0 0;
	float: right;
}

#content {
	background: url(../images/contentbg.jpg) left repeat-y;
	width: 926px; /* 950px */
	height: 100%;
	padding: 0 12px;
	margin: 0 auto;
}

.contentleft {
	width: 630px;
	height: 100%;
	float: left;
}

.contenttext {
	padding: 70px 40px 0 30px;
	min-height: 250px;
}

.contentright1 {		/* Meerder contentright-classes mogelijk ivm tekst over de image */
	background: url(../images/img1.jpg) top left no-repeat;
	width: 296px;
	height: 449px;
	float: right;
}

.logos {
	width: 585px;
	height: 100%;
	padding: 35px 0 0 25px;
	border-bottom: 8px solid #707070;
}

.imgtext {
	background: url(../images/imgbg.png) repeat;
	width: 296px;
	height: 94px;
	margin-top: 335px;
	padding-top: 20px;
	text-align: center;
}

.imgtext p{
	margin: 0;
	color: #fff;
}

.imgtext p.yellow {
	font-weight: bold;
	font-size: 13px;
	color: #fff200;
}
	
/**************************************/


/* Main menu */
.mainmenu{
	background: url(../images/menubg.jpg) top repeat-x;
	width: 910px;
	height: 28px;
}

.mainmenu ul, .mainmenu il {
	list-style: none;
	list-style-type: none;
}

.mainmenu li {
	background: url(../images/menuborder.jpg) top right no-repeat;
	display: inline;
}

.mainmenu li a{
	float: left;
	color: #fff;
	display: inline;
	height: 18px;
	padding: 5px 42px 5px 41px;
	text-decoration: none;
}

.mainmenu li a.width{
	padding: 5px 43px 5px 43px;
}

.mainmenu li a.widther{
	padding: 5px 43px 5px 43px;
}

.mainmenu li a.widthactive{
	background: url(../images/menubgactive.jpg) top repeat-x;
	color: #FFF;
}


.mainmenu li a:hover, .mainmenu li a.active{
	background: url(../images/menubgactive.jpg) top repeat-x;
	color: #FFF;
}

.menuborder {
	float: left;
}
/**************************************/


/* Footer  */
#footer {
	color: #58595b;
	font-size: 9px;
	padding: 12px 20px 0 0;
	float: left;
}

#footerbtm {
	background: url(../images/footerbg.png) top left no-repeat;
	width: 966px;
	height: 15px;
	margin: 0 auto;
}
/**************************************/



/* Form */
form fieldset{
	border: 0px;
}
form fieldset ul{
	list-style: none;
}
form fieldset ul li label{
	width: 100px;
	display: block;
	float: left;
}