@charset "UTF-8";
body  {
	font: 11px/17px Arial, Helvetica, sans-serif;
	background: #FFFFFF url(img/bgBody.jpg) repeat-x fixed top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(img/bgContainer.jpg) no-repeat center 281px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right: 2px solid #652362;
	border-bottom: 2px solid #652362;
	border-left: 2px solid #652362;
}

#bovenHeaderNL {
	background: url(img/bgBovenHeader_nl.jpg) no-repeat center top;
	height: 97px;
	width: 950px;
}
#bovenHeaderFR {
	background: url(img/bgBovenHeader_fr.jpg) no-repeat center top;
	height: 97px;
	width: 950px;
}
#bovenHeaderEN {
	background: url(img/bgBovenHeader_en.jpg) no-repeat center top;
	height: 97px;
	width: 950px;
}
#bovenHeaderDE {
	background: url(img/bgBovenHeader_de.jpg) no-repeat center top;
	height: 97px;
	width: 950px;
}
#bovenHeaderES {
	background: url(img/bgBovenHeader_es.jpg) no-repeat center top;
	height: 97px;
	width: 950px;
}

#sidebar1 {
	float: right;
	padding-bottom: 15px;
	margin-right: 15px;
	width: 215px;
	margin-bottom: 20px;
}

#sidebar2 {
	float: left;
	padding-bottom: 15px;
	margin-left: 15px;
	width: 150px;
	margin-bottom: 20px;
}
#mainContent {
	margin: 0 250px 20px 15px;
	background: #FFFFFF no-repeat right top;
	padding: 5px 20px 0;
	border-right: 3px solid #EEE5EE;
} 

#mainContent2 {
	margin: 0 15px 20px 185px;
	background: #FFFFFF no-repeat right top;
	padding: 5px 20px 0;
	border-left: 3px solid #EEE5EE;
} 

#mainContent3 {
	margin: 0 15px 20px 20px;
	background: #FFFFFF no-repeat right top;
	padding: 5px 20px 0;
} 

#klantenLogin{
	background: url(img/bgKlantenLogin.jpg) no-repeat center top;
	padding: 5px;
	border: 2px solid #DDDDDD;
	margin-top: 25px;
}

.formulier {
	background: url(img/bgForm.jpg) no-repeat center top;
	border: 2px solid #DDDDDD;
	padding: 15px 5px 15px 50px;
	width: 500px;
}

#header {
	background: url(img/bgHeader.jpg) no-repeat center top;
	height: 152px;
	width: 950px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#menu {
	background: url(img/bgMenu.jpg) no-repeat center top;
	height: 32px;
	width: 950px;
	margin-bottom: 25px;
}

#container #menu #Home {
	margin-left: 15px;
}

#fotoLinks {
	float: left;
}

#fotoRechts {
	float: right;
}

#tabelTalen {
	float: right;
}

#zoekForm {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	color: #999999;
}

#footer {
	background: url(img/bgFooter.jpg) no-repeat center top;
	width: 950px;
	padding-top: 15px;
	text-align: center;
}

#zoekForm a:link {
	color: #999999;
	text-decoration: none;
}

#zoekForm a:visited {
	color: #999999;
	text-decoration: none;
}

#zoekForm a:hover {
	color: #333333;
	text-decoration: none;
}

#zoekForm a:active {
	color: #333333;
	text-decoration: none;
}

#zoekKnop {
	background: url(img/zoekKnop.jpg) no-repeat;
	height: 33px;
	width: 36px;
	border-style: none;
	cursor: pointer;
	margin-left: 10px;
}

#talen {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

#tabelTalen {
	background: #FFFFFF;
	border: 2px solid #CCCCCC;
	margin: auto;
	padding: 5px;
}

#tabelHoofding {
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #953292;
	border-top: 2px solid #DDDDDD;
	border-right: 2px solid #DDDDDD;
	border-left: 2px solid #DDDDDD;
	background: url(img/bgTabelHoofding.jpg) no-repeat center top;
}

.tabelHardware {
	border: 2px solid #DDDDDD;
}

.tabelHardware .uitleg {
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#container #mainContent #form1 .formulier #captcha_input {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 3px;
	width: 95px;
	text-align: center;
}

#container #mainContent #form1 .formulier #captcha_input:focus {
	border: 1px solid #7E2B7B;
	background: #FFFFFF;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color: black;
	padding: 3px;
	width: 95px;
	text-align: center;
}
