* {
	margin: 0;
	padding: 0;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	font-weight: normal;
	color: #ffffff;
	margin: 0;
	padding: 0;
	min-width: 740px;
	max-width: 1280px;
	background-color: #666666;
}

/* Crasht IE wenn < Wert zu klein ge&auml;hlt */
#wrapperall {
	width: expression(document.body.clientWidth < 820? "770px": "100%" );
}


a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #ffffff;
}

a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #ffffff;
}

a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #ffffff;
}

#kopfgrafik {
	width: 100%;
	background-image: url(/pix/hg_bildleiste.gif); 
	background-repeat: repeat-x;
	height: 200px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#besucher {
	position: relative;
	float: right;
	margin-right: 75px;
	margin-top: -30px;
	font-size: 12px;
	font-weight: bold;
	z-index: 100;
	color: #000000;
} 

* html #besucher {
	margin-right: 37px;
}

#kopf1 {
	position: absolute;
	float: left;
	width: 115px;
	padding-top: 0px;
	z-index: 1;
}

#kopf2 {
	padding-left: 118px;
	z-index: 10;
}



/* Wrapperelemente */

#wrapperouter {
	width: 100%;
	margin-top: -20px;
	overflow: hidden;
}


/* Linke Spalte */

#leftcol {
	position: absolute;
	left: 0px;
	background-color: #666666;
	width: 16em;
}

.hidden {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}


.leftnav {	
	padding: 0;
	background-color:  #000000;
	margin: 0px;
	
}

.leftnav ul {
	margin: 0;
	padding: 0;
	background-color:  #000000;
}

.leftnav li {
	border-bottom: 1px solid #cccccc;
	padding-top: 1px;
   line-height: 1.78em;
	padding-left: 25px;
	padding-right: 0px;
	list-style-type: none;
	background-image: url(/pix/nav_kasten_i.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	font-size: 1.13em;
}

.leftnav a:link, .leftnav a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.leftnav a:hover, .leftnav a:active, .leftnav a:focus {
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
}

.leftnav ul.subnav  {
	margin-left: -25px;
	margin-bottom: -1px;
	background-color:  #333333;
}

.leftnav ul.subnav li {
	list-style-type: none;
	background-image: url(/pix/subnav_kasten_i.gif);
  	background-position: 2px 3px;
  	background-repeat: no-repeat;
	border-bottom: 1px solid #cccccc;
	background-color:  #333333;
	padding-left: 30px;
	/*padding-top: 1px;*/
padding-top: 6px;
padding-bottom: 5px;
	/*line-height: 1.65em;*/
line-height: 1.1em;
	color: #ffffff;
	font-size: 0.93em;
}

.subnav a:link, .subnav a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

.subnav a:hover, .subnav a:active, .subnav a:focus {
	font-weight: normal;
	text-decoration: underline;
	color: #ffffff;
}


dfn {
  position: absolute;
  top: -1000px;
  left: -1000px;
  display: inside;  
}

.leftnav strong {
	display: block;
	margin: 0px;
	font-weight: bold;
}

.subnav strong {
	display: block;
	margin: 0px;
	font-weight: normal;
}

/* Mittlere Spalte */

#centercol {
	margin-top: 0px;
	margin-left: 17em;
	margin-right: 1em;
	padding: 15px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-color: #000000;
	min-height: 250px;
	height: 100%;
	overflow: hidden;
	width: auto;
}

* html #centercol {
	height: 1%;
	margin-right: 17em;
}

#centercol h1 {
	font-size: 1.7em;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 10px;
	background-image: url(/pix/kasten.gif);
	background-position: 0px 6px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

* html #centercol h1 {
	margin-top: 15px;
}

#centercol h2 {
	font-size: 1em;
	color: #ffffff;
	margin-bottom: 5px;
}

.container {
	padding: 0px;
	margin-bottom: 20px;
	overflow: hidden;
	width: auto;
   line-height: 140%;
}

* html .container {
	height: 1%;
}

.container p {
	margin-bottom: 15px;
}

.container ul {
  list-style-type: disc;  
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}

* html .container ul {
  height: 1%;
}

