html
{
  font-size: 0.8em;
}
* {
	margin: 0;
	padding: 0;
	}
body {
	color: #222222;
	font-family: Arial;
	}
a {
	color: #0000FF;
	text-decoration: none;
	}
a:hover {
	text-decoration:underline;
	}
a:visited {
	text-decoration: none;
	}
a img {
	border: 0 none;
	}
h1,h2,h3, h4 {
	color: black;
	margin-bottom: 10px;
	}
h3, h4 {
    	text-align: center;
}
ul, ol {
	margin-left: 18px;
	}
p {
	margin-bottom: 10px;
	}
img {
	margin-bottom: 9px;
	}
.right {
  width: 200px;
  text-align: right;
  vertical-align: top;
  font-style: italic;
}
.left {
  text-align: left;
  background-color: #EEE;
  width: 550px;
}
.box {
  border: 1px solid #ccc;
  width: 848px;
  padding: 20px;
  margin-top: 50px;
}
.box table {
  margin-left: 100px;
}
.box td {
  padding: 10px;
}
	
#webseite {
    margin: auto;
    top: 0px;
    width: 950px;
    height: auto;    
	}
  
#header {
	height: 97px;
	width: 950px;
	background-image: url(../img/header.jpg);
	text-indent: -9999px;
	}	
/* Hauptmenü*/
	#menu {
		height: 51px;
		background-color: #003466;
		background:url(../img/menu.jpg) no-repeat;
		}
	#menu ul {
		margin: 0 0 0 30px;
		padding: 0;
		list-style: none;
		}
	#menu li {
		display: inline;
		}
	#menu a {
		display: block;
		float: left;
		width: 147px;
		height: 36px;
		padding: 15px 0 0 0;
		text-decoration: none;
		text-align: center;
		font-size: 1em;
		font-weight: bold;
		color: white;
		border-left: 1px solid white;
		
		}
	#menu a:hover {
		background-color: #3266cc;
		}
	
	#menu a:active {
		background-color: #3266cc;
		}

/* Untermenü */
	.untermenu {
		height: 50px;
		text-align: center;
		font-weight: bold;
		}
	.untermenu ul {
		list-style: none;
		}
	.untermenu li {
		display: inline;
		}
	.untermenu a {
		margin: 10px;
		}
	.untermenu a:hover {
		text-decoration: underline;
		}

  
  /*.submenue  {
    height: 30px;
		text-align: center;
		font-weight: bold;
    background-color: #003466;    
    display: none;    
    }  */
    
  #submenue .sub { display: none; }
  
  .submenue a {
    height: 30px;
		text-align: center;
		font-weight: bold;
    background-color: #003466;
    border-top: 1px solid #FFFFFF;
        
    }    

#menueheader {
  position: fixed;
  margin: auto;
  top: 0px;
}
	
#content {
  margin-top: 0px;
  padding: 0 30px 0 30px;
	min-height: 550px;
	height: auto !important;
  /*height: 250px;
	background:url(../img/content.jpg) no-repeat;
	border: 1px dotted green; */
	}

#textblock {
  padding: 10px 0;
  text-align: justify; 
  z-index: 0;
}

#sitecaption {
  color: #3266cc;
  text-align: left;
  margin-bottom: 20px;
}

p#aktuellcapt {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  padding-top: 25px;
  padding-bottom: 15px;
}
p#aktuell {
  text-align: justify;
  padding-top: 0px;
  padding-bottom: 15px;
  border: none;
}

p#norm {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: justify;
}

p#norm_padleft {
  padding-top: 0px;
  padding-left: 25px;
  padding-bottom: 15px;
  text-align: justify;
}

.info_pic {
  border: 2px solid #EEE;
  background-color: #EEE;
}

.info_b {
  font-weight: bold;
  vertical-align: top;
  width: 150px;
  text-align: right;
  background-color: #EEE; 
  border-bottom: 1px solid #FFFFFF;
  padding-right: 10px;
}

.info_norm {
  width: 350px;
  padding-left: 10px;
  border-bottom: 1px solid #EEE;
  border-right: 1px solid #EEE;
  vertical-align: top;
}

.vortr_b {
  font-weight: bold;
  vertical-align: top;
  width: 100px;
  text-align: left;
  background-color: #EEE; 
  border-bottom: 1px solid #FFFFFF;
  padding-left: 10px;
}

.vortr_norm {
  width: 600px;
  padding-left: 10px;
  border-bottom: 1px solid #EEE;
  border-right: 1px solid #EEE;
  vertical-align: top;
}

.tab_captleft {
  font-weight: bold;
  vertical-align: middle;
  width: 250px;
  height: 30px;
  text-align: left;
  background-color: #EEE; 
  border-bottom: 1px solid #FFFFFF;
  padding-left: 10px;
}

.tab_captright {
  font-weight: bold;
  vertical-align: middle;
  width: 600px;
  height: 30px;
  text-align: left;
  background-color: #EEE; 
  border-bottom: 1px solid #FFFFFF;
  padding-left: 10px;
}

.tab_norm {
  font-weight: normal;
  vertical-align: middle;
  width: 250px;
  height: 30px;
  text-align: left;
  background-color: none; 
  border-bottom: 1px solid #EEE;
  padding-left: 10px;
}

ul li#inhalt {
  padding-bottom: 15px;
}

ul li#inhalt a {
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}

ul li#inhalt a:hover {
  color: #3266cc;
  font-weight: normal;
  text-decoration: none;
}
  
#footer {
	width: 950px;
	background:url(../img/footer.jpg);
	background-repeat:repeat-x;
	text-align: center;
	padding: 9px 0 9px 0;
	position: absolute;
	bottom: 0;
	}

#footer_bottom {
  margin-bottom: 10px;
}

#Anlagen a{
	font-weight: bold;
}


.veroeffentlichungszeile
{
  font-size: 9pt;
  color: gray;
  text-align: justify;
}
.schriftgroesse10pt
{
  font-size: 10pt;
}     
ol > li
{
  margin-bottom: 10px;
}    

.ml
{
 margin-left: 20px; 
}
.ml2
{
 margin-left: 30px; 
}
.ml3
{
  margin-left: 22px;
}
.ml4
{
  margin-left: 33px;
}
.abschnitt
{
  font-style: italic;
  text-align: center;
  text-decoration: underline;
  color: gray;
}
.kostentab td
{
  padding: 8px;
  background-color: #DDD;
  font-size: 10pt;
}

.liste
{
   float: left;
}
.eintrag
{
  margin-left: 20px;
  margin-bottom: 10px;
}

