html {
	font-family: 'Myriad Pro', 'Myriad Web Pro', 'Myriad Web', 'Optima', 'Arial', sans-serif;
}
body {
	margin: 0;
	padding: 0;
}
table {
	empty-cells: show;
}
td {
	vertical-align: top;
}
h2 {
	font-size: 24px;
}
a,
a:visited {
	text-decoration: none;
	color: #36C;
}
body.fzg a,
body.fzg a:visited {
	text-decoration: none;
	color: #930;
}
img,
a img {
	border: none;
}
div.content {
	padding: 12px 24px;
}
div.navigation {
	margin-top: 8px;
	text-align: right;
}
div.navigation span.title {
	padding-right: 12px;
	color: #F60;
}
p {
	text-align: justify;
}
form input.checkbox {
	width: auto;
}
ul {
	list-style-image: url('../images/ball.png');
}
ul.no_marker {
	list-style-type: none;
	list-style-image: none;
}
div.guest {
	position: relative;
	left: 0;
	top: 0;
}
div.guest {
	height: 100px;
	margin: 24px 0;
}
div.guest div {
	margin-left: 99px;
}
div.guest img {
	position: absolute;
	left: 0;
	top: 0;
}
div.guest img {
	width: 75px;
	height: 100px;
}
div.member {
	position: relative;
	left: 0;
	top: 0;
}
div.member {
	height: 200px;
}
div.member img {
	position: absolute;
	right: 0;
	top: 0;
}
div.member img {
	width: 150px;
	height: 200px;
}
table.calendar td {
	padding: 4px 24px 4px 0;
}
p.gray_comment {
	color: #666;
}
span.gray_comment {
	color: #999;
}
table.lecture,
table.overview,
table.publications {
	border-color: #666;
	border-width: 1px 0 0 1px;
	border-style: solid;
	width: 100%;
}
table.lecture td,
table.lecture th,
table.overview td,
table.overview th,
table.publications td,
table.publications th {
	border-color: #666;
	border-width: 0 1px 1px 0;
	border-style: solid;
	padding: 6px 8px;
}
table.lecture th,
table.overview th,
table.publications th {
	background-color: #EEE;
	font-weight: normal;
	text-align: left;
}
table.lecture td {
	width: auto;
}
table.lecture td.first {
	width: 160px;
}
table.overview td,
table.overview th {
	text-align: center;
}
table.overview td.lecture,
table.overview th.lecture {
	text-align: left;
}
table.overview th {
	width: 80px;
}
table.overview th.lecture {
	width: auto;
}
table.publications th {
	width: auto;
}
table.publications th.id,
table.publications th.year,
table.publications th.file {
	width: 24px;
}
table.publications th.number,
table.publications th.date {
	width: 64px;
}
tr.coloured td {
	background-color: #F4F6FF;
}
body.fzg tr.coloured td {
	background-color: #FFF6F0;
}
body.biography div.content {
	padding-top: 24px;
}
body.biography td.first {
	width: 90px;
	padding-right: 16px;
}
body.biography h3 {
	margin-top: 48px;
}
body.biography td.contact h3 {
	margin-top: 0;
}
body.biography td.flags img {
	width: 25px;
	height: 15px;
	margin-right: 10px;
}
body.biography td.photo img {
	width: 320px;
	height: 213px;
	border: 1px solid #999;
	margin-right: 48px;
}
h3.uppercase {
	text-transform: uppercase;
}
div.entry,
div.news_entry {
	border-top: 1px solid #CCC;
	margin-top: 24px;
	padding-top: 12px;
	margin-right: 12px;
}
div.news_entry h4 {
	font-weight: normal;
}
div.news_entry h4 span.date {
	font-weight: bold;
	color: #900;
}
div.news_entry p {
	text-align: justify;
}
img.float_left,
img.float_right {
	margin-bottom: 18px;
	clear: both;
	position: relative;
	top: -4px;
}
img.float_left {
	float: left;
	margin-right: 18px;
	left: -6px;
}
img.float_right {
	float: right;
	margin-left: 12px;
	right: -12px;
}
table.publications img,
img.icon {
	width: 32px;
	height: 32px;
}
table.publications td.icon {
	height: 38px;
}
table.search td {
	padding-bottom: 2px;
	vertical-align: middle;
}
table.search label {
	margin-right: 24px;
}
table.search tr.referiert label {
	font-size: 12px;
	margin-right: 0;
}
table.search select {
	width: 200px;
}
table.search input {
	width: 100px;
}
table.search input.checkbox {
	width: auto;
}
table.search tr.reset td,
table.search tr.submit td {
	text-align: right;
}
img.map {
	width: 600px;
	height: 500px;
}
img.team {
	position: absolute;
	right: 24px;
	top: 80px;
	width: 480px;
	height: 240px;
	z-index: 3;
}
form tr.buttons td {
	text-align: right;
}
form tr.buttons input {
	width: 104px;
	height: 20px;
	margin-left: 10px;
}
td.caption {
	vertical-align: bottom;
	padding-right: 24px;
}
input.with-left-margin {
	margin-left: 24px;
}

