*{
	margin: 0;
	padding: 0;
	font-family:  "Myriad Pro", Arial, Verdana, non-serif;
}

body {
	background: #f5f5f5 url(img/body_bg.jpg) repeat-x;
	font-size: 13px;
}
body div#page {
	width: 890px;
	margin: 0 auto;
	background: url(img/main_bg.jpg) repeat-y;
}

/* href */
a {
	border-bottom: 0;
	color: #7c8a98;
	text-decoration: none;
}
a:hover {
	color: #2e4d6c;
}

/* classes */
.hidden { display: none; }

/* -------------------------------------- header -------------------------------------- */
body h1#header {
	width: 890px;
	height: 134px;
	margin: 0 auto;
	padding: 0;
	background: url(img/header.jpg) no-repeat;
	border-bottom: 0;
}
body h1#header img.logo {
	float: right;
	margin: 60px 65px 0 0;
}
body h1#header img.logo:hover {
	cursor: pointer;
}
body h1#header div.facebook_like {
	/*padding: 106px 0 0 28px;*/
padding: 72px 0 0 200px;
}


/* ------------------------------------ navigation ------------------------------------ */
body ul#navigation{
	width: 185px;
	margin: 44px 0 0 0;
	padding: 0;
	border: 0;
	list-style: none;
}
body ul#navigation li {
	margin: 0 0 0 2px;
}
body ul#navigation li a{
	display: block;
	height: 30px;
	padding: 7px 0 0 26px;
	color: #576065;
	font-size: 14px;
}

/* all submenus */
body ul#navigation li ul{
	margin-left: 40px;
	list-style: none;
}
body ul#navigation li ul li {
	margin-bottom: 5px;
}
body ul#navigation li ul li a {
	height: auto;
	padding: 0 0 0 9px;
	color: #8cb207 !important;
	background: url(img/navi_submenu.png) 0px 2px no-repeat !important;
}

/* special layout for selected element */
body ul#navigation li.selected a,
body ul#navigation li.pre_selected a.level_0 {
	color: #576065;
	font-weight: bold;
	background: url(img/navi_selected.png) no-repeat;
}
body ul#navigation li.selected ul li a {
	font-weight: normal;
}

/* hover */
body ul#navigation li.selected a:hover,
body ul#navigation li.selected ul li a:hover,
body ul#navigation li a:hover {
	color: #576065;
	font-weight: bold;
}


/* ----------------------------------- contentframe ----------------------------------- */
body div#contentframe {
	min-height: 600px;
	margin: 0 2px 0 0;
	padding: 44px 183px 0 210px;
	background-position: right bottom;
	background-repeat: no-repeat;
	line-height: 1.5em;
}
body div#contentframe h2 {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #98bf0e;
}

body div#contentframe table.ctable td {
	padding: 10px 0 10px 0;
	border-bottom: 1px dashed #b4b4b4;
}


/* -------------------------------------- footer -------------------------------------- */
body div#footer {
	width: 890px;
	height: 35px;
	margin: 0 auto;
	background: url(img/footer.jpg) no-repeat;
}
body div#footer ul {
	padding: 6px 0 0 28px;
	list-style: none;
}
body div#footer ul li {
	float: left;
}
body div#footer a {
	display: block;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}
body div#footer a:hover {
	text-decoration: underline;
}

/* buttons */
body div#footer ul li.twitter a {
	width: 29px;
	height: 28px;
	background: url(img/twitter.png) no-repeat;
}
body div#footer ul li.facebook { margin-left: 11px; }
body div#footer ul li.facebook a {
	width: 28px;
	height: 28px;
	background: url(img/facebook.png) no-repeat;
}
body div#footer ul li.xing { margin-left: 11px; }
body div#footer ul li.xing a {
	margin-top: 1px;
	width: 27px;
	height: 27px;
	background: url(img/xing.png) no-repeat;
}
body div#footer ul li.imprint { margin: 10px 0 0 676px; }