.container ol {
  list-style-type: decimal-leading-zero;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.container ul li {
  margin-left: 1.5em;
}

.container ol li {
  margin-left: 2.2em;
}

* html .container ol li {
  margin-left: 2.8em;
}

.textblock {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.3em;
	overflow: hidden;
	width: auto;
}

.textblock img {
	border: none;
}

.left {
	float: left;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 3px;
	padding-left: 0px;
}

.right {
	float: right;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 3px;
	padding-right: 0px;
}

.bildoben {
	padding: 0px;
	float: none;
	margin-bottom: 5px;
}

.unten {
	
}

.bildunterschrift {
	padding: 4px;
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	display: block;
}


/* Rechte Spalte */

#rightcol {
	float: right;
	width: 16em;
	margin-top: 0px;
}

#rightcol a:link, #rightcol a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

#rightcol a:hover, #rightcol a:active, #rightcol a:focus {
	font-weight: normal;
	text-decoration: underline;
	color: #ffffff;
}

.blockrechts {
	background-color: #000000;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.reiherechts {
	border-bottom: 1px solid #cccccc;
	padding-left: 5px;
	line-height: 2.1em;
}

.reiherechtsbild {
	text-align:left;
	padding-top: 10px;
}

.reiherechtstext {
	text-align: left;
	padding-left: 5px;
}

* html .reiherechtstext {
	height: 1%;
}

.boxtext {
	background-color: #000000;
	padding-bottom: 3px;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px; 
	text-align: left;
	line-height: 110%;
	padding: 5px;
	padding-left: 10px;
}

#rightcol h4 {
	font-size: 1.1em;
	font-weight: bold;
	background-color: #333333;
	margin: 0;
	margin-top: 0px;
	padding: 5px;
	padding-left: 10px;
	color: #ffffff;
}


/* Ende Rechte Spalte */




/* Allgemeine Klassen */

.headlinelist li {
	margin: 0;
	list-style-type: none;
	background-image: url(/pix/kasten2.gif);
  	background-position: 0px 9px;
  	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 15px; 
	font-size: 1.15em;
}

#centercol h3 {
	background-image: url(/pix/kasten2.gif);
  	background-position: 0px 9px;
  	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 15px; 
	font-size: 1.15em;
	color: #ffffff;
	margin-bottom: 5px;
}

.containerliste {
	padding: 0px;
	overflow: hidden;
   width: 100%;
}

.textblockliste {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.3em;
	padding: 0px;
	padding-bottom: 20px;
	margin-bottom: 20px;
   width: 100%;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px; 
}

.textblockliste img {
	border: none;
}

.rand {
	margin-left: 140px;
}

* html .rand {
	height: 1%;
}

.rand h3 a {
	color: #ffffff;
}

.nowrap a {
	color: #ffffff;
	white-space: nowrap;
}


/* Tabelle neuer Editor */

.contenttable {
	width: 98%;
}

.contenttable th {
	text-align: left;
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
}

.contenttable td {
	background-color: #666666;
	font-weight: normal;
	border-spacing: 1px;
	padding: 3px;
	vertical-align: top;
	color: #ffffff;
}

/* Sitemap */
#sitemap {
	margin: 0px;
	padding: 0px;
}

#sitemap .leftnav {	
	padding: 0;
	margin: 0px;
	background-color: #000000;
	border: none;
	margin-bottom: 2em;
}

#sitemap .leftnav ul {
	margin: 0;
	border: none;
	list-style-type: none;
	padding: 0;
	
}

#sitemap .leftnav li {
	border: none;
	padding-left:30px;
	list-style-type: none;
}

#sitemap dfn {
  position: absolute;
  top: -1000px;
  left: -1000px;
  display: inside;  
}

#sitemap .leftnav li strong {
	padding: 0px;
	font-weight: bold;
}

/* Formulare */
fieldset {
	padding: 10px;
	margin-bottom: 1em;
}
.formcontainer {
	overflow: hidden;
	margin-bottom: 0.5em;
}
.label {
	float: left;
	width: 30%;
}
.field {
	margin-left: 30%;
}
.zeigmichnichtan {
	visibility: hidden;
	position: absolute;
}
