body {
	font-size: 100%;
	font-size: 0.75em; /* 12px / 16 = 0.75em */
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.325em;
	color: #353535;
	background: #1d2c4f url(../images/frontend/bg_body.gif) repeat-x top left;
}

/*-- styles --*/
p {
	margin: 0px 0px 8px 0px;
}
h1, h2 {
	font-size: 1.1em;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 10px 0px;
	color: #1d6a93;
	border-bottom: 1px solid #e6eef2;
}
h3, h4, h5, h6 {
	font-size: 1em;
	margin: 0px 0px 8px 0px;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
a {
	color: #5d688d;
	text-decoration: underline;
}
	a:hover {
		text-decoration: none;	
	}
	a.more {
		text-decoration: none;
		padding: 0px 11px 0px 0px;
		background: url(../images/frontend/list_arrow.gif) no-repeat center right;
	}
		a:hover.more {
			color: #1d2c4f;
		}
.note {
	
}
.accent {
	
}
.image_left {
	float: left;
	margin: 0px 15px 10px 0px;
}
.image_right {
	float: right;
	margin: 0px 0px 10px 15px;
}
.hr {
	background: url(../images/frontend/hr.gif) no-repeat center bottom;
}
ul.list li, ul.list li a {
	color: #1d2c4f;
	text-decoration: none;
}
	ul.list li {
		padding: 0px 9px;
		background: url(../images/frontend/list_borderbottom.gif) no-repeat bottom left;
	}
		ul.list li.noborder {
			background: none;	
		}
	ul.list li a {
		padding: 0px 11px;
		line-height: 26px;
		background: url(../images/frontend/list_arrow.gif) no-repeat 0px 5px;
	}
		ul.list li a:hover {
			color: #b3cded;
		}
		.page ul {
			margin: 8px 0px 8px 6px;
		}
		.page li {
			padding: 0px 0px 0px 10px;
			background: url(../images/frontend/list_arrow.gif) no-repeat 0px 5px;
		}
.blok {
	padding: 0px 0px 16px 0px;
	margin: 0px 0px 8px 0px;
}
.blokhome {
	margin: 0px 0px 6px 0px;
}
	.blokcontent {
		margin: 0px 0px 0px 115px;
	}
	.blokcontent2 {
		margin: 0px 115px 0px 0px;
	}
	.blokcontentright {
		margin: 0px 0px 0px 92px;
	}
input.text, textarea {
	width: 200px;
}
input.error {
	border: 1px solid red;
}
fieldset {
	border: 1px solid #ededed;
	padding: 20px;
}
#formcontact {
	width: 450px;
	margin: 0px auto;
}
#formcontact td {
	padding: 2px 0px;
}
label {
	font-weight: bold;
}
/*-- end styles --*/

#container {
	margin: 0px auto;
	width: 860px;
}
#top {
	height: 110px;
	position: relative;
	z-index: 1;
}
	#logo {
		position: absolute;
		top: 8px;
	}
	#mainnav {
		position: absolute;
		right: 113px;
		bottom: 1px;
		height: 25px;
	}
		#mainnav ul {
			
		}
		#mainnav ul li {
			position: relative;
			float: left;
			margin: 0px 3px;
			height: 25px;
			background: url(../images/frontend/mainnav_bg.gif) no-repeat bottom left;
		}
			#mainnav ul li a, #mainnav ul li .item {
				color: #074564;
				display: block;
				padding: 0px 20px;
				line-height: 25px;
				text-decoration: none;
				background: url(../images/frontend/mainnav_right.gif) no-repeat bottom right;
			}
			#mainnav ul li:hover, #mainnav ul li.selected {
				background: url(../images/frontend/mainnav_bghover.gif) no-repeat bottom left;
			}
			#mainnav ul li:hover a, #mainnav ul li.selected a, #mainnav ul li:hover .item, #mainnav ul li.selected .item {
				background: url(../images/frontend/mainnav_righthover.gif) no-repeat bottom right;
				color: #ffffff;
			}
		#mainnav ul li #submenu {
			display: none;
			position: absolute;
			top: 25px;
			left: 0px;
			width: 193px;
			padding: 5px 0px 5px 0px;
			background: url(../images/frontend/subnav_bottom.gif) no-repeat bottom left;
		}
		#mainnav ul li:hover #submenu {
			display: inline-block;
		}			
				#mainnav ul li #submenu dl {
					background: #1d2c4f;
					padding: 0px 5px;
				}
				#mainnav ul li #submenu dl dd {
					display: inline-block;
					width: 183px;
					background: #5d688d;
				}
				#mainnav ul li #submenu dl dd a, #mainnav ul li.selected #submenu dl dd a, #mainnav ul li:hover #submenu dl dd a {
					display: block;
					line-height: 25px;
					padding: 0px 10px 0px 19px;
					background: url(../images/frontend/arrow_blue.gif) no-repeat 9px 9px;
				}
					#mainnav ul li #submenu dl dd a:hover {
						text-decoration: none;
						color: #1d2c4f;
						background: #6e789b url(../images/frontend/arrow_white.gif) no-repeat 9px 9px;
					}
	#language {
		position: absolute;
		right: 0px;
		bottom: 1px;
		height: 20px;
	}
		#language ul {
			
		}
		#language ul li {
			display: block;
			float: left;
			margin: 0px 1px;
			height: 20px;
			width: 45px;
			background: url(../images/frontend/language_bg.gif) no-repeat bottom left;
		}
			#language ul li a {
				padding: 0px 15px;
				line-height: 18px;
				color: #aeb4c6;
				text-decoration: none;
			}
			#language ul li:hover, #language ul li.selected {
				background: url(../images/frontend/language_bghover.gif) no-repeat bottom left;
			}
			#language ul li:hover a, #language ul li.selected a {
				color: #ffffff;
			}
