td, div, select, input, textarea {font-family: arial, sans-serif}

body {background: url(../images/background-website.png) repeat-y top center; text-align: center; margin: 0; padding: 0}

a {color: #e2001a; font-weight: bold; text-decoration: none}
a:hover {color: #af0917; font-weight: bold; text-decoration: underline}

img.align-left {float: left; clear: left; margin: 10px 10px 10px 0; border: 0}
img.align-right {float: right; clear: right; margin: 10px 0 10px 10px; border: 0}
img.align-neutral {margin: 10px 0; border: 0}


#container {width: 920px; margin: 0 auto; text-align: left}
#wrapper {width: 900px; margin: 0 auto; text-align: left}

#header {margin: 10px 0}

.logo {width: 155px; float: left}
.address {width: 290px; float: right; font-size: 11px; color: #999; line-height: 18px}
.address .left {float: left; text-align: right; border-right: 1px solid #ddd; padding-right: 20px; margin-right: 20px}
.address .right {float: left}

#mainmenu {background: url(../images/background-mainmenu.png) repeat-x; height: 33px; line-height: 33px}
#mainmenu .wrapper {color: #fff; font-size: 11px; padding: 0 10px}
#mainmenu a {color: #fff; font-weight: bold; text-decoration: none}
#mainmenu a:hover {color: #fff; font-weight: bold; text-decoration: underline}


.sidebar {width: 250px; float: left; font-size: 11px; margin: 25px 50px 0 0}
.sidebar .menuwrapper p { font-weight: bold; border-top: 1px dotted #ddd; padding: 0; margin: 3px 0}
.sidebar .menuwrapper p.subsub { font-weight: normal !important; border-top: 1px dotted #ddd; padding: 0 0 0 15px; margin: 3px 0}
.sidebar .menuwrapper p.subsubsub {border-top: 1px dotted #ddd; padding: 0 0 0 30px; margin: 3px 0}
.sidebar .menuwrapper p.subsubsubsub {border-top: 1px dotted #ddd; padding: 0 0 0 45px; margin: 3px 0}

.menuwrapper img {
	float: left;
	margin: 0 5px 0;
	position: relative;
	top: -1px;
}
.sidebar a {color: #000; text-decoration: none}
.sidebar .menuwrapper a {
	display: block;
	padding: 5px 0 3px 0;
}
.sidebar .subsub a {
	font-weight: normal;
}
.sidebar .subsubsub a {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
.sidebar a:hover {color: #e2001a; text-decoration: underline}
.sidebar a.active {color: #e2001a; font-weight: bold; text-decoration: none}
.sidebar a.active:hover {color: #000; font-weight: bold; text-decoration: underline}

.sidebar h4 {color: #fff; padding: 0 5px; height: 30px; line-height: 30px; background: url(../images/background-mainmenu.png) repeat-x left bottom;	margin-bottom: 10px;
	padding-left: 8px !important; font-size: 11px}
.sidebar .newsletter {
	color: #666;
	margin-top: 20px;
}
.text {
	border: 1px solid #aaa !important;
	color: #666;
	font-size: 11px; 
	width: 154px !important; 
	padding: 3px 3px 2px 3px;
	border-top: 1px solid #e2e2e2 !important;
	border-left: 1px solid #e2e2e2 !important;
}

.sidebar .verplicht {font-size: 12px}
.sidebar .text {width: 180px}
.sidebar .contactform {
	font-size: 11px;
	padding: 0 3px;
}

.content input.text {
	width: 220px !important
}

.sidebar input.regular  {
	color: #666;
	font-size: 11px; 
	width: 154px !important; 
	padding: 3px 3px 2px 3px;
	margin: 0 0 5px 0;
	border-top: 1px solid #e2e2e2 !important;
	border-left: 1px solid #e2e2e2 !important;
}
.newsletter input.check {
	margin-top: 3px !important;
}
.newsletter label {
	position: relative;
	top: 3px !important;
	margin: 0 7px 0 1px;
}
.newsletter .contact-submit {
	padding-left: 82px;
	margin-top: 7px;
}
.contact-submit input {
	border-width: 1px;
	padding-top: 3px;
	padding-bottom: 2px;
}

.sidebar .contact-fields {
	clear: both;
	height: 22px;
}
.sidebar p.label {
	float: left;
	width: 82px;
	color: #000;
	position: relative;
	top: -3px;
}
.sidebar input.checkbox {color: #666; font-size: 11px; margin: 0 5px 0 0; vertical-align: middle}
.sidebar input.submit   {color: #fff; font-size: 11px; font-weight: bold; margin: 10px 0 0 0; background: #e2001a}

.sidebar .verras { margin-top: 20px}
.sidebar .verras p {padding: 0 3px; line-height: 15px}
.verras img {
	float: right;
	margin: 0px 10px 0 30px;
}

.content {width: 595px; float: left; margin: 22px 0 0 0; font-size: 12px; color: #333; line-height: 18px}
.content h1 {margin: 0; font-size: 18px; color: #333; line-height: normal}
.content h2, .content h3 {margin-bottom: 5px; font-size: 14px; color: #af0917; font-weight: normal; line-height: normal}

div.content .kader {margin: 0 0 0 0}
div.content .kader .clear {margin: 0}

div.content .kader-rood {font-family: georgia; font-size: 11px; color: #000; float: right; width: 150px; padding: 5px 10px; margin: 0 0 40px 40px; background: #af0917}
div.content .kader-rood a {color: #fce700; font-weight: bold; text-decoration: none}
div.content .kader-rood a:hover {color: #fff; font-weight: bold; text-decoration: underline}

/* slightly enhanced, universal clearfix hack */
.clfx:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clfx { display: inline-block; }
/* start commented backslash hack \*/
* html .clfx { height: 1%; }
.clfx { display: block; }
/* close commented backslash hack */

#footer {
	height: 30px;
	clear: both;
	padding: 80px 0 0 0;
}

#footer div {
	background: #2d2d2d;
	color: #888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 8px;
	border-top: 1px solid #444;
	height: 33px;
	line-height: 33px;
}

#footer p {
	margin: 0;
	float: left;
}

.footer-menu {
	float: right !important;
}

#footer a {
	color: #fff;
}

.salesdienst {
	background: url('../images/graankorrel.gif') left -1px no-repeat;
	padding-left: 15px;
}

img.multimedia-16 {
	margin: 10px 30px 10px 60px;
}

.content textarea {
	border: 1px solid #aaa !important;
	color: #666;
	font-size: 11px; 
	width: 250px !important; 
	padding: 3px 3px 2px 3px;
	border-top: 1px solid #e2e2e2 !important;
	border-left: 1px solid #e2e2e2 !important;
}

.content .contactform label {
	line-height: 20px !important;
	margin-left: 2px;
}

.content input.check {
	margin-left: 10px !important;
}

.contactform .label {
	margin-top: 10px;
}

.twitter-feed {
	float: right;
	margin: 10px 0 10px 15px;
}
