
* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

p {
	font-size: 0.9em;
}

#p.note {
	font-size: 0.8em;
}

p.top {
	background: #000000;
	color: #45587C;
	font-size: 0.85em; /* Seitennavigation */
	text-align: right;
}

p.mittig {
	text-align: center;
}

p.projekt {
	padding-bottom: 29px;
}

a {
	background: #000000;
	color: #EBEBEB;
}

a img {
	border:  none;
}

a.sitemap {
	margin-left: 103px;
}

ul.linklist ul li a:hover,
ul.linklist ul li a:active,
ul.linklist ul li a:focus {
	text-decoration: underline;
}

ul.linklist a {
	text-decoration: none;
}

li.navi a {
	text-decoration: underline;
}

h1 {
	font-size: 1.4em;
	margin: 0px 0px 50px 0px;
	
}

h2 {
	font-size: 1em;
	margin: 40px 0px 20px;
}

h2.center {
	text-align: center;
}

h2.index {
	margin-top: 80px;
}

hr {
	margin: 0px 0px 20px 0px;
}

ul {
    list-style: square;
	 margin-bottom: 40px;
}

ul.inhalt {
	font-size: 1.05em;
}

ul.keinabstand {
	margin-bottom: 0px;
}

ul.projekt {
	font-weight: bold;
}

ul.literatur {
	font-size: 0.9em;
}

ul li {
	margin-top: 20px;
}

ul ul {
	font-size: 97%;
	margin-left: 20px;
	list-style: disc;
	font-weight: normal;
	
}

ul ul ul {
	list-style: circle;
	margin-left: 40px;
	font-weight: normal;
}

li.barnav {
	margin-left: 20px;
}

li.kursiv {
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	list-style: none;
	margin: 0px 0px 40px 100px;
}

li.navi {
	list-style: none;
	text-align: right;
	font-size: 0.85em;
}

li.studies {
	margin-bottom: 144px;
}

li.links {
	margin-bottom: 61px;
	
	
}
address {
	font-style: normal;
	margin-top: 30px;
}



/* IDs */


#container {
	font-size: 105%;
	background: #000000;
	border-left: 1px solid #566D99;
	border-right: 1px solid #566D99;
	color: #EBEBEB;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 900px;
}

#header {
	background: url(../img/head_3.jpg) no-repeat;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	height: 100px;
	text-align: left;
	width: 100%;
}
#logo a {
	background: transparent;
	display: block;
	height: 100px;
	position: absolute;
	width: 200px;
}

#logo img {
	left: -2000px;
	position: absolute;
}

#main {
	border-left: 1px solid #FFFFFF;
	border-right: 10px solid #000000;
	line-height: 1.2em; /* to avoid the peekaboo bug */
	margin-left: 199px;
	position: relative;
}
#content {
	background: #000000;
	color: #EBEBEB;
	line-height: 150%;
	padding: 40px 30px 20px 40px;
}

#content p {
	margin: 10px 0;
	word-spacing: 0.1em;
}

#column {
	float: right;
	padding: 40px 21px 0px 50px;
	position: relative;
	width: 200px;
}

#column.projekte {
	float: right;
	padding: 41px 21px 0px 50px;
	position: relative;
	width: 300px;
}

#daten {
margin-left: 80px;
	margin-top: 40px;
	width: 250px;
	list-style: none;	
}

#daten li {
	list-style: none;
}

#aktuelles {
	position: relative;
	float: left;
	width: 55px;
	font-weight: bold;
}

#aktuelles li {
	list-style: none;
}


/* Navigation */

#navigation {
	background: transparent;
	left: 0px;
	padding-top: 50px;
	position: absolute;
	top: 115px;
}

#navigation a {
	display: block;
	font-size: 17px; /* Hauptnavigation */
	padding: 3px 0px 3px 10px;
	text-decoration: none;
	width: 189px;
}

#navigation a.akt:link,
#navigation a.akt:visited {
	background: #FFFFFF;
	color: #45587C;
	font-weight: bold;
}

#navigation a:link,
#navigation a:visited {
	background: #000000;
	color: #FFFFFF;
}

#navigation a:hover,
#navigation a:active,
#navigation a:focus {
	background: #EBEBEB;
	color: #000000;
	width: 189px;
}

#navigation li {
	background: transparent;
	list-style: none;
	margin: 0 0 10px 0;
	width: 189px;
}



/* Topnavigation */
#barnav {
	background: #000000;
	border-bottom: 1px solid #FFFFFF;
	color: #EBEBEB;
	font-size: 12px;
	font-weight: bold;
	height: auto;
	padding: 7px 9px 3px 0px;
	text-align: right;
	width: auto;
}

#barnav a {
	background: #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #EBEBEB;
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
	text-decoration: none;
}

#barnav a:hover,
#barnav a:active,
#barnav a:focus {
	background: #000000;
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

#barnav ul{
	margin-bottom: 0px;
}

#barnav li {
	display: inline;
}

/* Sekundärnavigation */
#footer {
	background: #566D99;
	color: #EBEBEB;
	font-size: 12px;
	padding: 8px 10px 10px 200px;
}

#footer a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#footer a.akt:link,
#footer a.akt:visited {
	background: #000000;
	color: #FFFFFF;
	padding: 8px 5px 0px 5px;	
}

#footer a:link,
#footer a:visited {
	background: #566D99;
	color: #FFFFFF;
}

#footer a:hover,
#footer a:active,
#footer a:focus {
	text-decoration: underline;
}

#footer li {
	display: inline;
	list-style: none;
}

#footer ul {
	margin-bottom: 0px;
}



