#navigation {
	background-color: #CBE13A; 
	width: 170px; 
	margin-top: 15px; 
	float: left;
}
.navigationbartop {
	margin-top: 15px; 
	margin-bottom: 15px;
	border: none;
}
.navigationbar { 
	margin-bottom: 15px;
	border: none;
}
.navigationbarbottom {
	margin-bottom: 15px;
	border: none;
}
#hauptInhalt {
	background-color: #CBE13A; 
	width: 750px; 
	margin-left: 185px; 
	margin-top: 15px;
	font-weight: bold; 
	font-family: Tahoma; 
	font-size: 10pt; 
}
#hauptInhaltTeamMember {
	background-color: #F09100; 
	width: 750px; 
	margin-left: 185px; 
	margin-top: 15px;
	font-weight: bold; 
	font-family: Tahoma; 
	font-size: 10pt; 
}
.hauptTextRechteSpalte {
	padding: 0px 10px 10px 10px; 
	float: right; 
}
.hauptTextLinkeSpalte {
	padding: 0px 0px 10px 10px;  
}
.hauptTextRechteSpalte, .hauptTextLinkeSpalte {
	width: 50%; 
} 
.hauptTextRechteSpalte, .hauptTextLinkeSpalte, .div_publications {
	font-family: Tahoma; 
	font-size: 10pt;
} 
#hauptTextKontakt {
	width: 100%; 
	background: transparent;
	padding: 10px 10px 10px 10px;
}
.link {
	color: white;
	font-weight: bold;	
	text-decoration: none;
}
.schwarzerLink{
	color: black;
	font-weight: bold;	
	text-decoration: none;
}
.link:hover, .schwarzerLink:hover {
	text-decoration: underline;	
}
.Linkliste {
	color: white;
	font-weight: bold;	
	text-decoration: none;
}
.Linkliste a:hover {
	text-decoration: underline;	
}
.überschrift {
	font-weight: bold;
	font-size: 11pt;	
}


.div_publications {
	padding: 1em;
}
div > table {
	border-collapse: collapse;
	border: none;
}
tr > td:FIRST-CHILD {
	border: none;
	width: 80%;
	text-align: justify;
	padding: 1em;
	vertical-align: middle;
}
tr > td:nth-child(2) {
	text-align: center;
	vertical-align: middle;
}