* {
	margin: 0px;
	padding: 0px;
}

html, body {
    height: 100%;
}

body {
	text-align:center;
	background-color: #8b8282;
	background-repeat: repeat-y;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

.bigcontainer {
	width: 850px;
	text-align: left;
	margin: auto;
	background-color: #F8F6E0;
	min-height: 100%;
	position: relative;	
}

* html #bigcontainer {
	height: 100%;
}

.container {
	width: 750px;
	text-align: left;
	padding: 0px;
	margin: auto;
	overflow: visible;
	background-color: #F8F6E0;
	height: 100%;
}

.spaceheader {
	height: 30px;
	background-color: #F8F6E0;
}

.leftdiv {
	width: 140px;
	float: left;
}

.rightdiv {
	width: 575px;
	margin-left: 175px;
}
	

.picture {
	background-image: url(../webimages/header_picture.jpg);
	margin-bottom: 25px;
	height: 210px;
}

.header {
	background-image: url(../webimages/header_name.jpg);
	margin-bottom: 15px;
	height: 115px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #F8F6E0;
	color: #000000;
}

.header .toptitle {
	display: block;
	text-align: right;
	margin-right: 0px;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.navi {
	width: 140px;
	font-size: 0.9em;
}

.navi li {
	list-style-type: none;
}

.navi .category {
	display: block;
	color: #990000;
	text-align: right;
	border-bottom: none !important;
	font-style: italic;
}

.navi .main {
	display: block;
}

.navi .main li {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 2px;
}

.navi .sub {
	margin-top: 30px;
	display: block;
}

.navi .sub li {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 2px;
}

.navi a {
	text-decoration: none;
	color: #0000CC;
	background-color: #F8F6E0;
	display: block;
}

.navi a:hover {
	color: #FF0000;
	background-color: #F8F6E0;
	text-decoration: none;
}

.title {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: right;
	color: #990000;
	background-color: #F8F6E0;
	background-image: url(../webimages/verlauf.png);
	background-repeat: repeat-y;
}

.title h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	background-color: #F8F6E0;
	color: #990000;
	display: inline;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.content {
	background-color: #F8F6E0;
	color: #000000;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.content .date {
	font-size: 0.75em;
	color: #990000;
	background-color: #F8F6E0;
	margin-top: 0px;
	margin-bottom: 2px;
}

.content img {
	text-align: center;
}

.content p {
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 0.95em;
}

.content h2 {
	font-size: 1.2em;
}

.content h3 {
	font-size: 1.1em;
}

.content ul {
	padding-left: 2em;
	font-size: 0.95em;
	text-align: justify;
}

.content ul ul {
	font-size: 0.85em;
	text-align: justify;
	list-style-type: none;
	margin-bottom: 5px;
	margin-top: 2px;
	padding-left: 0;
}

.content tr {
	font-size: 0.95em;
}

.content td {
	font-size: 0.95em;
}

.tabelle {
	font-size: 0.85em;
	border: solid 1px #000000;
	border-collapse: collapse;
	width: 550px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.tabelle tr {
	border: solid 1px #000000;
	font-size: 0.95em;
	padding:5px;
}

.tabelle th {
	border: solid 1px #000000;
	font-size: 0.95em;
	padding:5px;
}

.tabelle td {
	border: solid 1px #000000;
	font-size: 0.95em;
	padding:5px;
}

.tabelle ul {
	list-style-position: inside;
	padding-left: 3em;
	text-indent: -1em;
	font-size: 0.95em;
	text-align: justify;
}

h1, h2 {
	font-family: Georgia, "MS Serif", "New York", serif;
	font-weight: normal;
}

.footer {
	clear: both;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-top: 25px;
}

.footer p {
	font-size: 0.7em;
	text-align: center;
	color: #666666;
	background-color: #F8F6E0;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 5px;
}

.footer a:visited {
	color: #800080;
	background-color: #F8F6E0;
}

.footer a:hover {
	color: #FF0000;
	background-color: #F8F6E0;
}

a {
	text-decoration: none;
}

.content a:link {
	text-decoration: none;
	color: #0000CC;
	background-color: #F8F6E0;
}

.content a:visited {
	color: #800080;
	background-color: #F8F6E0;
}

.content a:hover {
	color: #FF0000;
	background-color: #F8F6E0;	
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.institution{
	font-style: italic;
}

.school{
	font-style: italic;
}