* { margin:0; padding:0; }
a img { border: none; }
body {
	background: url(images/main-bg-pattern.png) repeat 0 93px;
	font-family: Tahoma;
	font-size: 10px;
}

#container {
	width: 100%;
	background: url(images/main-bg-top.png) repeat-x;
}


/***** wrapper *****/
#wrap {
	width: 940px;
	margin: 0 auto;
}



/***** header *****/
#header {
	width: 932px;
	height: 118px;
	background: url(images/header-bg.png) no-repeat;
	margin: 0 0 0 2px;
}
.home #header { background-image: url(images/home-header-bg.png); }
#header .logo {
	float: left;
	width: 270px;
	height: 106px;
	padding: 2px 0 0 20px;
}
#header .stats {
	float: left;
	width: 246px;
	height: 92px;
	background: url(images/header-stats-bg.png) no-repeat;
	margin: 12px 0 0 80px;
}
#header .stats .heading { height: 27px; line-height: 27px; padding: 0 19px 0 10px; }
#header .stats h2 { float: left; font-size: 16px; font-weight: bold; }
#header .stats h3 { float: right; font-size: 12px; font-weight: normal; }
#header .stats p { float: left; font-size: 10px; margin: 0 0 0 11px; }



/***** navigation *****/
#nav {
	width: 940px;
	height: 217px;
	background: url(images/nav-bg.png) no-repeat;
}
.home #nav { background-image: url(images/home-nav-bg.png); }
#nav div { position: absolute; }

#nav .home { margin: 55px 0 0 37px; }
#nav .aanmaken { margin: 33px 0 0 284px; }
#nav .overzicht { margin: 10px 0 0 395px; }
#nav .support { margin: 63px 0 0 461px; }
#nav .nieuws { margin: 23px 0 0 565px; }
#nav .contact { margin: 28px 0 0 802px; }

#nav .home a { display: block; background: url(images/nav-home.png) no-repeat; width: 61px; height: 24px; }
#nav .aanmaken a { display: block; background: url(images/nav-aanmaken.png) no-repeat; width: 100px; height: 55px; }
#nav .overzicht a { display: block; background: url(images/nav-overzicht.png) no-repeat; width: 100px; height: 42px; }
#nav .support a { display: block; background: url(images/nav-support.png) no-repeat; width: 155px; height: 22px; }
#nav .nieuws a { display: block; background: url(images/nav-nieuws.png) no-repeat; width: 68px; height: 36px; }
#nav .contact a { display: block; background: url(images/nav-contact.png) no-repeat; width: 83px; height: 22px; }

#nav .home a:hover { background-image: url(images/nav-home-hover.png); }
#nav .aanmaken a:hover { background-image: url(images/nav-aanmaken-hover.png); }
#nav .overzicht a:hover { background-image: url(images/nav-overzicht-hover.png); }
#nav .support a:hover { background-image: url(images/nav-support-hover.png); }
#nav .nieuws a:hover { background-image: url(images/nav-nieuws-hover.png); }
#nav .contact a:hover { background-image: url(images/nav-contact-hover.png); }

#nav .gratisforum { margin: 60px 0 0 675px; }
#nav .gratisforum a { display: block; width: 251px; height: 140px; }



/***** home pagina content *****/
#homecontent {
	width: 936px;
	height: 381px;
	background: url(images/home-content-bg.png) no-repeat;
}
#homecontent .overtuigd { position: absolute; margin: 90px 0 0 665px; }
#homecontent .overtuigd a { display: block; width: 175px; height: 100px; }

#homecontent h1 {
	font-family: "Arial Rounded MT Bold", Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #e29f29;
	padding: 4px 0 40px 157px;
}
#homecontent p {
	width: 370px;
	font-size: 12px;
	padding: 0 0 0 157px;
}



/***** content *****/
#content {
	width: 936px;
	overflow: hidden;
	background: url(images/content-bg-repeat.png) repeat-y;
}

#content .text {
	width: 759px;
	background: url(images/content-bg-top.png) no-repeat;
	min-height: 223px;
	height: auto !important;
	height: 223px;
	padding: 0 0 0 137px;
	margin: 0 20px;
}
.content-bottom {
	width: 936px;
	height: 149px;
	background: url(images/content-bg-bottom.png) no-repeat;
}

#content .left { float: left; width: 505px; }
#content .right { float: left; font-size: 12px; width: 195px; padding: 0 0 0 25px; margin: 0 0 0 11px;}
#content h1 {
	font-family: "Arial Rounded MT Bold", Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #e29f29;
	padding: 4px 0 40px 0;
}
#content .left h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 11px 0 11px 11px;
}
#content .text p { font-size: 12px; margin: 0 0 0 11px; }


/* form */
form { display: inline; }

input.text, textarea, input.mainoption, input.liteoption, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: solid 1px #CCC;
	background-color: #F0F0F0;
	color: #666;
}
input.mainoption { font-weight: bold; color: #444; }
input.text, textarea { width: 80%; }
input.text-num { width: 50px; }
textarea { height: 100px; }

input.text:hover, textarea:hover, input.mainoption:hover, input.liteoption:hover {
	border-color: #888;
	color: #444;
	background-color: #F4F4F4;
}
input.text:focus, textarea:focus, input.mainoption:focus, input.liteoption:focus {
	border-color: #B02A0F;
	color: #222;
	background-color: #FAFAFA;
}

* html input.text, * html textarea { width: 98%; }
* html input.text-num { width: 50px; }
* html input.text, * html textarea, * html input.mainoption, * html input.liteoption {
	border-color: #888;
	color: #444;
	background-color: #F8F8F8;
}
* html input.mainoption { color: #000; }
* html input.ie6 { margin-left: 3px; }

label {
	display: block;
	margin: 3px 0;
}

.error {
	border: solid 1px #B02A0F;
	padding: 4px;
	margin-bottom: 10px;
	line-height: 1.6em;
}
.error h2 {
	border-left-width: 0;
	background: none;
	margin-top: 0;
	margin-bottom: 5px;
	padding-left: 0;
}

.form-table td {
	border-bottom: solid 1px #DDD;
	font-size: 11px;
}
.form-table tr td { color: #626A73; }
.form-table tr:hover td { color: #3E4349; }
.form-table tr td label { color: #535B63; }
.form-table tr td label:hover { color: #B02A0F; }
.form-table tr td .form-comment { color: #626A73; font-size: 10px; }


.form-table td.form-submit {
	text-align: center;
	border-bottom: none;
}
.form-table td.form-row {
	text-align: center;
}
.form-right {
	border-left: dotted 1px #DDD;
}







