@CHARSET "UTF-8";
/* allgemeine Einstellungen */
html, body, div, img, a, ul, li, h1, h2, h3, p , table, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px solid white;
}
body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E7E7E7;
	background-image: url(images/mainframe_bg.jpg);
	background-repeat: repeat-x;
}
#mainframe {
	text-align: left;
	margin-right: auto;
	margin-left:auto;
	width: 780px;

	background-color: white;
	background-image: url(images/navi_bg.jpg);
	background-repeat: repeat-y;
}
a{
	text-decoration: none;
	color: #000000;
}
a:hover{
	text-decoration: underline;
	color: #0000FF
}

/* Navigationsleiste */
#navi {
	width: 175px; 
	float: left;
	background-image: url(images/navi_bg.jpg);
	background-repeat: repeat-y;
}
#navi ul {
	font-size: 1.2em;
	margin-top: 30px;
	margin-left: 10px;
	list-style-image: none;
	list-style-type: none;
}
#navi ul li {
	padding-left: 0px;
	padding-top: 5px;
}
#navi ul li a {
	width: 155px;
	padding-left: 10px;
	display: block;
	text-decoration: none;
	color: black;
}
#navi ul a:hover {
	color: white;
	background-color: black;
}
#navi ul li.activePage {
	border-bottom: 3px solid black;
}
#bmbf {
	font-size: 0.8em;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 25px;
}

/* Kopfzeile */
#header {
	margin-left: 170px;
	height: 110px;
	background-image: url(images/mainframe_bg.jpg);
	background-repeat: repeat-x;
}
#header h1 {
	color: blue;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 2.2em;
}
#header i {
	padding-left: 150px;
}
#header span {
	color: black;
}

/* Inhaltsbereich */
#content {
	font-size: 0.8em;
	
	background-color: white;
	margin-left: 175px;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 15px;
	border-left: 5px solid black;
}
#content a {
	font-weight: bold;
	font-style: italic;
}
#content p {
	text-align: justify;
	text-indent: 1.25em;
	margin-bottom: 0.5em;
}
.contact {
	text-indent: 0em;
}
p  .contact {
	text-indent: 0em;
}
.info {
	font-size: 0.9em;
	margin-left: 1em;
}
td p {
	text-indent: 0em;
}
#content h2 {
	color: #777777;
	font-size: 1.5em;
	font-style: italic;
	
	margin-bottom: 1em;
	margin-top: 0.5em;
	text-align:	left;
}
#content h3 {
	font-size: 1.2em;
	font-weight: bold;
	
	margin-top: 0.75em;
	margin-bottom: 0.5em;
}
#content ul {
	list-style-position: outside;
	margin-left: 25px;
	margin-bottom: 5px;
}
hr {
	margin-bottom: 15px;
	margin-top: 15px;
}
/* Sprachauswahl */
#top_navi {
	text-align: right;
	font-size: 0.9em;
}
#top_navi  a {
	font-style: normal;
}

.image-left {
	font-size: 0.8em;
	text-align: center;
	float: left;
	
	margin-bottom: 0.5em;
	margin-right: 1em;
}
.image-right {
	font-size: 0.8em;
	text-align: center;
	float: right;
	
	margin-bottom: 0.5em;
	margin-left: 1.5em;
}
.image-left img {
	margin-bottom: 0.5em;
	border: 2px solid black;
}
.image-right img {
	margin-bottom: 0.5em;
	border: 2px solid black;
}

/* Publiaktionsliste */
.publication {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	background-color: #EEEEEE;
	padding: 0.5em;
	border-bottom: 1px solid #777777;
	border-right: 1px solid #AAAAAA;
		color: #555555;
}
.publication .title {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	color: black;
}
.publication .description {
	padding-left: 1em;
}
.publication .link {
	text-align: right;
	font-size: 0.8em;
}
.publication .abstract {
	margin-left: 1em;
	margin-top: 0.5em;
	border: 1px solid black;
	background-color: #FAFAFA;
	text-align:	justify;
	color: black;
	padding-left: 0.5em;
	padding-top: 0.25em;
}
.publication .abstract p {
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.publication .bibtex {
	margin-left: 1em;
	margin-top: 0.5em;
	border: 1px solid black;
	background-color: #FAFAFA;
	color: black;
	font-family: Courier, serif;
	padding: 0.5em;
}

/* News-Liste */
.news {
	margin-bottom: 1em;
	padding: 0.2em;
	width: 570px;
	table-layout: fixed;
	background-color: #DDDDDD;
}
.news th {
	text-align: center;
	padding-top: 6px;
	font-size: 1.3em;
}
.news tbody div {
	display: block;
	padding: 4px;
	margin-bottom: 4px;
	border: 2px solid black;
	background-color: white;
}
.news tfoot td {
	padding: 4px;
	border: 2px solid black;
	background-color: white;
}

/* Fusszeile */
#footer {
	display: block;
	clear: left;
	font-size: 0.8em;
	padding-top: 1.5em;
	padding-bottom: 0.5em;
}
#footer a {
	font-weight: normal;
	font-style: normal;
}