/* --- Gerneral -- */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.2em;
	font-family: Verdana, Arial, sans-serif;
	color: #000;
	background: #fff;
}

#main {
	position: relative;
	margin: 0 auto;
	width: 78em;;
	text-align: left;
	background-color: #fff;
}

.logo {
	border: 0;
	vertical-align: middle;
}

.slogan {
	font-size: large;
	height: 177px;
	font-size: 1.2em;
}

#navi {
	width: 78em;
	background: #E3007A;
}

#navi ul {
	list-style-type: none;
	margin: 0 0 0 65px;
	border-left: 8px solid black;
}

#navi ul li {
	display: inline;
	padding: 5px 0;
}

#navi ul li a:link, #navi ul li a:visited {
	padding: 0 10px;
	font-size: 1.2em;
	line-height: 2em;
	text-decoration: none;
	color: black;
	font-weight: bold;
	border-left: 1px solid black;
}

#navi ul li a.first:link, #navi ul li a.first:visited {
	border: 0;
}

#navi ul li a.aktiv:link, #navi ul li a.aktiv:visited {
	text-decoration: underline;
}


#content {
	position: relative;
	padding: 20px;
	margin: 0 65px;
	border-left: 8px solid black;
	border-right: 8px solid black;
}

#content p  {
	margin: 6px 0;
	padding: 4px 0;
}

#content ul, ol {
	margin: 5px 25px;
	padding: 0;
	list-style-type: none;
}

#content li {
	padding: 2px 0;
}

#content blockqoute {
	margin: 5px 25px;
}

#content img {
	margin: 5px;
}

#content h1 {
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 10px 0;
}

#content h2 {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 8px 0;
}

#content h3 {
	margin: 6px 0;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
}

#content h4 {
	margin: 4px 0;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
}

#content address {
	font-style: normal;
	margin: 0;
	padding: 0;
}

#content abbr {
	text-decoration: none;
	border: 0;
}

#content table {
	width: 99%;
	border: 1px solid black;
	border-collapse: collapse;
}

#content table th.Uhrzeit {
	width: 10%;
}

#content table th.Autor {
	width: 30%;
}

#content table th.Publikationen {
	width: 60%;
}


#content table tr {
	border: 1px solid black;
}

#content table th {
	text-align: center;
	border: 1px solid black;
	padding: 2px;
}

#content table td {
	vertical-align: top;
	text-align: left;
	border: 1px solid black;
	padding: 2px;
}

.zentriert {
	text-align: center;
}

.gross {
	text-transform: uppercase;
}

img.float_left {
	float: left;
	margin: 15px 15px 15px 0;
	border: 0;
}

img.float_right {
	float: right;
	margin: 15px 0 15px 15px;
	border: 0;
}

hr {
	clear: both;
	color: #fff;
	background: #fff;
	border: 0;
	margin: 0;
	height: 2px;
}


#footer {
	border-top: 5px solid #E3007A;
	text-align: center;
	font-size: x-small;
	padding: 5px
}

#footer a:link, #footer a:visited, #content a:link, #content a:visited {
	color: #E3007A;
	text-decoration: underline;
}

#footer a:hover, #content a:hover {
	color: black;
	text-decoration: underline;
}

.icon {
	vertical-align: middle;
}
