* {
	margin: 0; 
	padding: 0;
}

/*
html {overflow-y: scroll;}
*/

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100.01%; 
	color: #000;
	background-image: url("../gfx/bg_body_streifen.gif");
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #f0f0f0;
}

a:focus {
	border: 1px solid #757478;
}

/* Sprunglinks */

#sprunglinks {
	position: absolute;
  	width: 100%;
  	top: -2000px;
  	left: -2000px;
  	z-index: 50;
}

#sprunglinks a {
  	position: absolute;
  	top: -2000px;
  	left: -2000px;
  	font-size:  .9em;
  	font-weight: bold;
  	text-decoration: underline; 
}

#sprunglinks a:active,
#sprunglinks a:focus {
	position: absolute;
  	top: 2010px;
  	left: 2300px;
  	color: #171717;
  	background: #fff; 
  	width: 15em;
  	z-index: 50;
}

/* Sprunglinks Ende */ 

#wrapper {
	width: 62em;
	margin: .5em auto .5em 1%;
	background-color: #fff;
    	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    	-webkit-border-top-left-radius: 20px;
    	-webkit-border-top-right-radius: 20px;
    	-khtml-border-top-left-radius: 20px;
    	-khtml-border-top-right-radius: 20px;
    	-moz-border-radius-topleft: 20px;
    	-moz-border-radius-topright: 20px;
   	border-top-left-radius: 20px;
   	border-top-right-radius: 20px;
   	-webkit-border-bottom-left-radius: 20px;
    	-webkit-border-bottom-right-radius: 20px;
    	-khtml-border-bottom-left-radius: 20px;
    	-khtml-border-bottom-right-radius: 20px;
    	-moz-border-radius-bottomleft: 20px;
    	-moz-border-radius-bottomright: 20px;
   	border-bottom-left-radius: 20px;
   	border-bottom-right-radius: 20px;    
}

#headslogan {
	position: relative;
	background-color: transparent;
	color: #000;
	padding: 0;
	border-bottom: 3px solid #c9c9c9;  	
}

#headslogan p.wappen {
	position: relative;
	left: 0;
	margin: 0;
	padding: .7em;
	width: 30%;
}
#headslogan p.wappen img {
	margin: 0;
	width: 254px;
	height: 44px;
}

/* Webseitensuche */

#headslogan div#anmelden {
	position: absolute;	
	float: right;
	top: 1.8em;
	right: 22.8em;
	width: 5.4em;
	margin: 0;
	padding: .15em;
	font-size: .8em;
	text-align: center;
	border: 1px solid #2999b4;
}
#headslogan div#anmelden a {
	text-decoration: none;
	color: #235D6D;
}

#headslogan div#schriftgroesser {
	position: absolute;	
	float: right;
	top: 1.45em;
	right: 14em;
	width: 3.4em;
	margin: 0;
	padding: 0;
}

#headslogan div#suche {
	position: absolute;	
	float: right;
	top: 1.4em;
	right: 0;
	width: 14.5em;
	text-align: left;
}

#headslogan div#suche fieldset  {
	border: 0 none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#headslogan div#suche input.suche {
	display: inline;
	color: #235D6D;
	border: 1px solid #2999b4;
	padding: .3em;
	width: 11em;
	font-size: .9em;
}

#headslogan div#suche input.suchbutton {
	display: inline;
	color: #0c5367;
	background-color: #e8e8e8;
	border: 1px solid #2999b4;
	margin: 0;
	padding: .1em;
	width: 5em;
	font-size: .9em;
	text-align: center;	
}

#kopf {
	clear: both; /* wegen float im headslogan-Bereich */
	position: relative;
	color: #000;
	height: 12.5em;
	z-index: 12;
	text-align: right;
}

#panorama {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 200px;
	width: 896px;
	z-index: 1;
}
#panorama img {
	width: 800px;
	height: 200px;
	z-index: 1;
}

/* Hilfsnavigation oben rechts */

