/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}

a img {
	border: none;
}

a {
	color: #02a9d3;
}

a:visited {
	color: #96bc11;
}

h1 {
	color: #b0c700;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}


#container {
	width: 924px;
}

#leftcolumn {
	width: 220px;
	float: left;
	padding-top: 134px;
	position: relative;
}

#middlecolumn {
	width: 500px;
	float: left;
	padding-top: 20px;
}

#rightcolumn {
	width: 200px;
	height: 450px;
	float: left;
	background: white url('../images/site_02.jpg') top left no-repeat;
}

#navcontainer {
	background: white url('../images/site_08.jpg') top left no-repeat;
	height: 410px;
	padding-left: 57px;
}

#navcontainer ul {
	width: 150px;
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 0px;
	background-color: #b0c700;
	list-style-type: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
}

#navcontainer ul li a {
	display: block;
	padding-left: 15px;
	text-align: left;
	text-decoration: none;
	color: white;
	width: 135px;
	height: 25px;
	border-bottom: 1px solid white;
	padding-top: 10px;
}

#navcontainer ul li a:hover {
	background: #b0c700 url('../images/bullet.jpg') bottom left no-repeat;
	background-position: 2px 3px;
	color: #878787;
	border-bottom: 1px solid #fff;
}

#navcontainer ul li a#current {
	color: #666;
}

#contentwrap {
	margin-top: 65px;
}


#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: gray;
	padding: 0 20px;
}

#advert {
	margin-top: 163px;
	border-top: 5px solid #b0c700;
	border-left: 1px solid #b0c700;
	width: 185px;
}
form {
	margin-top: 2em;
}
form label {
	display: block;
	width: 120px;
	float: left;
}

form input {
	width: 120px;
}

form .required {
	font-weight: bold;
}
form .error {
	color: red;
}

.buttonideal {
	width: 240px;
	font-weight: bold;
	font-size: 1.1em;
	color: white;
	background-color: #cc0066;
	border: 1px solid gray;
}

ul.social { list-style: none; margin: 0; padding: 0 0 0 55px; }
ul.social li { float: left; margin: 0 4px 0 0; }
ul.social li a { display: block; float: left; width: 24px; height: 24px; text-indent: -9999em; }
ul.social li.twitter a { background: transparent url(../images/icon-twitter.gif) left center no-repeat; }
ul.social li.linkedin a { background: transparent url(../images/icon-linkedin.gif) left center no-repeat; }
ul.social li.mobile a { background: transparent url(../images/icon-smartphone.gif) -5px 0 no-repeat; }
.clear { clear: both; }

#langswitch { background: #f8f8f8; width: 114px; height: 20px; padding: 8px 0 0 36px; margin: 0 0 5px 56px; border: 1px solid #e9e9e9;  }
#langswitch ul { margin: 0; padding: 0; }
#langswitch ul li { display: inline; list-style-type: none; }
#langswitch ul a { display: block; width: 16px; height: 11px; text-indent: -9999px; letter-spacing: -5px; float: left; margin: 0 4px 0 0; outline: 0; }
#langswitch li.nl a { background: url(../images/flags-sprite.png) 0 0 no-repeat; }
#langswitch li.en a { background: url(../images/flags-sprite.png) -17px 0 no-repeat; }
#langswitch li.de a { background: url(../images/flags-sprite.png) -34px 0 no-repeat; }
#langswitch li.fr a { background: url(../images/flags-sprite.png) -51px 0 no-repeat; }

#langswitch li.nl a:hover, #langswitch li.nl a.active { background: url(../images/flags-sprite.png) 0 -12px no-repeat; }
#langswitch li.en a:hover, #langswitch li.en a.active { background: url(../images/flags-sprite.png) -17px -12px no-repeat; }
#langswitch li.de a:hover, #langswitch li.de a.active { background: url(../images/flags-sprite.png) -34px -12px no-repeat; }
#langswitch li.fr a:hover, #langswitch li.fr a.active { background: url(../images/flags-sprite.png) -51px -12px no-repeat; }

#newsletter-subscribe { padding: 8px 12px 0 12px; width: 280px; position: absolute; top: 0; left: 44px; font: .85em/1.5em Arial, "Helvetica Neue", Helvetica, sans-serif; z-index: 10; }
#newsletter-subscribe strong { font: 1em/1.5em Georgia, "Times New Roman", Times, serif; color: #b0c700; }
#newsletter-subscribe form, #newsletter-subscribe fieldset { border: none; margin: 0; padding: 0; }
#newsletter-subscribe div.email { float: left; width: 170px; margin: 0 0 5px 0; }
#newsletter-subscribe div.language { float: left; width: 80px; }

#newsletter-subscribe label { color: #999; font-size: .85em; display: block; width: auto; margin: 4px 0 0 0; float: none; }
#newsletter-subscribe input { width: auto; }
#newsletter-subscribe input[type='text'] { display: block; border: 1px solid #ddd; padding: 4px 4px 2px 4px; }
#newsletter-subscribe input[type='submit'] { display: block; padding: 2px 4px; color: #666; background-color: #ddd; border: 1px solid #d5d5d5; clear: both; }