#splash {
	height: 237px;
	background: #ffffff url(../images/frontend/bg_header_splash.jpg) no-repeat top left;
}
#center {
	z-index: 0;
	padding: 20px 0px 0px 0px;
}
	#header {
		height: 120px;
		background: url(../images/frontend/bg_header.jpg) no-repeat top center;
	}
	#content {
		position: relative;
		background: #ffffff;
		margin: 30px 0px 0px 0px;
	}
	#content_all {
		position: relative;
		margin: 30px 0px 0px 0px;
	}
	#contentpage {
		background: #ffffff;
		padding: 17px 16px;
	}
		.left {
			position: relative;
			float: left;
			width: 430px;
		}
		.right {
			position: relative;
			float: right;
			width: 430px;
		}
			a.language {
				position: absolute;
				top: 180px;
				left: 140px;
				display: block;
				width: 169px;
				height: 45px;
				line-height: 45px;
				color: #ffffff;
				text-transform: uppercase;
				text-decoration: none;
				text-align: center;
				background: url(../images/frontend/link_lang.jpg) no-repeat top left;
			}
				a:hover.language {
					background: url(../images/frontend/link_lang_hover.jpg) no-repeat top left;
					color: #b3cded;
				}
			.title {
				position: relative;
				height: 30px;
				margin: -30px 0px 0px 0px;
				background: url(../images/frontend/bg_titel.png) no-repeat top left;
			}
			.title_half {
				position: relative;
				height: 30px;
				margin: -30px 0px 0px 0px;
				background: url(../images/frontend/bg_titelsmall.png) no-repeat top left;
			}
				.title_half h2, .title h2 {
					color: #b3cded;
					line-height: 30px;
					text-transform: uppercase;
					font-weight: normal;
					font-size: 1.2em;
					padding: 0px 15px;
					margin: 0px;
				}
				.title_half h2 .white, .title h2 .white {
					color: #ffffff;
				}
		.sidebar {
			float: left;
			width: 200px;
		}
			.menu {
				background: #586489 url(../images/frontend/menu_first.gif) no-repeat top left;
				width: 221px;
			}
				.menu ul {
					background: url(../images/frontend/menu_last.gif) no-repeat bottom left;
					/*padding: 8px 0px;*/
				}
				.menu ul li {
					background: url(../images/frontend/menu_border.gif) no-repeat bottom left;
					height: 26px;
					margin: 0px;
					padding: 0px;
				}
					.menu ul li.last {
						background: none;
					}
				.menu ul li a {
					display: block;
					line-height: 26px;
					color: #bbc0cf;
					width: 100%;
					text-decoration: none;
				}
					.menu ul li a span {
						background: url(../images/frontend/arrow_blue.gif) no-repeat 9px 4px;
						padding: 0px 0px 0px 19px;
					}
					.menu ul li a:hover {
						color: #ffffff;
					}
						.menu ul li a.selected {
							background: #1d2c4f;
							color: #ffffff;
						}
						.menu ul li.first a.selected {
							background: #1d2c4f url(../images/frontend/menu_first_selected.gif) no-repeat top left;
							color: #ffffff;
						}
						.menu ul li.last a.selected {
							background: #1d2c4f url(../images/frontend/menu_last_selected.gif) no-repeat bottom left;
							color: #ffffff;
						}
		.page {
			float: right;
			width: 590px;
			z-index: 0;
		}
			.box {
				padding: 17px 16px;
			}
	#footer_nl, #footer_fr {
		position: relative;
		height: 209px;
		color: #bec3d1;
	}
	#footer_nl {
		background: url(../images/frontend/bg_footer_nl.jpg) no-repeat top left;
	}
	#footer_fr {
		background: url(../images/frontend/bg_footer_fr.jpg) no-repeat top left;
	}
		#footer_top {
			height: 143px;
			padding: 48px 0px 0px 0px;
			float: right;
			display: block;
			width: 300px;
		}
		#footer_nl a, #footer_fr a {
			color: #ffffff;
			text-decoration: none;
		}
			#footer_nl a:hover, #footer_fr a:hover {
				text-decoration: underline;
			}
		#footer_nl #copyright, #footer_fr #copyright {
			position: absolute;
			top: 158px;
			text-align: center;
			width: 860px;
			color: #5a657e;
		}
			#footer_nl #copyright a, #footer_fr #copyright a {
				color: #5a657e;
				padding: 0px 5px;
			}
			#footer_nl #copyright a:hover, #footer_fr #copyright a:hover {
				color: #bec3d1;
			}