/***
	Van der Ploeg
	main.css
	
***/


html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004578;
	background: #9facb1;
}
img {
	border: 0px
}

#container {
	width: 100%;
}
#container2 {
	width: 996px;
	margin: 0px auto;
	border-left: 1px solid #54768f;
	border-right: 1px solid #54768f;
	background: white;
}
#header {
	width: 996px;
	height: 138px;
	background: url(../img/header-bg.jpg);
	position: relative;
}
#logoclickable {
	width: 400px;
	height: 100px;
	position: absolute;
	left: 30px;
	top: 20px;
}
#logoclickable a{display: block; width:400px; height: 100px; cursor: pointer;}
#header #talen {
	width: 200px;
	height: 20px;
	margin: 37px 0px 0px 550px;
	float: left;
	display: inline;
	text-align: right;
	color: #FFF;
	font-size: 11px;
}
#header #talen a {
	color: #FFF;
}
#header #talen .active {
	color: #ffe01c;
}

/* MENU TALEN */
#menu #talen {
	width: 200px;
	height: 20px;
	margin: -12px 0px 0px 740px;
	/*float: left;
	display: inline;*/
	text-align: right;
	color: #FFF;
	font-size: 11px;
}

#menu #talen a {
	color: #FFF;
	margin-right: 0px;
}
/* TALEN */

#header #sitemenu {
	width: 198px;
	height: 20px;
	margin: 35px 0px 0px 16px;
	margin:35px 0px 0px 766px;
_margin: 35px 0px 0px 383px;
	overflow: hidden;
	color: #7f7f7f;
	float: left;
	font-size: 11px;
}
#header #sitemenu div {
	height: 14px;
	padding: 6px 0px 6px 8px;
	background: #FFF;
}
#header #sitemenu div.active {
	height: 14px;
	padding: 2px 0px 4px 8px;
	background: none;
}
#header #sitemenu div a {
	color: #7f7f7f;
}
#menu {
	height: 25px; /*37px*/
	padding: 12px 0px 0px 31px;
	background: #54768f;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#submenu {
	height: 23px; /*33px*/
	padding: 10px 0px 0px 31px;
	background: #9facb2;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#menu a {
	margin-right: 13px;
	color: #FFF;
	text-decoration: none;
}
#menu a:hover, #menu a.active {
	color: #ffe01b;
}
#submenu a {
	margin-right: 13px;
	color: #FFF;
	text-decoration: none;
}
#submenu a:hover, #submenu a.active {
	color: #ffe01b;
}

#middleContainer {
	width: 996px;
	height: 356px;
	line-height: 18px;
	background: url(../img/middle-bg.jpg);
	display: table;
}
#middleContainer #middleContent {
	width: 300px;
	height: 290px;
	margin: 45px 0px 0px 640px;
}

#contentContainer {
	width: 100%;
	display: table;
}
#content {
	width: 933px;
	margin: 20px auto;
	line-height: 18px;
	/*background: #ccc;*/
}
#content fieldset {
	width: 917px; /*933px*/
	margin: 20px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #004578;
}
#content fieldset legend {
	margin: 0px 5px;
	padding: 0px 10px;
	font-size: 14px;
	color: #004578;
	font-weight: bold;
}
#content fieldset .product {
	width: 102px;
	margin: 0px 6px;
	text-align: center;
	float: left;
}
#content fieldset .product a {
	opacity: .5;
	filter: alpha(opacity = 50);
}
#content fieldset .product.active a, #content fieldset .product a:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}
#content fieldset .product img {
	border: 1px solid #004578;
}

#content {
}

#footer {
	padding: 5px 30px 5px 30px;
	border-top: 1px solid #e6e6e6;
	line-height: 25px;
	color: #b1b1b1;
}
#footer a {
	color: #b1b1b1;
}

/*** MISC ***/
.__clear__ {
	clear: both;
}

.contactform input, .contactform select {
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #54768F;
}
.contactform textarea {
	width: 200px;
	height: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #54768F;
}
.contactform input.widthAuto {
	width: auto;
	border: none;
}
.contactform input.submitBtn {
	width: auto;
	border: 1px solid #54768F;
	background: #54768F;
	color: #FFF;
	font-weight: bold;
}

#logIn label, #signIn label {
display: block;
width: 150px;
margin: 2px 0px;
}

#logIn input, #signIn input {
margin: 2px 0px;
width: 150px;
}
