/*
	Copyright :: www.jwsdesign.nl
	
*/


/* Base ________________________________________________________________________ Base*/
body {
	background-image: url(../img_layout/bg_filler.jpg);
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 16px;
	color: #484e41;
}

#container {
	min-height:100%;
	position:relative;
	padding-top:0px;
	width:800px;
	text-align:left;
	margin-bottom: 0;
	margin-left: -400px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 0px;
	text-align: center;
}

#achtergrond_element {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 419px;
	height: 343px;
	background-image: url(../img_layout/achtergrond-element-website.png);
	background-repeat: no-repeat;
	opacity : 0.7;
}

.intro_logo {
	margin: 40px 0px 0px 0px;
}

.intro_vlag {
	margin: 20px 0px 0px 0px;

}

.intro_tekst {
	display: block;
	widht: 600px;
	text-align: center;
	line-height: 24px;
}

#formulier {
	display: block; 
	width: 300px;
	height: 50px;
	margin-left: 250px;
	}

.intro_tekst input[type=text]{
	display: block;
	width: 160px;
	height: 25px;
	background-image: url(../img_layout/form.jpg);
	background-repeat: no-repeat;
	float: left;
	border: 0px;
	margin-right: 20px;
	font-family: Verdana;
	font-size: 13px;
	color: #b4aba2;
	padding: 0px 5px;
}

.intro_tekst input[type=submit]{
	display: block;
	width: 100px;
	height: 25px;
	float: left;
	background-image: url(../img_layout/button-notmaal.jpg);
	border: 0px;
	background-repeat: no-repeat;
	color: white;
	font-weight: bold;
}

.intro_tekst input[type=submit]:hover{
	background-image: url(../img_layout/button-hover-click.jpg);
	
	}
