body {
	margin: 0 auto;
	padding: 0;
	background-color:#dbeaec;
	/*background-color: #E2F1F3;*/
	font-family: Arial, Helvetica, Sans-Serif;
}
#page_margin {
	width: 1000px;
	margin:auto;
	min-height:100%;
	position:relative !important;
	background-color: #FFFFFF;
	border: #0098AC 1px solid;
	min-width:3px;
	min-height:3px;
	z-index:0;
	position: absolute;
	margin-top:0px !important;
}
.cleared {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}
#header {
	margin:0;
	margin-top:0;
	background-image:url(../images/header.jpg);
	background-position:top;
	height: 150px;
	width:1000px;
}
/* begin Menu */
/* menu structure */

.menu a, .menu a:link, .menu a:visited, .menu a:hover {
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}
.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}
.menu li:hover {
	z-index: 10000;
	white-space: normal;
}
.menu li li {
	float: none;
}
.menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}
.menu li:hover>ul {
	visibility: visible;
	top: 100%;
}
.menu li li:hover>ul {
	top: 0;
	left: 100%;
}
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {
	min-height: 0;
}
.menu ul {
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* menu structure */

.menu {
	padding: 0px 0px 0px 0px;
}
.nav {
	position: relative;
	height: 25px;
	z-index: 100;
}
.nav .l, .nav .r {
	position: absolute;
	z-index: -1;
	top: 0;
	height: 25px;
	background-image: url('../images/nav.png');
}
.nav .l {
	left: 0;
	right:0px;
}
.nav .r {
	right: 0;
	width: 998px;
	clip: rect(auto, auto, auto, 998px);
}
/* end Menu */

/* begin MenuItem */
.menu ul li {
	clear: both;
}
.menu a {
	position:relative;
	display: block;
	overflow:hidden;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}
.menu a .r, .menu a .l {
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 75px;
	background-image: url('../images/MenuItem.png');
}
.menu a .l {
	left:0;
	right:0px;
}
.menu a .r {
	width:400px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}
.menu a .t {
	font-size: 0.9em;
	color: #FFFFFF;
	padding: 0 22px;
	margin: 0 0px;
	line-height: 25px;
	text-align: center;
}
.menu a:hover .l, .menu a:hover .r {
	top:-25px;
}
.menu li:hover>a .l, .menu li:hover>a .r {
	top:-25px;
}
.menu li:hover a .l, .menu li:hover a .r {
	top:-25px;
}
.menu a:hover .t {
	color: #FFFFFF;
}
.menu li:hover a .t {
	color: #FFFFFF;
}
.menu li:hover>a .t {
	color: #FFFFFF;
}
body#home .menu a.homenav .l, body#home .menu a.homenav .r {
	top: -50px;
}
body#project .menu a.projectnav .l, body#project .menu a.projectnav .r {
	top: -50px;
}
body#team .menu a.teamnav .l, body#team .menu a.teamnav .r {
	top: -50px;
}
body#contributors .menu a.contributorsnav .l, body#contributors .menu a.contributorsnav .r {
	top: -50px;
}
body#database .menu a.databasenav .l, body#database .menu a.databasenav .r {
	top: -50px;
}
body#edited .menu a.editednav .l, body#edited .menu a.editednav .r {
	top: -50px;
}
body#events .menu a.eventsnav .l, body#events .menu a.eventsnav .r {
	top: -50px;
}
body#contact .menu a.contactnav .l, body#contact .menu a.contactnav .r {
	top: -50px;
}
body#body .menu a.bodynav .t, body#project .menu a.projectnav .t, body#team .menu a.teamnav .t, body#contributors .menu a.contributorsnav .t, body#database .menu a.databasenav .t, body#edited .menu a.editednav .t, body#events .menu a.eventsnav .t, body#contact .menu a.contactnav .t {
	color: #FFFFFF;
}
/* end MenuItem */

/* begin MenuSeparator */
.nav .menu-separator {
	display: block;
	width: 1px;
	height: 25px;
	background-image: url('../images/MenuSeparator.png');
}
/* end MenuSeparator */

