body {
	color:#333000;
	background-color:white;
	margin:0px;
	padding:0px;
	font:0.8em Arial, helvetica, sans-serif;
}

ul, ol, dl {
	position: relative;

}

h1 {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:1.1em;
	font-weight:900;
	color:#980F08;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	background-color:#FFFFFF;
	}
	
h2 {
	font:bold 1em Arial, helvetica, sans-serif;
	margin:10px 0px 10px 0px;
	padding:0px;
	}
	
h3 {
	font:bold 0.9em Arial, helvetica, sans-serif;
	margin:10px 0px 10px 0px;
	padding:0px;
}
	
h5 {
font-size:0.9em;
font-weight:bold;
margin-top:-3px;
margin-bottom:5px;

}

hr {
	height:1px;
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: none;
	border-left: none #CCCCCC;
	clear:both;
}

p {
margin:0px;
padding:0px;
margin-top:5px;
margin-bottom:9px;
}

a {
	color:#980F08;
	font-family:Arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
	
a:link {color:#980F08;}
a:visited {color:#980F08;}
a:hover {}

a.bLink {
	color:#980F08;
	font-size:1em;
	font-family:Arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
	
a.bLink:link {color:#980F08;}
a.bLink:visited {color:#980F08;}
a.bLink:hover {color: #A80F08;
}
 
ul#siteMap {
font-size:1em;
font-family: Arial, helvetica, sans-serif;
}

ul#siteMap li {
font-family: Arial, helvetica, sans-serif;
}

/*-----------------*/

#topnavig {
	background-image:url(../res/bg_top_nav.jpg);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	width:725px;
	height:100px;
	top:0px;
	left:150px;
	position:relative;
}

#navig {
	position:absolute;
	top:60px;
	left:10px;
}


#navAlpha {
	position:absolute;
	width:150px;
	height:768px;
	top:0px;
	left:0px;
	background-image:url(../res/bg_left_nav.jpg);
	background-repeat:no-repeat;
	padding:115px 0px 10px 0px;
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	clear:right;
	float:left;
}

body>#navAlpha {width:150px;}

#navBeta {
	position:absolute;
	width:105px;
	height:768px;
	top:0px;
	right:0px;
	background-image:url(../res/bg_right_nav.jpg);
	background-repeat:no-repeat;
	padding:115px 10px 10px 10px;
	z-index:0;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:105px;
	float:right;
}

body>#navBeta {width:105px;}

.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:500px;
	margin:0px 127px 0px 152px;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

.story{
	clear: both;
	padding: 10px 0px 0px;
	font-size: 1em;
	border: 1px solid #980F08;
	margin-bottom: 5px;
	background-color:#FFFFFF;
	display: table;
	width:100%;
	min-height: 1px
}

.story h4{
	color:#980F08;
	font-size:0.9em;
	font-weight:bold;
	margin: -10px 0px 5px;
	padding-top: 0px;
	padding-bottom: 1px;
	line-height:normal;
	border-bottom: 1px inset #980F08;
}

.story p{
	padding: 0px 5px 0px 5px;
	margin-bottom:2px;
	line-height:1.2em;
}
*
.story_a{
	clear: both;
	padding: 0px 0px 0px 0px;
	font-size: 1em;
	border: 0px solid;
	margin-bottom: 2px;
	background-color:#FFFFFF;
	display: table;
	min-height: 1px
}

.story_a h4{
	color:#980F08;
	font-size:0.9em;
	font-weight:bold;
	margin: -10px 0px 2px;
	padding-top: 0px;
	padding-bottom: 1px;
	line-height:normal;
	border-bottom: 1px inset #980F08;
}
/*
.story_a p{
	padding: 0px 5px 0px 5px;
	margin-bottom:2px;
	line-height:1.2em;
}
*/

#navig_line1, #navig_line2 {
	width:550px;
	padding:0px;
	font-size:1px;
}

#navig_line1 img, #navig_line2 img {
	margin:1px;
}

.subMenu, .subMenu2, .subMenu4, .subMenu5, .subMenu6, .subMenu7, .subMenu8 {
	color:#FFFFFF;
}

.subMenu {
	background-color:#FBCC88;
}

.subMenu2 {
	background-color:#E58785;
}

.subMenu4 {
	background-color:#CC88C1;
}

.subMenu5 {
	background-color:#D2E9FF;
}

.subMenu6 {
	background-color:#97B1D4;
}

.subMenu7 {
	background-color:#C9E391;
}

.subMenu8 {
	background-color:#98CA95;
}

.subMenu9 {
	background-color:#33c1bd;
}

