body   {
	background-color: white; 
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
table.kopf, div.kopf {
	width: 100%;
	border: 0 dashed gray;
	margin: 0;
	padding: 0;
	background-color: white;
	color: black;
	text-align: right;
	font-weight: bold;
	font-size: 100%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: 0.10em;
}
div.kopf img.unilogo {
	float: left;
	vertical-align: bottom;
}
div.kopf img.departmentlogo {
	float: right;
	vertical-align: top;
	padding: 12px;
}
div.kopf a {
	color: black;
	text-decoration: none;
}
table.kopf tr {
	margin: 0;
	padding: 0;
}
table.kopf td {
	margin: 0;
	padding: 0;
}
table.kopf td.unilogo {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	text-align: left;
}
table.kopf td.departmentname {
	margin: 0;
	padding: 12px 0 0 0;
	width: 100%;
	vertical-align: top;
	text-align: right;
}
table.kopf td.departmentlogo {
	margin: 0;
	padding: 12px 0 0 12px;
	vertical-align: top;
}
table.kopf a {
	color: black;
	text-decoration: none;
}

#main {
	background: none;
}

table.navigationszeile {
	clear: left;
	margin: 0;
	border: 0;
	border-bottom: 1px solid black;
	padding: 0 10px;
	background-color: gray;
	color: white;
	width: 100%;
	font-weight: 700;
	font-size: smaller;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	vertical-align: middle;
}

table.navigationszeile td {
	margin: 0;
	border: 0;
	padding: 0;
	text-align: left;
}
table.navigationszeile td.right {
	text-align: right;
}

table.navigationszeile a {
	color: white;
	text-decoration: none;
}

img {
	border: 0;
}
a:link { 
	color: rgb(153,51,51);
}
a:visited { 
	color: rgb(204,0,51);
}
a:active { 
	color: rgb(204,51,0);
}

#subnavigation {
	display: none;
}
#content {
	background: white;
	border: 0;
	padding: 0;
	margin: 0;
}

h1 h2 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	text-align: center;
	font-size: x-large;
}
h2 {
	font-size: large;
}
h3 {
	font-size: medium;
}
.center {
	text-align: center;
}
dl dt {
	font-weight: bold;
}
.leftpicture {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-size: small;
}
.rightpicture {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-size: small;
} 
hr.footnote {
	float: left;
	width: 33%;
	font-size: small;
}
p.footnote {
	clear: both;
	font-size: small;
}
p.comment, span.comment {
	font-size: small;
}
a.externallink:after,
a.locallink:after {
	color: black;
	font-size: 0.8rem;
	font-weight: normal;
}
a.externallink:after {
       	content: " (" attr(href) ") ";
}
a.locallink:after {
	content: " (http://www.informatik.uni-hamburg.de" attr(href) ") ";
}

#infoverlay {
	display: none;
}
