* {
	margin: 0;
	padding: 0;
}

#content {
	background-color: white;
}

body {
	background-image: url('../images/background.jpg');
	font-family: Arial, sans-serif;
	min-width: 900px;
}

.center {
	margin: 0 auto;
	padding-left: 66px;
	width: 800px;	
}

.centralized {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.italic {
	font-style: italic;
}

a img {
	border: none;
}

a {
	color: #2786b7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

abbr {
	cursor: help;
	border-bottom: 1px dotted gray;
}

#mininavi {
	float: right;
	list-style-type: none;
	background: transparent url('../images/mininavi.png') repeat-x left top;
}

#mininavi li {
	position: relative;
	display: block;
	float: left;
	padding: 5px;
	margin-left: 2px;
	margin-right: 2px;
}

#mininavi li a {
	font-size: 11px;
	text-decoration: none;
	color: black;
}

#mininavi li a:hover {
	text-decoration: underline;
}

#logo {
	margin-top: 55px;
	/* was 40px */
}

#schleifchen {
	position: absolute; 
	z-index: 100;
}

#banner {
	position: relative;
	margin: 35px 0 45px 0;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #c1d4de;
	background: transparent url('../images/banner/team.jpg') no-repeat right top;
	height: 359px;
	overflow: hidden;
}

#slogan {
	position: absolute;
	bottom: 0;
}

#sharethis {
	background: transparent url('../images/sharethis/background.png') repeat-x left 16px;
	height: 16px;
	overflow: hidden;
	margin-top: 30px;
	/*clear: both;*/
}

#sharethis.nojs:hover {
	height: 51px;
}

#sharethisbutton {
	width: 61px;
	height: 13px;
	padding-top: 4px;
	text-align: center;
	font-weight: normal;
	font-size: 9px;
	background: transparent url('../images/sharethis/sharethis.png') no-repeat left top;
}

#sharethisbutton a {
	text-decoration: none;
	color: #575757;
}

#sharethis ul {
	list-style-type: none;
	padding-top: 8px;
}

#sharethis ul li {
	float: left;
	margin-right: 50px;
}

#sharethis ul li a {
	color: #575757;
	font-size: 10px;
	text-decoration: none;
}

#sharethis ul li a:hover {
	text-decoration: underline;
}

#sharethis ul li a img {
	vertical-align: bottom;
}

h1 {
	font-size: 12px;
	font-weight: normal;
	color: #737373;
	margin-bottom: 15px;
	margin-left: 10px;
}

h2 {
	font-size: 10px;
	font-weight: normal; /*rly?*/
	color: #737373;
	margin-bottom: 10px;
}

h3 {
	font-size: 12px;
	color: #5b8da6;
	margin-bottom: 20px;
}

h5 {
	font-size: 12px;
	color: #387594;
}

h4 {
	font-size: 10px;
	color: #575757;
	margin-bottom: 10px;
}

.site h3 {
	margin-left: 20px;
}

.site h4 {
	font-size: 11px;
	margin-bottom: 5px;
}

ol {
	list-style-position: outside;
}

body > p {
	margin: 0;
}

p {
	font-size: 10px;
	color: #575757;
	line-height: 1.3em;
	margin-bottom: 1em;
}

.site p, .site li {
	font-size: 11px;
	color: #575757;
	line-height: 1.3em;
	margin-bottom: 1em;
}

.site li {
	margin-left: 16px;
}

.site > p {
	padding-left: 20px;
	padding-right: 20px;
}

#footer {
	font-size: 10px;
	color: #575757;
	min-height: 54px;
	background: transparent url('../images/footer/shadow.png') repeat-x left top;
	padding-top: 30px;
	margin-bottom: 20px;
}

#footer h4 {
	margin-bottom: 14px;
}

#footer .column {
	width: 300px;
}

.popup {
	position: absolute;
	background-repeat: no-repeat;
	z-index: 10;
	visibility: hidden;
}

.popup #popupcontactspinner, .popup #popupcontactfeedback, .popup #popupnewsspinner, #contactspinner, #contactfeedback {
	visibility: hidden;
}

#faq.nojs:hover .popup, #minimap.nojs:hover .popup, #contact.nojs:hover .popup, #news.nojs:hover .popup {
	visibility: visible;
}

#faq .popup {
	background-image: url('../images/popups/faq.png');
	width: 304px;
	height: 455px;
	padding: 37px 30px 30px 20px;
	margin-left: -215px;
}

#contact .popup {
	background-image: url('../images/popups/contact.png');
	width: 345px;
	height: 290px;
	padding: 15px 23px 0 17px;
	margin: -315px 0 0 -80px;
}

#addresslabel {
	margin-right: 25px;
}

/*
#news .popup {
	background-image: url('../images/popups/contact.png');
	width: 357px;
	height: 290px;
	padding: 15px 14px 0 14px;
	margin: -315px 0 0 -80px;
	background-color: green;
}
*/

#minimap {
	margin-right: 15px;
}

#minimap img {
	cursor: pointer;
}

#minimap .popup {
	background-image: url('../images/popups/map.png'); 
	width: 375px; 
	height: 300px;
	padding: 10px 0 0 10px;
	margin: -300px 0 0 110px;
}

#map {
	width: 365px; 
	height: 232px;
}

#minimap input[type="submit"] {
	width: auto;
}

#minimap input[type="text"] {
	width: 125px;
}