#kopf #servicemenu {
	position: absolute;
	top: 0;
	right: 0;
	width: 12em;
	height: 12.5em;	
	background-color: #fff;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	letter-spacing: .04em;
	z-index: 12;
}


#kopf #servicemenu li {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 98%;
	text-align: left;
	border-bottom: 1px dotted #757478;
}

#kopf #servicemenu a {
	color: #171717;
	text-decoration: none;
	background-color: #fff;
	display: block;
	padding: .3em 0 .3em .5em;  /* links war 2.4 */
}

#kopf #servicemenu a:visited {
	/*background-color: #f5f4f8;*/
	background-color: #fff;
}

#kopf #servicemenu a:hover {
     color: #171717;
	text-decoration: underline;
}
#kopf #servicemenu a:active {
	color: #171717;
	background-color: #f5f4f8;
}

#kopf #servicemenu a.aktivlink {
	font-weight: bold;
	background-color: #f5f4f8;
}


/* Hauptnavigation */

ul#menuequer {
	position: relative;
	min-height: 3em;
	margin: 0;
	padding: 0;
	background-color: #ffcc33;
	border-bottom: 3px solid #f0c424;
	background-image: url("../gfx/bg_nav_quer_a.gif");
	background-repeat: repeat-x;
	background-position: top left;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	z-index: 12;
}
ul#menuequer li {
	list-style: none;
	display: inline;
	margin: 0; 
	padding: 0;
	text-align: center;
}

ul#menuequer a {
	float: left; 
	padding: .6em 0;
	margin: 0;
	text-align: center;
	font-size: .88em;
	letter-spacing: .08em; 
	color: #363636; 
	color: #000;
	text-decoration: none; 
	font-weight: normal;
	background-image: url("../gfx/navigation_quer_trenner.png");
	background-repeat: no-repeat;
	background-position: top right;
}
ul#menuequer li.eins a {
	width: 16em;
}

ul#menuequer li.zwei a {
	width: 14em;
}
ul#menuequer li.drei a {
	width: 13em;
}
ul#menuequer li.vier a {
	width: 13em;
}
ul#menuequer li.fuenf a {
	width: 13.5em;
}

ul#menuequer li.sechs a {
	width: 17em;
	background-image: none;
} 

ul#menuequer div {
     clear: left;
}
  
ul#menuequer li.start a,
ul#menuequer li.verwaltung a,
ul#menuequer li.blickpunkt a,
ul#menuequer li.wirtschaft a {
	color: #101010;
}

ul#menuequer li a:hover,
ul#menuequer li.start a:hover,
ul#menuequer li.verwaltung a:hover,
ul#menuequer li.blickpunkt a:hover,
ul#menuequer li.wirtschaft a:hover {
	color: #000;
	text-decoration: underline;
}

ul#menuequer li a.aktivlink,
ul#menuequer li.start a.aktivlink,
ul#menuequer li.verwaltung a.aktivlink,
ul#menuequer li.blickpunkt a.aktivlink,
ul#menuequer li.wirtschaft a.aktivlink {
	color: #000;
	text-decoration: underline;
}

/* Hauptnavi Ende*/

#outer {
	width: auto; 
	padding-right: 12em;
	padding-left: 14em;
	background-color: #fff;
	border: 0px solid #fff;
	clear: left; /* von Hauptnavi */
	z-index: 12;
}

#inner {
	position: relative;
     	width: 100%;
     	margin: 0;
     	z-index: 12;
}

#left {
    	width: 14em; 
    	margin-left: -14em;
    	float: left;
    	position: relative;
	padding-top: .6em;
	z-index: 11;
}

#center {
	position: relative;
    	width: 100%;
    	float: left;
    	z-index: 12;
}

#right {
    	width: 11.95em;
    	margin-right: -12em;
    	float: left;
    	position: relative;
    	z-index: 11;
    	overflow: hidden;
	padding-top: .6em;
}


#footer {
	width: 100%;
	height: 2em;
	border: 0 none;
	z-index: 12;
}

