html {height:100%;}
body {
	margin:0;
	padding:0;
	background: #FFFFFF url(/img/static/bg_streifen.gif) repeat;
	text-align:center;
	height:100%;
}
body, div, td, span, a {
	font: 12px/15px  Arial, Helvetica, sans-serif;
}
img {border: 1px solid #ddd;}
#site {
	width:960px;
	background: url(/img/static/site_bg.gif) repeat-y;
	position: relative;
	top:50px;
	border-top:1px solid #ddd;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	min-height:100%;
	height:auto !important;  /* für moderne Browser */
    height:100%;  /*für den IE */
	overflow:hidden;
}

* html #site {
	overflow:visible;
	width:950px;
}

p, h1, h2, h3, h4 {
	color:#333;
	padding:0;
	margin:0;
}
h1 {
	color: #890000;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
	margin-bottom:0.3em;

}
a:link,
a:hover,
a:visited {
	font-size:12px;
	line-height:15px;
	color:#890000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:link.morelink,
a:hover.morelink,
a:visited.morelink {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	line-height:15px;
	color:#890000;
	text-decoration:none;
	font-weight:bold;
}
a:hover.morelink {
	text-decoration:underline;
}

.rot {color:#890000 !important;}
#head {
border-top:1px solid #d;
	position:relative;
	height: 105px;
	background: url(/img/static/logo.gif) no-repeat 525px 30px;
	width:950px;
	margin-left:5px;
}
#nav {
	position:absolute;
	bottom:0px;
	height:20px;
	border-top:1px solid #ccc;
	width:950px;
	background-color:#f4f4f4;
}

#nav a:link,
#nav a:hover,
#nav a:visited {
	text-transform:uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666456;
	font-size:12px;
	padding-left:15px;
	padding-right:15px;
	height: 18px;
	text-decoration:none;
	letter-spacing: 1px;
	display:block;
	float:left;
	padding-top:2px;
}

#nav a.selected:link,
#nav a.selected:hover,
#nav a.selected:visited {
	color:#fff;
	background-color:#666456;
}
#content {
	width:950px;
	padding-left:20px;
	padding-top:15px;
	height:100%;

}
#spalte1 {
	width:435px;
	float:left;
	padding-right:10px;

	border-right: 1px solid #ddd;

}
#spalte2 {
	width:445px;
	float:right;

	text-align:right;
	margin-right:30px;
}
#spalte3 {
	font-size: 11px;
	width: 300px;
	float:right;
	margin-right: 30px;
}
.newsentry {margin-bottom:1em; clear: both; }
.newsentry + .newsentry {border-top:1px solid #ddd; padding-top:10px;}

.newsentry .pic { float:left; margin-right:10px;margin-bottom:10px;}
.newsentry .text {clear:right;

	}
.newsentry .datum {text-align:right; font-weight:bold; color:#999; }
.newsentry .text p {
	/*text-align:justify;*/
}

.volltext .datum {text-align:right; font-weight:bold; color:#999; }

#spalte2 h2, h3 {color:#890000;
font: bold 12px/15px  Arial, Helvetica, sans-serif;


}

#subnav1, #subnav2 {color:#ccc}

#subnav1 a:link,
#subnav1 a:visited,
#subnav1 a:hover {
	font-weight:bold;

	color:#999;
}
#subnav1 a.selected:link,
#subnav1 a.selected:visited,
#subnav1 a.selected:hover {
	font-weight:bold;

	color:#890000;
}

#subnav2 a:link,
#subnav2 a:visited,
#subnav2 a:hover {
	font-weight:normal;

	color:#999;
}
#subnav2 a.selected:link,
#subnav2 a.selected:visited,
#subnav2 a.selected:hover {
	font-weight:normal;

	color:#890000;
}
#subnav1 a:hover,
#subnav2 a:hover {color:#890000;}

#subnav-universities {
	padding-top: 5px;
}
#subnav-universities a:link, #subnav-universities a:hover, #subnav-universities a:visited {
	font-weight: normal;
}

.publikationen {border-right:1px solid #ddd;width:435px;padding-right:10px;}
.publikationen .liste {
	width:435px;
	margin-top:10px;
}
.publikationen .liste ol {margin:0;padding:0;
	list-style-position:inside;
	font-weight:bold;
	color: #333333;
}
.publikationen .liste li {
	margin-bottom:1em;
}

.liste .normal {
	font-weight:normal;
}

/* LEHRE

<div id="lehre">
	<div class="item">
		<div class="rubrik">Vorlesung</div>
		<h2>Dantes Göttliche Komödie<br />
			eine religiöse Kosmologie in Versen?</h2>
		<p>copy</p>
		<div class="links">
			<h3>Downloads</h3>
			<a href="#">link1</a> <a href="#">link2</a> </div>
		<div class="links">
			<h3>Links</h3>
			<a href="#">link1</a> <a href="#">link2</a> </div>
	</div>
</div>
				*/

#lehre .item {clear:both; padding-top:1em;padding-bottom:1em;}
#lehre .rubrik {
	width:100%;
	text-align:right;
	font-family:  Georgia, "Times New Roman", Times, serif;
	color:#890000;
	font-weight: bold;
	font-size:14px;
	border-top:1px solid #ccc;
	padding-top:0.5em;
	padding-bottom: 5px;
}

#lehre h2 {
	font-size:12px;
	line-height:15px;
	margin-bottom:5px;
}
#lehre .links {
	float:left;

	width:45%;
	margin-top:1em;


}
#lehre .links a {display:block}
#lehre .links h3 {
	color:#890000;
	font-size:12px;
	line-height:15px;
}

#kontakt .links a {display:block}
#kontakt .links h3 {
	color:#890000;
	font-size:12px;
	line-height:15px;
}


.english-missing {
	color: red;
}