input, textarea {
	margin-top: 5px;
	color: #575757;
	background-color: #f4f4f4;
	border: 1px solid #c9c9c9;
	padding: 2px;
}

form input, form textarea {
	/*width: 353px;*/
	width: 100%;
}

form textarea {
	height: 90px;
}

form input[type='submit'] {
	width: 70px;
	margin-right: 20px;
}

form input[type='file'] {
	border: none;
	background-color: inherit;	
}

.notice {
	border: 1px solid #aacbd6;
	background-color: #f4f5f4;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
}

#citymap {
	margin-top: 30px;
}

#cities {
	float: left;
	list-style-type: none;
	width: 100px;
	height: 186px;
	text-align: right;
	padding-right: 5px;
	font-family: Verdana, sans-serif;
	margin: 18px -15px 0 0;
}

#cities a {
	font-size: 14px;
	color: #5c8ea7;
	cursor: default;
}

#cities a:hover {
	color: #254c60;
	text-decoration: none;
}

#cities li {
	padding-right: 10px;
}

#cities li:hover {
	background: transparent url('../images/arrow.png') no-repeat right center;
}

#worldmap {
	float: left;
	width: 250px;
	padding-top: 20px;	
	overflow: hidden;
}

#worldmapimg {
	margin-left: -96px;
}

#worldmapdot {
	position: absolute;
	margin-left: 115px;
	margin-top: 38px;
	font-size: 20px;
	color: #254c60;
}

#worldshadow {
	margin-left: -35px;
}

#news ol {
	list-style-type: none;
	width: 360px;
	margin-left: 10px;
}

#news li {
	clear: both;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

#news .date, #news .newstext {
	float: left;
}

#news .date {
	width: 60px;
	margin-left: 5px;
}

#news .newstext {
	width: 290px;
	padding-top: 12px;
}

#news .newstext p {
	font-size: 11px;
	color: #575757;
	line-height: 1.5em;
}

#news .date p {
	font-family: Georgia, sans-serif;
	color: #387594;
	text-align: center;
	margin-bottom: 0;
}

#news .day {
	font-size: 30px;
}

#news .month, #news .year {
	font-size: 15px;
}

.fifty {
	width: 345px;
	padding: 0 20px;
}

.middle {
	width: 150px;
	padding-left: 20px;
}

.halfmargin {
	margin-bottom: 5px;
}

.methodology ol {
	list-style-type: none;
}

.methodology ol > li {
	clear: both;
	margin-bottom: 30px;
	height: 50px;
}

.methodology ol ul {
	padding: 0;
	margin: -10px 0 0 50px;
	list-style-type: disc;
}

.methodology ol ul li {
	line-height: 0em;
}

p.big {
	float: left;
	width: 50px;
	font-family: Times, sans-serif;
	font-size: 40px;
	color: #c4d9e4;
}

#biography_list {
	float: left;
	list-style: none;
	width: 215px;
	border-right: 1px solid #e5e5e5;
}

#biography_list li {
	clear: both;
	height: 60px;
}

#biography_list a {
	display: block;
	height: 100%;
	padding: 6px 0 0 6px;
	text-decoration: none;
	background: transparent none no-repeat left top;
	outline: none;
	border: none;
}

#biography_list a:hover, #biography_list a.current, #biography_list a:focus {
	background-image: url('../images/team/background.png');
}

#biography_list span.person {
	display: block;
	padding-top: 10px;
	color: #575757;
}

#biography_list span.person span {
	color: #387594;
	font-size: 12px;
}

#biography_list .thumbnail {
	float: left;
	margin-right: 10px;
	width: 49px;
	height: 49px;
	display: block;
}

#biography_list .nedelcu {
	background-image: url('../images/team/nedelcu_thumbnail_inactive.jpg');
}

#biography_list .peter {
	background-image: url('../images/team/peter_thumbnail_inactive.jpg');
}

#biography_list .sommer {
	background-image: url('../images/team/sommer_thumbnail_inactive.jpg');
}

#biography_list .pelz-vetter {
	background-image: url('../images/team/pelz-vetter_thumbnail_inactive.jpg');
}

#biography_list .heinsius {
	background-image: url('../images/team/heinsius_thumbnail_inactive.jpg');
}

#biography_list .thumbnail img {
	visibility: hidden;
}

.biography {
	float: left;
	width: 530px;
}

#biography_window {
	height: 400px;
	width: 530px;
	margin-left: 30px;
	float: left;
	overflow: hidden;
}

#biography_container {
	width: 2650px;
	height: 400px;
}

.biography h5 {
	font-weight: normal;
}

.biography ul {
	width: 300px;
}

.biography .slideshow {
	float: right;
	width: 200px;
	height: 300px;
}

#news_list {
	float: right;
	width: 240px;
	list-style-type: none;
	padding-left: 30px;
	margin-left: 30px;
}

#newstext {
	width: 450px; 
	padding-right: 20px; 
	border-right: 1px dotted #d6d6d6;
	margin-left: 70px;
}

.imprint_separator {
	clear: both;
	border-bottom: 1px dotted #d6d6d6; 
	width: 365px; 
	height: 20px;
	margin: 0px 0 30px 80px;
}

.spacer {
	padding-top: 10px;
}

.nowrap {
	white-space: nowrap;
}

.fat {
	font-weight: bold;
}

.black {
	color: black;	
}

.orange {
	color: #d45500;
}