#footer p {
	text-align: right;
	margin-right: 16.2em;
	padding: .5em 0 0 0;
	
}

#footer p a {
	text-decoration: none;
	color: #235d83;
}

/* Mozilla & Opera code */
#outer > #inner[id] {
    	border: 1px solid transparent;
	border-width: 0 0 1px 1px;
}

#left[id] {
    	margin-right: 1px;
}

#center[id] {
	margin: 0 -2px 0 -2px;
}

#right[id] {
    	margin-left: 2px;
}

#right > .inner[class] {
    	width: 12em;
    	overflow: hidden;
}

#inhalt {
	background-color: #fff;
 	margin-top: .6em;
	padding: 0 1em 0 1.8em;
	z-index: 12;
}


#left,
#inhalt,
#right {
    	border-top: 0px solid #fff;         /* IE bug */
    	position: relative;
}	

p.print,
.wappendruck {
	display: none;
}
p.print img {
	visibility: hidden;
}

/* Formatierung linke Spalte, Navigation  */

/* Formatierung linke Spalte */
#navigation {
	position: relative;
	width: 14em;
	z-index: 12;
} 

#navigation h3 {
	width: 17.8em;
	margin: 0;
	padding: .7em 0 .5em .9em;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size: .75em;
	color: #171717;
	background-color: #99d7e3;
	background-image: url("../gfx/bg_nav_left_h3.gif");
	background-repeat: repeat-x;
	background-position: top left;
}

#navigation a,
#navigation li a:link {
	color: #000;
	display: block;
	text-decoration: none;
	font-size: inherit;
	font-style: normal;
}
#navigation li a:visited {
	background-color: transparent; 
	font-style: normal;
	color: #000;
}

#navigation li a:hover,
#navigation li a:active {
	background-color: transparent;
	color: #000;
	text-decoration: underline;
}

#navigation a.act,
li.act a,
li.amenu-act a,
#navigation li a.aktivlink {
	background-color: transparent;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

#navigation li {
	display: block;
	margin-bottom: .2em;
	font-size: inherit;
}

#navigation ul {
	margin: .3em 0;
	padding: .3em 0;
	font-size: .8em;
	list-style-type: none;	
}

#navigation ul li a {
	padding-left: .8em;
}


#navigation ul li {
	padding: .3em 0;
	border-bottom: 1px dotted #757478;
}

#navigation ul ul {
	background-color: #a7dae7;
	margin: .2em 0 0 0;
	list-style-type: none;
	font-size: inherit;
}

#navigation ul ul li,
#navigation ul ul ul li,
#navigation ul ul ul ul li {
	padding: .3em 0;
	border-bottom: 1px solid #fff;
}

#navigation ul ul ul {
	background-color: #d3e9ef;
	font-size: inherit;
}
#navigation ul ul ul ul {
	background-color: #eff7f9;
	font-size: inherit;
}

#navigation ul ul li a {
	padding-left: 1.9em;
}

#navigation ul ul ul li a {
	padding-left: 2.6em;
}
#navigation ul ul ul ul li a {
	padding-left: 3.4em;
}

#navigation hr {
	margin: .5em auto;
	width: 100%;
	border: none 0; 
	color: #fff;
	border-bottom: 1px dotted #556a70;
}
/* Navigation Ende */

/* Spalte rechts */

#spalterechts div.csc-default {
	width: 11.6em;
	margin-bottom: 1em;
	border: 1px solid #dddde2;
	border-top: none;
	background: #f2f1f7;
}

#spalterechts .sprachen {
	margin: 0 0 .3em 0;
	border: 1px solid #c9c9c9;
}
#spalterechts .sprachen ul {
	list-style-type: none;
	padding: .1em;
}
#spalterechts .sprachen img {
	margin-right: .4em;
}

#spalterechts-map {
	position: absolute;
	right: 0;
	top: .7em;
}
#spalterechts,
#spalterechts-map {
	width: 11.8em; 
	margin-top: 0;
	z-index: 20;
}

