@charset "UTF-8";
/* CSS Document */


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+	File		: screen.css
+	Author	: frismedia.nl
+	Date		: 24-10-2011
+	 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++*/
/*    GENERAL CLASSES     */


.clearfix:after, div#wrapper:after, div#header:after, form:after, div#item:after, div#content div.row:after, ul#steps:after, div#footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix, div#wrapper, div#header, form, div#item, div#content div.row,ul#steps, div#footer {
	height: 1%;
}

/*    GENERAL CLASSES     */
/*++++++++++++++++++++++++*/





/*++++++++++++++++++++++++*/
/*      HTML ELEMENTS     */


* {margin: 0;}

html, body {
	margin: 0;
	padding: 0;}

body {
	color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 150%;
	}

h1 {
	background: url(../img/logo.png) no-repeat left 20px;
	text-indent: -9999px;
	width: 209px;
	height:120px;
}
h2 {   
    color: #0099FF;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
    }
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p.intro {
	color: #9F8E5E;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bolder;
    line-height: 150%;
}
p.error {color:red;}
hr {
	color:white;
	background:none;
	border:none;
	border-top: 1px dotted #B99E6F;
	height: 1px;
	margin: 15px 0 20px 0;
	clear: both;
}
/*      HTML ELEMENTS     */
/*++++++++++++++++++++++++*/


/*        MAIN DIVS       */
/*++++++++++++++++++++++++*/

body {
	background: url(../img/bck.jpg) no-repeat center bottom;
}
div#wrapper { 
	width:1024px;
	padding:0 0 40px 0;
	margin:0 auto;

}
div#header {
	width:1024px;
	height:190px;
	background: url(../img/header.jpg) no-repeat left top;
	position: relative;
}
div#header ul {
	position:absolute;
	bottom:10px;
	width:1024px;
	height:30px;
	display: block;
	margin:0;
	padding:0 0 0 20px;	
	background-color: #CC0000;
	list-style: none;
}
div#header ul li.left {
	position:absolute;
	top:0;
	left:0;
	background: url(../img/links_ul.gif) left top no-repeat;
	width: 9px;
	height: 30px;
}
div#header ul li.right {
	position:absolute;
	top:0;
	right:0;
	background: url(../img/rechts_ul.gif) right top no-repeat;
	width: 9px;
	height: 30px;
}
div#header ul li {
	float: left;}
div#header ul li a {
	float:left;
   	color: #FFFFFF;
    font-family: Georgia;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
	width: 100px;
	height: 30px;
	padding: 0 7px;
	border-right: 1px solid #990000;	
}
div#header ul li.active a {text-decoration:underline;}
div#header ul li a:hover {
	background-color:#990000;
}
div#content {
	clear:both;
	position:relative;	 
}
div#content address {
	color:#CC0000;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 170%;
	width: 175px;
	float: left;
	font-style: normal;
	padding-right: 30px;
	border-top:dotted 1px #B99E6F; width:148px;margin-bottom:10px;margin-top:20px;
	border-bottom:dotted 1px #B99E6F; width:148px;margin-bottom:10px;margin-top:20px;
	padding: 10px 0;
	margin-right: 20px;
}
div#content div.column {
	width: 510px;
	float:left;	
	padding: 0 130px 0 0;
	margin: 0;
	float: left;

}
div#content div.side {
		width: 200px;
		float: left;
}
div.img{
	width:153px;
	height:153px;
	margin: 20px 0 0 0;
}
div.img img {
	position: absolute;
	z-index: 0;
}
div.img div.corners {
	position: absolute;
	z-index: 1;
	background: url(../img/hoeken153x153.png) top left no-repeat;
	width:153px;
	height:153px;
}
div#content div.column img {margin-bottom: 30px;}
div#content div.column div {margin-top: 20px;}
div#content div.column p {margin-bottom: 15px;} 


/*+++++++++++++++++++*/
/*        FORM       */


label {
	display: block;
	clear:both;
	float:left;
	width: 210px;
	padding-right: 10px;
}

label.foto {position: absolute;}

input, textarea {
	width: 283px;
	margin-bottom: 5px;
}
textarea {
	height: 100px;
}
input.radio {
	width: 50px;
	margin:0 15px 5px 5px;
}
input.datum {
	margin:0 15px 5px 0;	
	width: 100px;
}
select {
	margin-bottom: 5px;
}

input.button {
	width: auto;
	margin-left: 200px;

}
div#content form div.wrap {
	margin-top:0;
	padding-top:5px;
	padding-left: 220px;
	clear: both;
	display: none;
}
div#content form div.upload {
	display:block;
	position:relative;
	top:-5px;
}
label.radio, input.radio {
	float:left;
	clear: none;
	width: auto;
}
label.radio {

}
label.datum {
	width: 100px;
}



