*{
	font-family: Verdana,sans-serif;
}
* body{
	min-width: 950px;
	background: #68717D;
}

/* href */
a {
	border-bottom: 0;
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #E4D7B7;
}

/* -------------------------------------- header -------------------------------------- */
body h1#header {
	position: absolute;
	top: 25px;
	left: 50%;
	width: 936px;
	height: 75px;
	padding: 0;
	margin: 0 0 0 -468px;
	border-bottom: 0;
	overflow: visible;
	z-index: 10;
}
/* facebook */
body h1#header .facebook_like {
	display: block;
	height: 25px;
	text-align: right;
}
body h1#header a#header_logo {
	display: block;
	float: left;
	margin-left: 0px;
	padding: 0;
	background: 0;
}

/* header navigation list */
body h1#header ul {
	float: right;
	margin-top: 50px;
	margin-right: -10px;
	list-style: none;
}
body h1#header ul li {
	float: left;
	margin-right: 10px;
	color: white;
	font-size: 11px;
	font-weight: normal;
}
body h1#header ul li a {
	padding: 0;
	background: 0;
	color: white;
}


/* ------------------------------------ navigation ------------------------------------ */
body ul#navigation{
	position: absolute;
	bottom: 30px;
	left: 50%;
	width: 1000px;
	height: 21px;
	margin: 0 0 0 -500px;
	padding: 0;
	background-color: transparent;
	border-right: 0;
	list-style: none;
	z-index: 10;
	font-size: 13px;
}
body ul#navigation li {
	float: left;
	margin: 0 25px 0 0;
}
body ul#navigation li#navi_0-0 {
	display: none;
}
body ul#navigation li#navi_0-1 {
	margin-left: 100px;
}
body ul#navigation li a{
	display: block;
	padding: 0;
	color: #3e4a55; 
	background: 0;
}


/* all submenus */
body ul#navigation li ul{
	position: absolute;
	margin: 10px 0 0 0;
	list-style: none;
	font-size: 12px;
}

/* special layout for selected element */
body ul#navigation li.selected a{
	color: #ffffff;
	font-weight: normal;
}
body ul#navigation li.selected ul li a{
	color: #3e4a55;
}

/* hover */
body ul#navigation li.selected a:hover,
body ul#navigation li.selected ul li a:hover,
body ul#navigation li a:hover {
	color: #ffffff;
}


/* ----------------------------------- contentframe ----------------------------------- */
body div#contentframe {
	position: absolute;
	width: 936px;
	top: 50px;
	bottom: 54px;
	left: 50%;
	margin-top: 75px;
	margin-left: -468px;
	padding-bottom: 30px;
	color: #3e4a55;
	background-color: #A4A9B1;
	overflow: auto;
	font-size: 12px;
}
body div#contentframe h2 {
	padding: 7px 28px 10px 69px;
	color: #ffffff;
	background-color: #3e4a55;
	font-weight: normal;
	font-size: 20px;
}
body div#contentframe div.abstract {
	margin: 30px 28px 0 69px;
}


/* -------------------------------------- footer -------------------------------------- */
body div#footer{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 54px;
	margin: 0;
	background-color: #A4A9B1;
}
body div#footer div.navi_spacer {
	height: 27px;
	background-color: #848B95;
}
