@CHARSET "ISO-8859-1";

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
	font-family:"Arial";
	font-size:12px;	
	background:url('/images/bouw/bg.jpg') top left repeat;
	background-attachment:fixed;
	color:#0096CE;
}

/* main */
div#wrapper {
	position:absolute;
	width:413px;
	height:100%;
	background-color:#9B9C9E;
	left:50%;
	margin-left:-207px;
}

div#container {
	float:left;
	background-color:#9B9C9E;
	width:341px;
	padding:36px;
}

p {
	margin: 10px 0px 15px 0px;
}

ul {
	margin:0px 0px 15px 18px;
}

ol {
	margin:0px 0px 15px 18px;
	padding: 0px;
}


a:link,
a:visited,
a:active,
a:hover
	 {
	color:#4C4C4E;
}

/* headers */
h1 {
	color:#4C4C4E;
	font-size:13px;
}

h2 {
	color:#4C4C4E;
	font-size:13px;
}

/* buttons */
ul.navigation {
	float:left;
	list-style:none;
	margin-left:0;
	margin-bottom:14px;
}

ul.navigation li {
	display:block;
	float:left;
	list-style:none;
	height:74px;
}

ul.navigation li a {
	color:#000000;
	display:block;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	font-size:20px;
	line-height:20px;
}

.button1 {
	background-color:#4C4C4E;
	width:104px;
	height:64px;
	margin-right:15px;
	padding-top:10px;
	background:url('/images/bouw/button1.jpg');
}

.button2 {
	background-color:#0096CE;
	width:103px;
	height:64px;
	margin-right:15px;
	padding-top:10px;
	background:url('/images/bouw/button2.jpg');
}

.button3 {
	background-color:#FFFFFF;
	width:104px;
	height:64px;
	padding-top:10px;
	background:url('/images/bouw/button3.jpg');
}

/*logos*/
ul.logos {
	float:left;
	list-style:none;
	margin-left:0;
	margin-bottom:14px;
	width: 430px;	
}

ul.logos li {
	display:block;
	float:left;
	list-style:none;
	height:74px;
	margin:0px 15px 15px 0px;	
}

ul.logos li a {
	color:#000000;
	display:block;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	font-size:20px;
	line-height:20px;
}

.logo {
	background-color:#4C4C4E;
	width:104px;
	height:64px;
	margin:0px;
	padding-top:10px;
}

.logo1 { background:url('/images/bouw/logo1.jpg'); }
.logo2 { background:url('/images/bouw/logos.jpg') -119px -220px no-repeat; }
.logo3 { background:url('/images/bouw/logos.jpg') -10px  -15px no-repeat; }
.logo4 { background:url('/images/bouw/logos.jpg') -228px -120px no-repeat; }
.logo5 { background:url('/images/bouw/logos.jpg') -10px  -225px no-repeat; }
.logo6 { background:url('/images/bouw/logos.jpg') -119px -15px no-repeat; }
.logo7 { background:url('/images/bouw/logos.jpg') -223px -5px no-repeat; }
.logo8 { background:url('/images/bouw/logos.jpg') -10px  -115px no-repeat; }
.logo9 { background:url('/images/bouw/logos.jpg') -124px -120px no-repeat; }


/*pic*/
ul.pic {
	float:left;
	list-style:none;
	margin-left:0;
	margin-bottom:14px;
}

ul.pic li {
	display:block;
	float:left;
	list-style:none;
	height:74px;
}

ul.pic li a {
	color:#000000;
	display:block;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	font-size:20px;
	line-height:20px;
}

.pic {
	background-color:#4C4C4E;
	width:104px;
	height:64px;
	margin-right:15px;
	padding-top:10px;
}

/*content*/
.content {
	float:left;
	display:block;
	width:321px;
	padding:10px;
	background-color:#FFFFFF;
	margin-bottom:10px;
	line-height:15px;
	font-size:12px;
}

/* forms */
dl {
	float:left;
	width:320px;
	padding:0px;
	margin:0;
	display:block;
}

dt {
	float:left;
	clear:left;
	display:block;
	width:120px;
	padding:0px;
	line-height:15px;
	margin-top:2px;
}

dd {
	float:left;
	display:block;
	width:150px;
	padding:2px;
}

dd label {
	float:left;
}

dd .text {
	display:block;
	float:left;
}

dd .textarea {
	display:block;
	width:182px;
	margin-left:1px;
	font-family:"Arial";
	font-size:12px;	
	color:#0096CE;
}

ul.errors {
	list-style:none;
	margin-left:15%;
	display:block;
	width:100%;
	padding:0;
	margin:0;
	color:red;
	display:none;
}