.subMenu h4, .subMenu2 h4, .subMenu4 h4, .subMenu5 h4, .subMenu6 h4, .subMenu7 h4, .subMenu8 h4, .subMenu9 h4{
	color:#FFFFFF;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: none;
	white-space:nowrap;
	font: bold normal 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	margin:0px;
	line-height:12px;
}

.subMenu h4 {
	background-color:#FF9900;
}

.subMenu2 h4 {
	background-color:#CC0000;
}

.subMenu4 h4 {
	background-color:#990099;
}

.subMenu5 h4 {
	background-color:#99CCFF;
}

.subMenu6 h4 {
	background-color:#3366CC;
}

.subMenu7 h4 {
	background-color:#99CC33;
}

.subMenu8 h4 {
	background-color:#339900;
}

.subMenu9 h4 {
	background-color:#009897;
}

.subMenu ul, .subMenu2 ul, .subMenu4 ul, .subMenu5 ul, .subMenu6 ul, .subMenu7 ul, .subMenu8 ul, .subMenu9 ul {
	list-style: none;
	text-indent:0px;
	padding-bottom:5px;
	padding-left:1px;
	padding-right:0px;
	padding-top:5px;
	margin:0px;
	font-size:4px;
}

.subMenu li, .subMenu2 li, .subMenu4 li, .subMenu5 li, .subMenu6 li, .subMenu7 li, .subMenu8 li,  .subMenu9 li {
	line-height:19px;
}

.subMenu a:link, .subMenu a:visited, .subMenu2 a:link, .subMenu2 a:visited, .subMenu4 a:link, .subMenu4 a:visited, .subMenu5 a:link, .subMenu5 a:visited, .subMenu6 a:link, .subMenu6 a:visited, .subMenu7 a:link, .subMenu7 a:visited, .subMenu8 a:link, .subMenu8 a:visited, .subMenu9 a:link, .subMenu9 a:visited{
	color:#000000;
	font-size:14px;
	line-height:15px;
	font-family:Arial, helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
}

.subMenu a:hover, .subMenu2 a:hover, .subMenu4 a:hover, .subMenu5 a:hover, .subMenu6 a:hover, .subMenu7 a:hover, .subMenu8 a:hover, .subMenu9 a:hover {
	text-decoration:underline;
}

#satzungenListe, #Liste {
margin-top:5px;
margin-bottom:10px;
}

#satzungenListe ul,#Liste ul {
list-style: square url(none);
margin:0px;
padding:0px;
padding-left:20px;
padding-top:4px;
}

#satzungenListe li,#Liste li {
padding-bottom:10px;
}

#contentHMenu {
text-align:center;
margin-top:5px;
margin-bottom:10px;
}

#contentHMenu ul {
list-style:none;
margin:0px;
padding:0px;
padding-top:4px;
}

#contentHMenu li {
line-height:2em;
display:inline;
}

#contentHMenu a:link, #contentHMenu a:visited {
padding: 3px 10px 2px 10px;
color:#000000;
background-color:#ffffff;
text-decoration:none;
border-bottom:1px solid #980f0a;
}

#contentHMenu a:hover {
border-bottom:2px solid #980f0a;
}

#contentHMenu2 {
text-align:center;
margin-top:5px;
margin-bottom:10px;
}

#contentHMenu2 ul {
list-style:none;
margin:0px;
padding:0px;
padding-top:4px;
}

#contentHMenu2 li {
font-size:1em;
line-height:2em;
display:inline;
border-right:1px solid #000000;
}

#contentHMenu2 li#last {
font-size:1em;
line-height:2em;
display:inline;
border-right:0px solid #000000;
}

#contentHMenu2 a:link, #contentHMenu2 a:visited {
font-size:0.9em;
font-weight:bold;
padding: 3px 10px 3px 10px;
color:#000000;
background-color:#ffffff;
text-decoration:none;
border-bottom:0px solid #980f0a;
}

#contentHMenu2 a:hover {
border-bottom:1px solid #980f0a;
}

.gototop {
	display:block;
	padding:0px;
	margin:0px;
	clear: both;
	float: none;
}

.gototop div{
color:#990099;
}

#siteInfo{
	clear: both;
	text-align:center;
	position:relative;
	bottom:0px;
	width:auto;
	font-size: 90%;
	color: #980F08;
	padding: 2px 0px 2px 0px;
	border-top: 1px solid #980F08;
}

#cidColor {
color:#980F08;
}

#color1 {
color: #FF9900;
border-color:#FF9900;
}

#color2 {
color: #CC0000;
border-color:#CC0000;
}

#color4 {
color:#990099;
border-color:#990099;
}

#color5 {
color: #99CCFF;
border-color:#99CCFF;
}

