@import "template_fullpagescroll.css";

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	height: 100%;
	background-color: #BFCCD8;
}


th, td {
	font-size: 11px;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 12px;
}

a,
a:link,
a:visited,
a:active {
	color: #000;
	text-decoration: none;
}

#header {
	float: left;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	*margin-left: 1px;
	width: 1000px;
	height: 172px;
	color: #fff;
	background-color: #000;
}

#menuwrapper {
	overflow: hidden;
 /* margin-top: 138px;*/
 margin-top: -2px;
	width: 1000px;
	height: 34px;
}

#language{
	float: left;
	width: 184px;	
	height: 30px;
}

#languageselection {
	margin: 3px 0 0 3px;

}

#menurightfill{
	float: left;
	width: 225px;
}

#main {
}

#topmenu, #footer {
	color: #fff;
	background-color: #39C;
}

#contentText {
	margin-left: 50px;
	margin-right: 50px;
	
	
}

#contentTitle {
	margin-left: 50px;
	margin-top: 50px;
}

#adres {
	float: left;
	background-image: url(../images/bg_adres.gif);
	background-repeat: repeat-y;
	margin: 20px;
	*margin-left: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	height: 100px;
	width: 150px;
}

#actueelkop {
	float: left;
	width: 195px;
	color: #fff;
	font-weight: bold;
	margin: 20px;
	line-height: 20px;
	*margin-left: 10px;
	background-color: #37a32c;
	text-align: center;
}

#actueeltekst {
	background-image: url(../images/bg_adres.gif);
	background-repeat: repeat-y;
	padding-left: 10px;
	float: left;
	width: 190px;
	margin: 20px;
	margin-top: 10px;
	*margin-left: 10px;
}

#container {
	height: 100%;
}

#productdetails {
	margin-left: 15px;
	width: 560px;
}

#productomschrijving {
	float: left;
	margin: 5px 0 0 30px;
	width: 240px;
	background-color: #e5e5e5;
	padding: 5px;
}

.omschrijving{
	margin-top: 5px;
}

#productdetails img {
	float: left; 
	margin: 5px 0 0 5px;
	border: 1px solid #37a32c;
}

.omschrijving span {
	font-weight: bold;
}

#afbeeldinglink {
	clear: both;
	margin-left: 5px;
}

#terug {
	margin: 50px 0 0 17px;
}

#contentText td {
	padding: 10px;
}

.omschrijving {
	clear: both;
	width: 100px;
}

.omschrijving a:hover {
	text-decoration: underline;
}
table#productenOverzicht td img {
	border: 1px solid #37a32c;
}