html, body, form {
	margin: 0;
	padding: 0;
}
html {
	overflow-x: auto;
	overflow-y: scroll;
}
body
{
	color: #373737;
	font: normal normal normal 10pt "Franklin Gothic Medium";
	background-color:#3f5261;
}
img {
	border: 0;
}

a,
a:visited {
	color:#34AADD;
	text-decoration:none;
}

a:hover,
a:visited:hover {
	text-decoration:underline;
}
a:hover img,
a:visited:hover img {
	text-decoration:none;
}
#main {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	background-color: #FFF;
}

/* Top */
#top {
	height: 102px;
	border-bottom: 1px solid #c5c7c6;
	position: relative;
}

#langs {
	position: absolute;
	top: 6px;
	right: 6px;
}

#siteName {
	height: 102px;
	width: 248px;
	display: block;
	margin: 0px;
	text-indent: -3000px;
}

#langs a {
	width: 18px;
	height: 12px;
	display: inline-block;
	text-indent: -3000px;
}
#langs .de {
	background: url('/media/5106/sprite.png') no-repeat 0 0;
}
#langs .nl {
	background: url('/media/5106/sprite.png') no-repeat 0 -12px;
}
#langs .uk {
	background: url('/media/5106/sprite.png') no-repeat 0 -24px;
}

/* Menu */
#topmenu {height:28px; position:absolute; bottom: 0px; left: 165px; z-index:100;}
/* remove all the bullets, borders and padding from the default list styling */
#topmenu ul {padding:0;margin:0;list-style-type:none;}
#topmenu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#topmenu li {float:left;position:relative;}
/* style the links for the top level */
#topmenu a, #topmenu a:visited {display:block;text-decoration:none; color:#373737; padding: 6px 10px;}

/* style the second level background */
#topmenu ul ul a.drop, #topmenu ul ul a.drop:visited {background:#F5F5F5 url('/media/5106/sprite.png') no-repeat right -41px;}
/* style the second level hover */
#topmenu ul ul a.drop:hover {background: #34aADD url('/media/5106/sprite.png') no-repeat right -41px;}
#topmenu ul ul :hover > a.drop {background: #34aADD url('/media/5106/sprite.png') no-repeat right -41px;}
/* style the third level background */
#topmenu ul ul ul a, #topmenu ul ul ul a:visited {background:#F5F5F5;}
/* style the third level hover */
#topmenu ul ul ul a:hover {background:#34aADD;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#topmenu ul ul {visibility:hidden;position:absolute;height:0;top:28px;left:8px; width:149px;height:auto;border:1px solid gray;}

/* position the third level flyout menu */
#topmenu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
#topmenu ul ul ul.left {left:-149px;}

/* style the second level links */
#topmenu ul ul a, #topmenu ul ul a:visited {background:#F5F5F5; height:auto; line-height:1em; padding:5px 5px; width:139px;}

/* style the top level hover */
#topmenu a:hover, #topmenu :hover > a { color:#808080; }
#topmenu ul ul a:hover {color:#373737;background:#34AADD;}
#topmenu ul ul :hover > a {color:#373737;background:#34AADD;}

/* make the second level visible when hover on first level list OR link */
#topmenu ul li:hover ul,
#topmenu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
#topmenu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#topmenu ul :hover ul :hover ul{ visibility:visible;}


/* Footer */
#footer {
	background-color: #F5F5F5;
	clear: both;
	border-left: #34aadd 7px solid;
}

#footerLeft {
	float:left;
	width: 497px;
	border-right: 1px solid #c5c7c6;
	padding: 0 10px 10px 18px;
}
#footerRight {
	float: right;
	text-align: right;
	padding: 0 10px;
	width:247px;
}

/* Content */
#body h1 {
	font: bold 14pt "Franklin Gothic Medium";
	margin: 0;
}

#content p {
	margin: 0 0 .5em;
}

#content {
	float:left;
	width: 504px;
	border-right: 1px solid #c5c7c6;
	padding: 0 10px 10px 18px;
}

#content ul {
	line-height:1.5em;
	list-style: none;
	margin: 0.3em 0 0.5em 0em;
	padding:0;
}

#content ul li {
	padding-left: 1.5em;
	background: url('/media/5106/sprite.png') no-repeat 0 -66px;
	line-height:1.5em;
	list-style: none;
}

#content h1,
#content h2 {
	color: #34aadd;
	font: normal 13pt "Franklin Gothic Medium";
	margin: 0 0 0.3em;
}

#content h3 {
	color: #373737;
	font: bold 11pt "Franklin Gothic Medium";
	margin: 0.6em 0 0.3em;
}

#content .FormFields {
	padding: 0 5px 5px;
}
#content .FormFieldBox,
#content .FormFieldBoxChb {
	padding-top: 3px;
}

#content .FormFieldBox label {
	width: 150px;
	display: inline-block;
}
#content .FormFieldBox input[type=text] {
	width: 300px;
	display: inline-block;
}
#content .FormFieldBox input[type=submit] {
	margin-left: 150px;
}

/* Right content */
#right {
	float: right;
	width: 267px;
}

#right .box h1 {
	margin: 0 0 0.3em 14px;
}
#right .box ul {
	list-style-type:none;
	margin: 0 0 0.3em;
	padding: 0;
	border-bottom: 1px solid #C5C7C6;
	background: url('/media/423/rightgradient.jpg.png') right top;
}
#right .box li {
	font-size:10.5pt;
	border: 0px solid #C5C7C6;
	border-width: 1px 0 0;
	padding: 10px;
}

/* height column cheat */
#body {
	overflow: hidden;
	float: left;
}
#content,
#right {
	padding-bottom: 1010px;
	margin-bottom: -1000px
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
