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

/* Farbdefinitionen
Hintergrundgrau: #a2a2a2;
Schriftblau: #22bedf;
Navigrau: #7c7b79;
Schriftgrau: #696969;
*/

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 20px 0 20px 10px;
	background-color: #a2a2a2;
	background-image: url(../_img/body-bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

p, ul, li, h1, h2, h3 {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
a:hover {
	color: #008ba9 !important;
}
img {
	border: 0;
}

.clear {
	clear: both;
}

#header {
	position: relative;
	top: 0;
	left: 0;
	width: 905px;
	height: 62px;
	margin: 0 auto;
	padding: 18px 32px 0 23px;
	background-image: url(../_img/header-bg.png);
	background-repeat: no-repeat;
	z-index: 2;
}
#header #language {
	position: absolute;
	top: 28px;
	left: 807px;
	padding: 0 !important;
	background-image: none;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
}
#header #language a.active {
	color: #22bedf;
}
#header img {
	display: inline;
	float: left;
}
#header ul {
	padding: 6px 0 0 265px;
	height: 37px;
	background-image: url(../_img/nav1-bg.gif);
	background-repeat: repeat-x;
	list-style-type: none;
	font-size: 15px;
	font-weight: bold;
	color: #22bedf;
}
#header li {
	display: inline;
	float: left;
	margin-right: 30px;
}
#header a {
	color: #7c7b79;
}
#header li.active a {
	color: #22bedf;
}
#header li.active ul li a {
	color: #7c7b79;
}
#header li.active ul li.active a {
	color: #22bedf;
}
#header li.active ul li.active ul li a {
	color: #7c7b79;
}
#header li.active ul li.active ul li.active a {
	color: #22bedf;
}
#header li.active ul li.active ul li.active ul li a {
	color: #7c7b79;
}
#header li.active ul li.active ul li.active ul li.active a {
	color: #22bedf;
}
#header ul ul {
	position: absolute;
	top: 115px;
	left: 33px;
	width: 252px;
	padding: 0 0 29px 23px;
	height: auto;
	background-image: url(../_img/nav2-bg.png);
	background-position: left bottom;
	font-size: 12px;
	font-weight: bold;
}
#header ul li ul {
	display: none !important;
}
#header ul li.active ul {
	display: block !important;
}
#header ul li.active ul li ul {
	display: none !important;
}
#header ul li.active ul li.active ul {
	display: block !important;
}
#header ul li.active ul li.active ul li ul {
	display: none !important;
}
#header ul li.active ul li.active ul li.active ul {
	display: block !important;
}
#header ul ul li {
	float: none;
	margin-right: 0;
}
#header ul ul a {
	display: block;
	margin-bottom: 14px;
}
#header ul ul ul {
	position: relative;
	top: 0;
	left: 13px;
	padding: 0 0 7px 0;
	background-image: none;
	font-weight: normal;
}
#header ul ul ul a {
	margin-bottom: 7px;
}
#header ul ul ul ul {
	padding: 7px 0;
}
#header ul ul ul ul a {
	margin-bottom: 7px;
	padding-left: 10px;
	background-image: url(../_img/nav4-bg.gif);
	background-repeat: no-repeat;
}

#tracker {
	position: absolute;
	top: 67px;
	left: 367px;
	font-size: 10px;
	color: #22bedf;
}

#container {
	position: relative;
	min-height: 400px;
	width: 536px;
	margin: 0 auto;
	padding: 34px 57px 21px 367px;
	background-image: url(../_img/container-bg.png);
	background-repeat: repeat-y;
	color: #696969;
	z-index: 1;
}
#container h1 {
	font-size: 12px;
	margin-bottom: 15px;
}
#container p, #container ul {
	font-size: 12px;
	margin-bottom: 21px;
}
#container ul {
	font-size: 12px;
	margin: 0 0 21px 16px;
}
#container li {
	margin-bottom: 4px;
}
#container a {
	color: #22bedf;
	padding-right: 9px;
	background-image: url(../_img/a-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#container a:hover {
	text-decoration: underline;
}
#container a.noarrow {
	background-image: none;
	padding-right: 0;
}
#container .illustration {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#footer {
	width: 960px;
	height: 62px;
	margin: 0 auto;
	background-image: url(../_img/footer-bg.png);
	background-repeat: no-repeat;
}
#footer ul {
	display: inline;
	float: right;
	margin-right: 51px;
	color: #7c7b79;
	list-style-type: none;
	font-size: 10px;
}
#footer ul li {
	float: left;
	margin: 8px 6px 0 0;
}
#footer ul a {
	padding-right: 6px;
	border-right: 1px solid #c1c1c1;
	color: #7c7b79;
}
#partners {
	padding: 27px 27px 0 0;
	text-align: right;
}
