/*Coppiright: Sebastian Eckardt*/

body {
   background-color: #3399CC;
   font-size: 100.1%; /*neu*/
   margin: 0px;
   padding: 0px;
}

.aktuell {
	color: Black;
	border: 1px solid Black;
	display: block;
}

.infotab {
	border: thick Black;
	table-layout: fixed;
}

.teaser {
	font-weight: bold;
	font-size: larger;
	border-bottom: 20px;
}

.teaser p {
	border-bottom: none;
}

.invisible {
 display: none;
}

.flLeft {
	float: left;
}

.flRight {
	float: right;
}

.flTop {
	float: inherit;
}

/*div rür Logo*/
#logo {
	background-color: #003399;
	width: 15%;
	padding: 1%;
	float: left;
	margin: 0px -3px 0px 0px;
}

/*div für Hauptnavigation*/
#top {
	height: 65px;
	background-color: #003399;
	font-weight: bold;
	font-size: 1.2em; /*vorher 16pt*/
	font-family: Arial, Helvetica, sans-serif;
	color: Aqua;
	margin: 0% 0% 0% -3px; /*vorher 17%-3px*/
	padding: 10px 0px 5px 5px;
}

#top a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	margin: 0px 1px 0 1px;
	width: 7em;
	border: 1px solid Black;
}

#top a:hover {
       background-color: #3399CC;
}
#top li {
	list-style: none;
	display: inline;
	padding: 0 0 0 1%;
	text-align: center;
	float: left;
}
#top ul {
	height: 60px;
	text-align: center;
}
#top aktuell {
	width: 7em;
	margin: 0px 1px 0px 1px;
       width: 7em;
       display: block;
}

/*div für linke navigation*/
#left {
	clear: left;
	float: left;
	width: 15%;
	background-color: #003399;
	margin: 0px -3px 0px 0px;
	padding: 1%;
	font-size: 0.91em; /*vorher 12pt*/
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	height: 100%;
}

#left a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 2px 0px 2px 0px;
	display: block;
	border: 1px solid Black;
}

#left a:hover {
	background-color: #3399CC;
}
#left ul {
   list-style: none;
}
#left li {
	list-style: none;
	list-style-image: none;
	margin: 2px 0px 2px 0px;
	padding: 2px 0px 2px 0px;
}

#left span {
	margin: 4px 0px 4px 0px;
}

/*div für Inhaltsanzeige*/
#inhalt {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	list-style-type: disc;
	font-size: 0.91em; /*vorher 12pt*/
	background-color: #3399CC;
	margin: 1px 0% 0px 17%;
	padding: 0% 0% 0% 1%;
	border: 0;
	float: inherit;
}
#inhalt a {
	color: #FFFFFF;
}

#inhalt a:hover {
   background-color: #003399;
}

#inhalt h2 {
	text-align: center;
}

