@charset "utf-8";

a:link {
	color: #146374;
}
a:visited {
	color: #146374;
}
a:hover {
	text-decoration: underline;
	color: #8AB112;
}
a:active {
	text-decoration: none;
}

.fotos_index {
	height: 258px;
	width: 302px;
	position: relative;
	left: 574px;
	top: -110px;
}

.banner_index {
	width: 800px;
	height: 187px;
	left: 50%;
	margin-left: -400px; /* - (width/2)  */
	position: relative;
	top: 36px;
}
.menubalk_index {
	height: 38px;
	width: 800px;
}
.welkomvak_index {
	width: 800px;
	height: 151px;
	background-color: #3C3B3B;
	background-image: url(../images/banner_img.png);
	float: left;
}
.content_index_spacer {
	background-color: #FFFFFF;
	float: left;
	height: 20px;
	width: 800px;
	margin-top: -2px;
}

.content_index {
	width: 800px;
	height: 400px;
	left: 50%;
	margin-left: -400px; /* - (width/2)  */
	position: relative;
	top: 56px;
	background-image: url(../images/homepage_concent_back.gif);
}
.box_left {
	float: left;
	height: 300px;
	width: 400px;
	margin-top: -20px;
}
.box_right {
	float: left;
	height: 300px;
	width: 400px;
	margin-top: -20px;
}


.banner {
	width: 800px;
	height: 100%;
	left: 50%;
	margin-left: -400px; /* - (width/2)  */
	position: relative;
	top: 36px;
}
.menubalk {
	height: 38px;
	width: 800px;
}
.menufiller {
	height: 15px;
	width: 800px;
	background-color: #3C3B3B;
}

.content {
	width: 800px;
	height: 650px;
	left: 50%;
	margin-left: -400px; /* - (width/2)  */
	position: relative;
	top: 35px;
	background-color: #FFFFFF;
	background-image: url(../images/shaduw_top.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.logo {
	width: 262px;
	height: 72px;
	left: 50%;
	margin-left: -400px; /* - (width/2)  */
	position: relative;
	top: 10px;
}
.tekst_normaal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.tekst_klein {
	font-size: 10px;
	font-style: italic;
	display: block;
	padding: 10px;
	float: left;
}
.tekst_kop {
	font-size: 14px;
	font-weight: bold;
}
.tekstvak {
	float: left;
	height: auto;
	width: 500px;
}
.afb_vak {
	height: auto;
	width: 300px;
	float: left;
}
.product_thumb {
	border: thin solid #3B3B3B;
}

#footer {
	height: 20px;
	width: 800px;
	background-color: #FFFFFF;
	position: fixed;
	bottom: 0px;
}
.footer_tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: right;
	display: block;
	margin-top: 2px;
	margin-right: 5px;
}
.input_veld {
	left: 110px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.form_tekst_veld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 100px;
}
.form_verzenden {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
