* {
	padding: 0px;
}
body {
	background-color: #CDA84A;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header {
	padding: 0px;
	height: 150px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/logo_neu.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#textheader {
	text-align: center;
	padding: 0px;
	width: 590px;
	height: 150px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	float: right;
}
#textheader h1 {
	text-align: center;
	margin-top: 35px;
	background-color: #FFFFFF;
	font-size: 18px;
	margin-bottom: 15px;
}
#textheader p {
	text-align: center;
	background-color: #FFFFFF;
	font-size: 14px;
}
/* header 1 startseite */
#textheader1 {
	text-align: center;
	padding: 0px;
	width: 590px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	float: right;
	height: 130px;
}
#textheader1 h1 {
	text-align: center;
	margin-top: 35px;
	background-color: #FFFFFF;
	font-size: 18px;
	margin-bottom: 15px;
}
#textheader1 p {
	text-align: center;
	background-color: #FFFFFF;
	font-size: 14px;
}

/* ende */
#naviTop {
	color: #FFFFFF;
	text-align: right;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #00A2E4;
	margin-top: 1px;
	margin-bottom: 1px;
}
#naviTop ul {
	color: #FFFFFF;
	margin-top: 2px;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 2px;
	background-color: #00A2E4;
}
#naviTop li {
	display: inline-block;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	list-style-type: none;
	padding-right: 20px;
	padding-left: 20px;
}
#naviTop li a:link, #naviTop li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	padding: 0px;
	line-height: 14px;
}
#naviTop li a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
	line-height: 14px;
}
#aktuellOben {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#content {
	background-color: #FFFFFF;
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#inhalt {
	text-align: left;
	float: right;
	width: 550px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	color: #666666;
	font-size: 0.9em;
}
#inhalt p {
	color: #666666;
}
#inhalt td {
	font-size: 1.2em;
}

#navi {
	width: 160px;
	padding: 0px;
	margin: 0px;
	background-color: #F7F0CE;
	float: left;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #00A2E4;
}
#navi li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00A2E4;
}
#navi a {
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#navi a:link {
	color: #006699;
	font-size: 12px;
	font-weight: normal;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F7F0CE;
}
#navi a:visited {
	color: #006793;
	font-size: 12px;
	font-weight: normal;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F7F0CE;

}
#navi a:hover {
	background-color: #F7F0CE;
	font-size: 12px;
	font-weight: normal;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #00A2E4;
}

#navi a.deaktiviert:link, #navi a.deaktiviert:visited, #navi a.deaktiviert:hover {
	background-color: #FAF4DC;
	color:#BFBFBF;
	font-size: 12px;
	font-weight: normal;
}
#aktuell {
	background-color: #F7F0CE;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #00A2E4;
}
#inhalt li {
	list-style-type: square;
	margin-bottom: 15px;
	margin-left: 30px;
}
#footer a {
	color: #FFFFFF;
}
#flyer {
	height: 150px;
	width: 100%;
}


.klein
{
	font-size: 0.8em;
}



h1 {
	font-size: 1.2em;
	color: #00A2E4;
}
.borderAll {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00A2E4;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #00A2E4;
}
.borderLeRi {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #00A2E4;
}
.clr {
	clear: both;
}
#footer {
	bottom: 5px;
	font-size: 10px;
	color: #FFFFFF;
	width: 750px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
}
a:link {
	font-weight: bold;
	color: #006793;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #00A2E4;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #006793;
	text-decoration: underline overline;
}
.right20 {
	margin-right: 20px;
	margin-bottom: 15px;
}
.bgweiss {
	color: #FFFFFF;
}
#inhalt h1 {
	color: #666666;
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 35px;
}
#inhalt h2 {
	color: #666666;
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDA84A;
}
#fontControls {
	font-size: 0.8em;
	text-align: right;
	margin-bottom: 20px;
}
#fontControls a {
	font-size: 0.8em;
	text-align: right;
	margin-right: 3px;
	border: 1px solid #00A2E4;
	padding: 3px;
	margin-left: 3px;
	text-decoration: none;
}
#fontControls a:hover {
	font-size: 0.8em;
	text-align: right;
	margin-right: 3px;
	border: 1px solid #CDA84A;
	padding: 3px;
	margin-left: 3px;
	color: #CDA84A;
}
table {
	font-size: 12px;
}
td {
	padding: 5px;
}
th {
	padding: 5px;
}
.links2sp {
	padding: 0px;
	float: left;
	width: 48%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.rechts2sp {
	padding: 0px;
	float: right;
	width: 48%;
	margin-top: 0px;
	margin-bottom: 0px;
}
#aua {
	margin-top: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#links {
	background-color: #FFFFFF;
	padding: 0px;
	float: left;
	width: 160px;
	margin-top: 0px;
	margin-left: 0px;
}
#bilder {
	padding: 0px;
	float: left;
	width: 160px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bilder2 {
	padding: 0px;
	float: left;
	width: 160px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.allBilder {
	border: 1px solid #CDA84A;
}
#bilder3 {
	padding: 0px;
	float: left;
	width: 160px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
}
.bg_blau/* wissprog */
 {
	color: #00A2E4;
	background-color: #DDEEFF;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 1px;
	border: 1px solid #00A2E4;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-weight: bold;
}
.bg_gelb {
	color: #00A2E4;
	background-color: #FFFFCC;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 1px;
	border: 1px solid #00A2E4;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-weight: bold;
}
.bg_gruen  {
	color: #00A2E4;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 20px;
	border: 2px solid #00A2E4;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.0em;
	font-weight: bold;
}
.bg_beige {
	background-color: #F1E8CD;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 1px;
	border: 1px solid #CDA84A;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.tab_bg_beige {
	background-color: #F4EED9;
}
.borderUnten {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00A2E4;
	text-align: right;
	width: 590px;
	float: right;
}
#headerStart {
	padding: 0px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/logo_neu.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #00A2E4;
}
#headerStart h1 {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
.rot {
	color: #FF0000;
}
.linie_news {
	border-bottom: 1px solid #CDA84A;
}