/* begin MenuSubItem */
.menu ul a {
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 26px;
	width: 180px;
	overflow:hidden;
	line-height: 26px;
	margin-right: auto;
	background-image: url('../images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 0px;
	border-style: solid;
}
.nav ul.menu ul span, .nav ul.menu ul span span {
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}
.menu ul a, .menu ul a:link, .menu ul a:visited, .menu ul a:hover, .menu ul a:active, .nav ul.menu ul span, .nav ul.menu ul span span {
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 26px;
	color: #FBFDFD;
	font-size: 0.8em;
	;
}
.menu ul ul a {
	margin-left: auto;
}
.menu ul li a:hover {
	color: #FFFFFF;
	background-position: 0 -26px;
}
.menu ul li:hover>a {
	color: #FFFFFF;
	background-position: 0 -26px;
}
.nav .menu ul li a:hover span, .nav .menu ul li a:hover span span {
	color: #FFFFFF;
}
.nav .menu ul li:hover>a span, .nav .menu ul li:hover>a span span {
	color: #FFFFFF;
}
/* end MenuSubItem */


/* CONTENT */
.content {
	position: relative;
	z-index: 1;
	padding: 15px;
	color:#000000;
	font-size: 0.75em;
	min-height:645px;
}
.content p {
	text-align:justify;
	line-height:1.5em;
}
.content a:link {
	color: #2F676F;
	text-decoration: underline;
}
.content a:visited, .content a.visited {
	color: #54AAB6;
	text-decoration: underline;
}
.content a:hover, .content a.hover {
	color: #3F8992;
	text-decoration: none;
}
h1 {
	color:#5299A3;
	font-size: 1.5em;
}
h2 {
	color:#5299A3;
	font-size: 1.2em;
}

h3 {
	color:#000;
	font-size: 1.2em;
}

h4 {
	color:#5299A3;
	font-size: 1.0em;
	font-weight:bold;
}

/*end content*/

.news-box {
	border: #0098AC 1px solid;
	width:230px;
	float:right;
	margin-left:15px;
	margin-bottom: 15px;
	background-color: #E4EBEC;
	padding: 10px;
	font-size: 1.0em;
}
.news-box-headline {
	height: 30px;
	background-image: url('../images/BlockHeader.png');
	padding: 0 7px;
	margin-bottom: 7px;
	color: #20464B;
	font-size: 1.0em;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 6px;
	line-height: 30px;
}
.news-box p {
	line-height:1.3em;
}
/* begin Footer */
.footer {
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 1000px;
	margin: 5px auto 0px auto;
}
.footer-content {
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}
.footer-background {
	position:absolute;
	z-index:-1;
	background: #5299a3;
	width: 1000px;
	height: 150px;
	bottom:0;
	left:0;
}
.footer-text p {
	margin: 0;
}
.footer-text {
	display:inline-block;
	color:#fff;
	font-size: 0.75em;
}
.footer-text a:link {
	text-decoration: none;
	color: #fff;
	text-decoration: underline;
}
.footer-text a:visited {
	text-decoration: none;
	color: #fff;
	text-decoration: underline;
}
.footer-text a:hover {
	text-decoration: none;
	color: #fff;
	text-decoration: none;
}
/* end Footer */

/*Sprungmarken /jumpmark */
.jumpmark-box {
	border: #0098AC 1px solid;
	width:225px;
	float:right;
	margin-left:15px;
	margin-bottom: 15px;
	background-color: #E4EBEC;
	padding: 15px;
	padding-bottom:30px;
	padding-top:30px;	
	font-size: 1.0em;
}

.jumpmark-box ul {
	list-style:none;
	margin:0;
	padding:0;
}

.jumpmark-box ul li {
	list-style:none;
	background: transparent url(../images/arrow.png) no-repeat -0px 0px;
	padding-left:15px;	
}


.jumpmark {
	margin:0;
	margin-top:15px;
	margin-right: 5px;
	float:right;
	text-align:left;
}
.jumpmark ul {
	list-style:none;
	margin:0;
	padding:0;
}
.jumpmark ul li {
	display:inline;
	padding-left:15px;
	background: transparent url(../images/arrow.png) no-repeat -0px 0px;
}
.team_member_left {
	border:2px solid #5299A3;
	width: 445px;
	height:180px;
	float:left;
	margin-right:60px;
	margin-bottom:30px;
	padding-right:5px;
}
.team_member_right {
	border:2px solid #5299A3;
	width: 445px;
	height:180px;
	float:left;
	padding-right:5px;
}
.team_member_left a:link, .team_member_right a:link {
	text-decoration:none;
	color:#000;
}
.team_member_left a:hover, .team_member_right a:hover {
	text-decoration:underline;
	color:#000;
}
.team_member_left .member_photo, .team_member_right .member_photo {
	padding-right:20px;
	float:left;
}
.team_member_left img, .team_member_right img {
	border:none;
}
img {
	border:none;
}
#mpi_adress {
	float:left;
	width:400px;
	padding-top:5px;
}
#dfg {
	float:left;
	padding-top:5px;
}
.absatz {
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
	line-height:0em;
}
table {
	border:none;
	margin:0;
	padding:0;
	line-height:1.8em;
}
table tr td {
	border:none;
	margin:0;
	padding:0;
}
ol, ul {
	line-height:1.5em;
}


.row_top {
	background-color: #737373;
	vertical-align:middle;
	color:#fff;
}
.row_top td {
	padding-left:5px;
	padding-right:5px;
}

.row_first {
	/*background-color: #dbdbdb;*/
	background-color: #aeced2;
	vertical-align:middle;
}
.row_first td {
	padding-left:5px;
	padding-right:5px;
}
.row_second {
	/*background-color: #eeeeee;*/
	background-color: #d9e9ea;
	vertical-align:middle;
}
.row_second td {
	padding-left:5px;
	padding-right:5px;
}

.row_plenary {
	background-color: #5299A3;
	vertical-align:middle;
	color:#fff;
}
.row_plenary td {
	padding-left:5px;
	padding-right:5px;
}
.color1 {
	background-color:#e3e4e4;
}

.color2 {
	background-color:#d9dadb;
}

.color3 {
	background-color:#cfd1d2;
}

.color4 {
	background-color:#ebfafb;
}

.color5 {
	background-color:#c0d8db;
}
.rectangle{
	border: 1px solid #000;
	padding:20px;
	margin-left:30px;
	margin-right:30px;
	width:600px;
}

.trennlinie {
	border-top:1px solid #5299A3;
	margin-top:20px;
	margin-bottom:20px;
}

#footer_print {
	display:none;
}

#header-print {
	display:none;
}

.h {
	position:absolute;
	left:-1000px;
	top:-1000px;
	width:0;
	height:0;
	overflow:hidden;
	display:inline;
}

table.events tr td {
	line-height:1.3em;
	padding-top:0.5em;	
	padding-bottom:0.5em;	
}
