* {
	margin: 0;
	padding: 0;
}

ol,ul {
	list-style: none;
}

html {
	height: 100%;
}

body {
	background: #f8f9fa;
	font-family: Arial, sans-serif;
	font-size: .8em;
	color: #000;
	height: 100%;
}

img {
	border: 0px;
}

a {
	color: #154982;
	text-decoration: none;
}

h1 {
	color: #000;
	font-size: 2.2em;
	font-weight: normal;
	margin-bottom: 34px;
}

h2 {
	color: #000;
	margin-top: 1.3em;
	font-size: 1.2em;
	display: block;
	font-weight: bold;
}

h3 {
	margin-top: 1.3em;
	font-size: 1em;
	display: block;
	font-weight: bold;
}

.clear {
	clear: both;
	height:1px;
    overflow:hidden;
}

.left {
	float: left;
}

.loading {
	background: url(../gfx/icons/loader.gif) center center no-repeat;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 1009px;
	background: url(../gfx/bg.png) repeat-y;
	min-height:85%;
	height:auto !important;
	height:85%;
}

#header {
	background: #fff;
	height: 124px;
	margin: 0 23px 0 24px;
}

#language {
	display: block;
	position: absolute;
	top : 10px;
	left: 40px;
	width: 80px;
	height: 14px;
}

.nl {
	background: #fff url(../gfx/nl.png) right 1px no-repeat;
}

.en {
	background: #fff url(../gfx/en.png) right 1px no-repeat;
}

#select-language {
	display: block;
	position: absolute;
	top : 10px;
	left: 40px;
	border: 1px dotted #154982;
	background: #fff;
}

#select-language li {
	padding: 3px;
	border-bottom: 1px dotted #154982;
}

#select-language li, #select-language li a {
	display: block;
	width: 100px;
}

#logo {
	background: transparent url(../gfx/logo.png) no-repeat;
	display: block;
	width: 311px;
	height: 71px;
	float: right;
	margin: 23px 60px 30px 0;
}

#topmenu {
	clear: both;
	background: #154982;
	padding: .3em 0 .2em 0;
	margin: 0 22px 0 24px;
	height: 18px;
}

#topmenu #home {
	float: left;
	font-weight: bold;
	width: 300px;
	margin-left: 1.2em;
}

#topmenu a {
	color: #fff;
}

#topmenu ol {
	float: right;
}

#topmenu li {
	float: left;
	list-style: none;
	padding-right: 32px;
}

#topmenu li.active {
	/*background-color: #597ea7;*/
}


#content {
	font-size: .8em;
	position: relative;
	width: 961px;
	margin: 0 25px 0 25px;

	background: url(../gfx/contentbg.gif) bottom right no-repeat;
	min-height:650px;
	height:auto !important;
	height:650px;
}

#content h1 {
	padding: .2em;
}

/*
#content p {
	margin: 18px 0 18px 0;
	line-height: 1.4em;
	display: block;
}
*/
#left {
	float: left;
	width: 191px;
	margin: 37px 0 0 11px;
	_margin-left: 5px;
	border-top: 1px solid #d7d7d7;
}

ol#navigation {
	width: 191px
	margin-right: 20px;
	font-size: 1.2em;
}

ol#navigation li {
	cursor: pointer;
	float: left;
	width: 191px;
	font-weight: bold;
	border-bottom: 1px solid #d7d7d7;
	background: url(../gfx/menu_arrow.gif) 175px 40px no-repeat;
}

ol#navigation li.active {
	background-color: #fff;
}

ol#navigation li.over {
	width: 190px;
	background-color: #efefef;
}
	
ol#navigation li a {
	color: #000;
	float: left;
	padding: 19px 0 5px 7px;
}

ol#navigation li a span {
	display: block;
	color: #597ea7;
	padding: 3px 0 0 0;
}


#right {
	float: left;
	/*padding: 43px 0 0 72px;*/
	/*width: 650px;*/
	font-size: 1.2em;
	line-height: 1.8em;
	width: 677px;
	padding: 83px 10px 0 72px;
	background-position: 1px 0;
	background-repeat: no-repeat;
}

#right .left {
	width: 300px;
}

#right ol, #right ul {
	list-style-type: decimal;
	margin-left: 20px;
}

#footer {
	font-size: 11px;
	width: 929px;
	margin: 0 auto;
	background: url(../gfx/footer.png) no-repeat;
	_background-position: -1px; /* I6 hack */
	padding: 35px 40px;
}

ol#contact-row {
	margin: 0;
}

ol#contact-row li {
	list-style: none;
	float: left;
	padding-right: 90px;
}

#googlemapsmap {
	margin: 50px 0;
	width: 600px;
	height: 300px;
}


label {
	font-weight: bold;
	display: block;
}

fieldset {
	border: 0px;
}

input, select, textarea {
	width: 400px;
	margin: .9em 0 0 0;
	border: 1px solid #215288;
	font-size: 1em;
	padding: 4px;
	font-family: Arial, sans-serif;
	font-size: 1em;
}

textarea {
	height: 200px;
}

input:hover, select:hover, textarea:hover {
	background-color: #FFFFE0;
}

.button {
	background: #F9F7FA;
	border-width: 1px 1px 2px;
	border-style: solid;
	border-color: #CDCDCD #CDCDCD #D7D7D7;
	width: 100px;
}

.button a {
	padding: 3px 4px 3px 2em;
	text-decoration: none;
	display: block;
	width: 70px;
}

.button a:hover {
	background-color: #F0F8FF;
}

.form {
	width: 400px;
}

.form div {
	margin-bottom: 1.1em;
}

.form div.error {
	color: #D12F19;
	background: #FBE3E4;
	padding: 2px 3px 2px 3px;
	display: none;
}

.formSend {
	border: 1px solid #FFF6BF;
	background-color: #FFFFE0;
	padding: 4px;
}
