/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body.pic  {
	background-color: #202020;
	background-image: url(images/front_bg.jpg);
	background-repeat: no-repeat;	
}

body  {
	background-color: #202020;
}

a:link, a:hover, a:visited, a:active {
	color: #202020;	
}
#full {
	width: 100%;
	height: 800px;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;	
}

#container {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

#promo {
float:right;
}

#header {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	height: 108px;
}

#h_left {
	width: 500px;
	height: 90px;
	float: left;
	padding-top: 30px;
}

#h_right {
	width: 410px;
	height: 90px;
	float: right;
	padding-top: 40px;
	text-align: right;
}

#overview {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

#overview_l {
	float: left;
	width: 500px;
}

#overview_r {
	float: right;
	width: 400px;
}

#intro_text {
	width: 400px;
	filter: alpha(opacity=70); /* IE syntax */
	-moz-opacity: .70; /* Mozilla */
	opacity: .70; /* De rest */
	background-color: #000;
	padding: 15px;
	margin-top: 150px;
}

#intro_naam {
	width: 550px;
	filter: alpha(opacity=70); /* IE syntax */
	-moz-opacity: .70; /* Mozilla */
	opacity: .70; /* De rest */
	background-color: #000;
	padding: 15px;
	margin-top: 20px;
}

#intro_adres_tel {
	width: 450px;
	filter: alpha(opacity=70); /* IE syntax */
	-moz-opacity: .70; /* Mozilla */
	opacity: .70; /* De rest */
	background-color: #000;
	padding: 15px;
	margin-top: 20px;
}

#intro_logo {
	margin-top: 20px;
	float: left;
	width: 100px;
	height: 100px;
}
#intro_nav {
	width: 270px;
	filter: alpha(opacity=70); /* IE syntax */
	-moz-opacity: .70; /* Mozilla */
	opacity: .70; /* De rest */
	background-color: #000;
	padding: 15px;
	margin-top: 20px;
}

#footer {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
}

p.small {
	color: #FFF;
	font-size:12px;
	line-height: 135%;
	margin-bottom: 10px;
}

p.success {
	color: #CCCCCC;
	font-size:12px;
	line-height: 135%;
	margin-bottom: 10px;
	background-color: #282828;
	padding: 10px;
	border: 1px solid #333333;
}

input, textarea {
	padding: 10px;
	border: 1px solid #333333;
	color: #CCCCCC;
	background-color: #282828;
}

.button {
	color: #FFF;
	border: 1px solid #FF2B2B;
	margin: 3px;
	padding: 5px;
}

