/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color:#102847;
	color: #000000;
	background-image: url(../../images/structure/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
table {
	border-spacing: 0;
}

tr {
	vertical-align: top;
}

img {
	border: 0;	
}

td,th, div, span, p, h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
}
a:link, a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
h1 { 
	font-size: 14px;
	color: #000000;
	text-transform:uppercase;
}
h2 { 
	font-size: 14px;
	margin-bottom: 0;
	color: #000000;
	font-weight: bold;
}
h3 { 
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

#wrapper {
	position: relative;
	margin: 0px auto;
	width: 987px;	
}
#top {
	height: 122px;
}
#logo {
	position: absolute;
	top: 20px;
	left: 30px;
	width: 280px;
	height: 90px;
}
#but_home {
	position: absolute;
	top: 20px;
	left: 5px;
}
#taalwissel {
	position: absolute;
	top: 35px;
	right: 30px;
}
#menu {
	position: absolute;
	top: 100px;
	left: 301px;
}
#links{
	width: 292px;
}
#onze_producten {
	background-image: url(../../images/structure/bg_producten.jpg);
	background-repeat: repeat-y;
	padding: 0px 10px 0 20px;
	color: #ffffff;
	min-height: 250px;
	height: auto !important;
	height: 250px;
}
a.titel_producten {
	color: #ffffff;
	font-size: 11px;
	line-height: 23px;
	text-decoration: none;
	font-weight: bold;
}
a.titel_producten:active, a.titel_producten:hover {
	color: #FED207;
	text-decoration: none;
}

.submenu, a.submenu  {
	font-weight: normal;
	text-decoration: none;
	padding-left: 20px;
	color: #c6f1ff;
}
a.submenu:hover {
	font-weight: bold;
	text-decoration: none;
	color: #c6f1ff;
}

#but_film {

}
#nieuws {
	background-image: url(../../images/structure/bg_nieuws.jpg);
	background-repeat: repeat-y;
	padding: 0 10px 0 20px;
	color: #ffffff;
}

a.lees_meer, a.lees_meer:hover, a.lees_meer:visited {
	color: #0588C6;
	font-weight: normal;
	text-decoration: none;	letter-spacing: 0em;
}
#main {
	background-image: url(../../images/structure/bg_mid.jpg);
	background-repeat: no-repeat;
	width: 645px;
	padding: 20px 20px 20px 30px;
}
#content {
	background-image: url(../../images/structure/bg_mid_repeat.jpg);
	background-repeat: repeat-y;
}
#bottom {
	width: 695px;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
}
#bottom a, #bottom a:hover, #bottom a:visited{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}


.key_contactform {
	width: 150px;
}
.contactform_required {
	color: red;
}
.contactform_right {
	text-align: right;
}
.input_contactform {
	bordeR: 1px solid #102847;
	width: 210px;
	background-color: #dfe2e6;
}
.textarea_contactform {
	width: 370px;
	height: 50px;
	background-color: #dfe2e6;
	border: 1px solid #102847;
}
.zuivel_left {
	width: 20px;
}


.nieuws {
	width: 100%;
}
.nieuws td {
	border-bottom: 1px dashed #0588C6;
	padding-top: 8px;
	padding-bottom: 8px;
}
.thumb {
	width: 60px;
}
.thumb img{
	border: 1px solid #a4aebb;
	text-align: left;
	margin-right: 8px;
}