* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #666;
}

#wrapper {
	background: #FFF url("images/bg.gif") left top repeat-y;
	overflow: auto;
	min-height: 600px;
	margin: 20px 0 0 0;
}

#header {
	height: 112px;
	margin: 4px;
	background: #D0D9BD;
	position: relative;
}

#header div {
	border: 3px solid #FFF;
	position: absolute;
}

#header #homelink {
	line-height: 204px;
	border: none;
}

#header #homelink a {
	padding: 5px 10px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

#header #box_lower_right {
	background: #CEDABB;
	width: 36px;
	height: 18px;
	left: 108px;
	bottom: -3px;
}

#header #left_spacer {
	background: #6C6C6C;
	width: 38px;
	height: 112px;
	left: 144px;
	top: -3px;
}

#header #right_spacer {
	background: #CEDABB;
	width: 48px;
	height: 112px;
	right: -4px;
	top: -3px;
	border-right: 7px solid #FFF;
}

#header #heading, #header #header_image, #header #header_repeating {
	position: relative;
	margin-left: 185px;
	height: 32px;
	border-bottom: none;
}

#header #heading {
	background: #D3D7CD url("images/head_wissenschaft.gif") left top no-repeat;
}

#header #header_image, #header #header_repeating {
	height: 77px;
	border-top: none;
}

#header #header_repeating {
	margin-left: 549px;
	background: #D3D7CD url("images/header_2_kisten_v2.jpg") left top repeat-x;
}

#header #header_image {
	position: absolute;
	width: 361px;
	background: #D3D7CD url("images/header_1_kisten.jpg") left top no-repeat;
}

#menu {
	position: absolute;
	left: 4px;
	top: 135px;
	width: 150px;
	padding: 5px 0 1px 0;
}

#menu li {
	font-weight: bold;
}

#menu li a {
	display: block;
	padding: 5px 8px;
	color: #8FAD89;
	text-decoration: none;
}

#menu li.level2-normal a, #menu li.level2-active a {
	font-size: 12px;
	color: #666;
	padding: 2px 8px;
}

#menu li.level3-normal a, #menu li.level3-active a {
	font-size: 12px;
	color: #666;
	padding: 1px 8px 1px 16px;
	font-weight: normal;
}

#menu li a:hover, #menu li.level1-active a, #menu li.level2-active a, #menu li.level3-active a {
	color: #F48331;
}

#titleline {
	color: #666;
	position: absolute;
	font-size: 19px;
	line-height: 19px;
	height: 19px;
	left: 190px;
	top: 144px;
}

#crosshair {
	display: none;
}

#right {
	float: right;
	width: 270px;
	margin: 10px 58px 0 -100px;
	font-size: 12px;
	min-height: 600px;
}

#right p.bodytext {
	margin: 0 0 8px 0;
}

#right .csc-textpic img {
	padding: 0 0 10px 0;
}

#right .csc-textpic-text {
	border: 1px solid #CCC;
	padding: 10px;
	margin: 20px 0;
}

#right ul li, #content ul li {
	margin-left: 30px;
	list-style: square;
	list-style-position: outside;
}

#right ol li, #content ol li {
	margin-left: 30px;
	list-style: decimal;
	list-style-position: outside;
}

#content a, #right a {
	color: #F48331;
	text-decoration: none;
	font-weight: bold;
}

#content a:visited, #right a:visited {
	color: #C45301;
}

#content a:hover, #right a:hover {
	text-decoration: underline;
}

#content {
	padding: 40px 340px 0 40px;
	margin: 0 7px 0 151px;
}

#content h1 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #000;
	margin: 0 0 5px 0;
}

#content p, #content ul, #content ol {
	margin: 0 0 18px 0;
}

#content dd {
	margin: 0 0 9px 0;
}

#content .csc-textpic dl {
	padding: 2px 5px 5px 0;
}

#content .csc-textpic-caption {
	font-size: 10px;
	color: #AAA;
	padding: 2px 0 0 0;
}

#impressumlink {
	clear: both;
	padding: 5px 10px;
}

#impressumlink a {
	padding: 5px 0;
	color: #B4C3A1;
	text-decoration: none;
	font-weight: bold;
}

#impressumlink a:hover {
	color: #F48331;
}

.csc-textpic-clear {
	clear: none !important;
}

ol.einrichtungen {
	float: left;
	width: 300px;
}

.clear {
	clear: left;
}

/* IE 6 Hacks */

* html #right {
	display: inline;
}

* html #header #box_lower_right {
	width: 42px;
	height: 23px;
	left: 108px;
	bottom: -3px;
}

* html #header #left_spacer {
	width: 44px;
	height: 118px;
	left: 144px;
	top: -3px;
}

* html #header #right_spacer {
	width: 58px;
	height: 118px;
	right: -4px;
	top: -3px;
	border-right: 7px solid #FFF;
}

* html #header #header_image {
	width: 367px;
	left: 0px;
}