@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	font-family : Arial, Helvetica, sans-serif;
	color:#001D4E;
	text-align:justify;
	overflow: visible;
	background:#fff url(../images/body.png) repeat-x;
	margin:0;
}
a {
	color:#A6BF2F;
	text-decoration : none;
	margin:0 4px;
}
a:hover {
	color : #A6BF2F;
	text-decoration:underline;
}
h1 {
	font-size:16px;
	color:#AABDDF;
	padding:0;
	width:auto;
	font-weight:normal;
}
p {
	margin:25px 0 0 0;
}
ul {
	display:block;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#container-block {
	width:1204px;
	height:auto;
	background:url(../images/block_02.png) repeat-y;
	margin:3% auto 4% auto;
	position:relative;
}
#container-block-1 {
	width:1204px;
	height:auto;
	background:url(../images/block_01.png) no-repeat top;
}
#container-block-3 {
	clear:both;
	width:1204px;
	height:56px;
	background:url(../images/block_03.png) no-repeat;
	font-size:11px;
}
#container-block-2-inhalt {
	position:relative;
	z-index:2;
	width:700px;
	height:auto;
	min-height:677px;
	top:50px;
	margin:0 0 0 443px;
	line-height:2em;
	padding:5px 0 30px 0;
}
#container-block-2-menu {
	float:left;
	width:403px;
	height:580px;
	margin:42px 0 0 20px;
}
#container-block-2-menu-right {
	float:right;
	width:240px;
	height:195px;
	margin:12px 0 135px 0;
}
#container-block-2-menu-right a {
	height:20px;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}
#container-block-2-menu-right a:hover {
	color:#A6BF2F;
}
#container-block-2-menu-right li {
	height:21px;
	border-bottom:1px solid #4677B1;
	padding:4px 0 0 10px;
}
#logo-link {
	position:absolute;
	left: 30px;
	top: 20px;
}
#logo-link a {
	font-weight:bold;
	color:#FFF;
	font-size:18px;
	text-decoration:none;
	text-shadow: 0px 0px 3px #fff;
}
#logo-link a:hover {
	color:#FFF;
	text-shadow:none;
}