#color6 {
color:#3366CC;
border-color:#3366CC;
}

#color7 {
color: #99CC33;
border-color:#99CC33;
}

#color8 {
color: #339900;
border-color:#339900;
}

#color9 {
color: #33c1bd;
border-color:#33c1bd;
}

.aktuellesStory {
	border: 0px none;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:1px;
	margin-top:0px;
}

.aktuellesStory hr {
padding:1px;
margin:1px;
}

.aktuellesStory h3 {
	color: #FFFFFF;
	letter-spacing:0.1em;
	background: #990099;
	margin: 1px;
	margin-bottom:10px;
	padding: 1px;
	height: auto;
	width: auto;
}
/*
.aktuellesStory p{
font:0.8em Arial, helvetica, sans-serif;
}
*/

#gototop, .gototop {
padding:0px;
margin:0px;
display:block;
}

div.right { 
float: left; 
width: auto; 
clear: right; 
margin-left: 5.3em; 
margin-right: .3em; 
} 

#fixWidth {
font:0.8em Arial, helvetica, sans-serif;
display:inline;
}
.meldung_rot {
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #FF3333;
	border: 1px double #FF6600;
	text-align: center;
	margin:5px 5px;
	padding:2px;
}

#altRowColor1 {
background-color:#F5E4BC;
}

#altRowColor2 {
background-color:#FFD5D5;
}

#altRowColor4 {
background-color:#FFE6FF;
}

.extern {
background-image:url(../res/extern.gif);
background-repeat:no-repeat;
background-position:right;
padding-right:15px;
}

#extern {
background-image:url(../res/extern.gif);
background-repeat:no-repeat;
background-position:right;
padding-right:15px;
}

#pdf {
background-image:url(../res/pdf.gif);
background-repeat:no-repeat;
background-position:right;
padding-right:30px;
}


img.vgOrte {
	margin-top: 5px;
	margin-bottom: 5px;
}

.imgCaption {
	background-color:#CCCCCC;
	text-align:center;
	margin:auto;
	font-family: Arial, helvetica, sans-serif;
	font-size: 0.9em;
}

img {
	border: 0px;
	padding: 0px;
}

img.right {
	float:right;
	padding:0px;
	margin:5px;
}

img.left {
	float:left;
	padding:0px;
	margin:5px;
}

img.center {
	float:none;
	padding:0px;
	margin:auto;
}

.imgCenter {
	background-color:#DDDDDD;
	font:0.8em Arial, helvetica, sans-serif;
	text-align:center;
	border: 0px;
	padding: 0px;
	margin: auto;
}

.imgLeft {
	background-color:#DDDDDD;
	font:0.8em Arial, helvetica, sans-serif;
	text-align:center;
	float:left;
	border: 0px;
	padding:0px;
	margin:5px;
}

.imgRight {
	background-color:#DDDDDD;
	font:0.8em Arial, helvetica, sans-serif;
	text-align:center;
	border: 0px;
	padding:0px;
	margin:5px;
	float:right;
	clear: right;
}

.imgTop {
	background-color:#DDDDDD;
	font:0.8em Arial, helvetica, sans-serif;
	text-align:center;
	border: 0px;
	padding: 5px;
	margin:3px;
	float:none;
	clear:both;
}

table.borderOff {
border: 0px none #999999;
}

table.borderOff tr, table.borderOff td, table.borderOff th {
border: 0px none #999999;
background-color:#FFFFFF;
}

table.borderOnFix {
background-color:#FFFFFF;
	border: 1px solid #999999;
	empty-cells:show;
	border-collapse:collapse;
	margin-top:10px;
	margin-bottom:10px;
}

table.borderOnFix caption {
	background-color:#F5F5F5;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
}

table.borderOnFix th {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	background-color:#CCCCCC;
	border: 1px solid #999999;
	padding:1px;
}

table.borderOnFix td {
	font-size:11px;
	border: 1px solid #999999;
	padding:1px;
}

table.borderOn {
background-color:#FFFFFF;
	border: 1px solid #999999;
	empty-cells:show;
	border-collapse:collapse;
	margin-top:10px;
	margin-bottom:10px;
}

table caption {
	background-color:#F5F5F5;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:0.9em;
}

table th {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:0.9em;
	background-color:#CCCCCC;
	border: 1px solid #999999;
	padding:1px;
}

table td {
	border: 1px solid #999999;
	padding:1px;
}

dl {
float:left;
margin:0px;
padding:5px;
}

dt {
display:inline;
margin:0px;
padding:0px;
}

dd {
background-color:#CCCCCC;
text-align:center;
margin:0px;
padding:0px;
font-size:12px;
}

.clear {
clear:both;
float:none;
}