#spalterechts h2,
#spalterechts-map h2 {
	width: 12.2em;
	color: #2d2d2d;
	margin: 0;
	padding: .9em 1.9em .8em .4em;
	border-bottom: 1px solid #fff;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-weight: bold;
	font-size: .8em;
	background-image: url("../gfx/bg_rechts_h3.gif");
	background-repeat: repeat-x;
	background-position: top left;	
}
#spalterechts-map h2 {
	width: 12.6em;
}

#spalterechts div.hinweisRechts,
#spalterechts div.hinweisRechtsZwei {
	width: 11.6em;
	border-top: none;
	background: #f2f1f7; 
}
#spalterechts div.hinweisRechts h2,
#spalterechts div.hinweisRechtsZwei h2 {
	background-repeat: repeat-x;
	background-position: top left;	
}
#spalterechts div.hinweisRechts h2 {
	background-image: url("../gfx/bg_besonderes_rechts.gif");
}
#spalterechts div.hinweisRechtsZwei h2 {
	background-image: url("../gfx/bg_besonderes_rechts_2.gif");
}

#spalterechts p,
#spalterechts-map p {
	padding: .4em .2em .2em .2em;
}

#spalterechts ul,
#spalterechts-map ul {
	width: 11.35em;
	margin: 0;
	margin-top: .2em;
	padding: 0 0 0 .2em;
	list-style-type: none;
}

#spalterechts li,
#spalterechts-map li {
	padding: .5em 0;
	border-bottom: 1px solid #fff;
}

#spalterechts a,
#spalterechts-map a {
	color: #003366;
	text-decoration: none;
}

#spalterechts a:hover,
#spalterechts a:active,
#spalterechts-map a:hover,
#spalterechts-map a:active {
	background-color: transparent;
	color: #003366;
	text-decoration: underline;
}

#spalterechts a:active {
	background-color: transparent;
	color: #003366;
	text-decoration: underline;
	font-weight: normal;
}

#spalterechts div#c3205 table {
	border-top: 3px solid #dddde2;
}

#spalterechts div#c3205 td {
	border: 0 none;
}
/* Inhalt rechts Spalte Ende */


/*  Formatierung im Inhalt */

iframe {
	margin: 1.5em 0;
}

#unten {
	width: 100%;
	text-align: right;
	margin: .5em auto;
	font-size: .8em;
}

#unten a {
	color: #765100;
} 


.unsichtbar {
	position: absolute;
	left: -8000px;
}

.nofloat {
	clear: both;	
}

.rechts {
	text-align: right;
	float: right;
}

.textrechts,
#inhalt table th.textrechts,
#inhalt table td.textrechts,
#inhalt table td.textrechts p {
	text-align: right;
}

.textlinks,
#inhalt table th.textlinks,
#inhalt table td.textlinks,
#inhalt table td.textlinks p {
	text-align: left;
}

.textunten,
#inhalt table th.textunten,
#inhalt table td.textunten,
#inhalt table td.textunten p {
	vertical-align: bottom
}

.mitte,
#inhalt table th.mitte,
#inhalt table td.mitte,
#inhalt table td.mitte p {
	text-align: center;
}

img {
	border: none;
}

img.rechts  {
	margin: 0 0 .5em .5em;
}

img.mitte {
	text-align: center;
	margin: .5em auto;
}

div.mitte {
	text-align: center;
	margin: 1em 0;
	font-size: .9em;
	width: 60%;
}

#landkreiskarte {
	width: 462px;
	height: 516px;
	padding: 0;
	margin: 1em auto;
	background-position: top left;
	background-repeat: no-repeat;
}

#landkreiskarte-schrift {
	width: 517px;
	height: 600px;
	padding: 0;
	margin: 1em auto;
	background-position: top left;
	background-repeat: no-repeat;
}
#landkreiskarte-klein {
	width: 220px;
	height: 260px;
	padding: 0;
	margin: .6em auto .2em auto;
}