body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0;
	min-width: 740px;
	max-width: 1280px;
	background-color: #ffffff;
}

img {
	border: none;
}

/* Crasht IE wenn < Wert zu klein ge&auml;hlt */
	#wrapperall {
	width: expression(document.body.clientWidth < 820? "770px": "100%" );
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #3171B7;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #3171B7;
}

a:hover {
	font-weight: bold;
	color: #3171B7;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #3171B7;
}

#header {
	width: 100%;
	overflow: hidden;
}

#lippetal {
	float: left;
	width: 300px;
}

#menueklein {
	width: 35em;
	float: right;
	text-align: right;
	/*line-height: 50px;*/
	margin-bottom: 2px;
	margin-top: 35px;
	margin-right: 5px;
	color: #000000;
	font-weight: bold;
}

#kopfgrafik {
	width: 100%;
	background-image: url(/pix/hg_bildleiste.gif);
	background-repeat: repeat-x;
	height: 100px;
	clear: both;
	border-top: 2px solid #F7F35F;
	border-bottom: 2px solid #F7F35F;
	padding: 0;
}

#kopf1 {
	position: absolute;
	float: left;
	width: 130px;
	padding-top: 0px;
	z-index: 10;
}

#kopf2 {
	border-left: 2px solid #F7F35F;	
	float: right;
	z-index: 5;
}

#mainnav {
	width: 100%;
	height: 1.8em;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #3171B7;
}

#nav1, #nav2, #nav3, #nav4, #nav5, #nav6, #nav7 {
	float: left;
	text-align: center;
	line-height: 1.7em;
}

#nav1 a, #nav2 a, #nav3 a, #nav4 a, #nav5 a, #nav6 a, #nav7 a {
	display: block;
	white-space: nowrap;
	height: 1.7em;
	line-height: 1.7em;
	color: #FFFFFF;	
}


#nav1, #nav4, #nav5, #nav6, #nav7 {
	width: 13%;
}

#nav2, #nav3 {
	width: 17%;
}


/* Wrapperelemente */

#wrapperouter {
	width: 100%;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 15px;
}

* html #wrapperouter {
	margin-top: 8px;
}

.floater {
	float: left;
	margin: 0px;
	margin-bottom: 10px;
width: 100%;
}

* html .floater {
	margin-bottom: 0px;
}


/* Linke Spalte */

#leftcol {
	float: left;
	margin-left: 5px;
	margin-top: 13px;	
	background-color: #FFFFFF;
	width: 15em;
}

.hidden {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

.leftnav {	
	padding: 0;
	padding-bottom: 3px;
	border-color: #3171B7;
	border-style: solid;
	border-width: 1px;
	background-color: #F7F7F7;
	margin: 0px;
}

.leftnav ul {
	margin: 0;
	padding: 0;
	padding-top: 3px;
	margin-left: 7px;
}

.leftnav li {
	padding: 3px;
}

dfn {
  position: absolute;
  top: -1000px;
  left: -1000px;
  display: inside;  
}

.leftnav strong {
	display: block;
	padding: 2px;
	padding-left: 20px;
	margin: 0px;
	font-weight: bold;
}

.closed a {
	background-image: url(pix/pfeil_8x11.gif);
	background-position: 3px 0.3em;
	background-repeat: no-repeat;
	display: block;
}
.open a {
	background-image: url(pix/pfeil2_8x11.gif);
	background-position: 3px 0.3em;
	background-repeat: no-repeat;
	display: block;
}
.subnav a {
	font-weight: normal;
	background-image: none;
	display: block;
}
.subnav li {
	padding: 3px 3px 3px 13px;
	margin: 0px;
	list-style: none;
}

#leftcol h2 {
	font-size: 1.1em;
	font-weight: bold;
	background-color: #3171B7;
	margin: 0;
	margin-top: 0px;
	padding: 3px;
	padding-left: 6px;
	color: #FFFFFF;
}

/* Mittlere Spalte */

#centercol {
	margin-left: 16em;
	margin-right: 15em;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;	
	height: 100%;
}

* html #centercol {
	height: 1%;
}

#centercol h1 {
	font-size: 1.5em;
	color: #3171B7;
	margin-top: 10px;
	margin-bottom: 10px;
}

#centercol h2 {
	font-size: 1.15em;
	color: #000000;
	margin-bottom: 5px;
}

#centercol h3 {
	font-size: 1.15em;
	color: #000000;
	margin-bottom: 5px;
}

.container {
	padding: 0px;
	margin-bottom: 25px;
}

* html .container {
	margin: 0px;
}

.lm-block {
	border-left: 5px solid #EEEEEE;
	border-right: 5px solid #EEEEEE;
	border-bottom: 3px solid #EEEEEE;
	margin-bottom: 15px;
}
.lm-block h3 {
	background-color: #EEEEEE;
	margin-top: 0px;
	padding: 5px 0px;
}
.lm-block h3 a {
	background-image: url(pix/pfeil_8x11.gif);
	background-position: 3px 0.15em;
	background-repeat: no-repeat;
	padding-left: 15px;
}

.textblock {
	padding: 5px;
}

* html .textblock {
	height: 1%;
}

.textblock a {
	background-image: url(pix/pfeil_8x11.gif);
	background-position: 3px 0.15em;
	background-repeat: no-repeat;
	padding-left: 15px;
}

.textblock img {
	border: none;
}

.textblock .noimg {
	background-image: none;
	padding: 0px;
}

.readmore {
	text-align: right;
	padding: 2px 5px;
}
.readmore a {
	background-image: url(pix/pfeil_8x11.gif);
	background-position: 3px 0.15em;
	background-repeat: no-repeat;
	padding-left: 15px;	
}

.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: 14em;
	margin-top: 13px;
	margin-right: 5px;
}

#searchform {
	background-color: #F7F7F7;
	padding: 5px;
	padding-left: 15px;
	text-align: left;
	margin: 0px;
	height: 2em;
	border-color: #3171B7;
	border-style: solid;
	border-width: 1px;
	white-space: nowrap;
}

#words {
	font-size: 0.9em;
	color:  #000000;
	width: 8em;
}

 #go {
 
}

#layout {
	border-color: #3171B7;
	border-style: solid;
	border-width: 1px;
	padding: 0;
}

#highcontrast {
	padding: 3px;
	padding-left: 15px;
	background-color:  #F7F7F7;
	border-color: #3171B7;
	border-style: solid;
	border-width: 1px;
}

#fontsize {
	padding: 3px;
	padding-left: 15px;
	background-color:  #F7F7F7;
	border-color: #3171B7;
	border-style: solid;
	border-width: 1px;
}

.blockrechts {
	background-color: #F7F7F7;
	padding: 3px;
	border-left: 1px solid #3171B7;
	border-right: 1px solid #3171B7;
	border-bottom: 1px solid #3171B7;
}

.reiherechts {
	padding: 5px;
	line-height: 140%;
}

.reiherechtsbild {
	text-align: center;
	padding-bottom: 10px;
}

.reiherechtstext {
	text-align: left;
	line-height: 120%;
	padding-bottom: 3px;
	padding-left: 10px;
}

* html .reiherechtstext {
	height: 1%;
}

.boxtext {
	background-color: #F7F7F7;
	padding-bottom: 3px;
	border-color: #3171B7;
	border-style: solid;
	border-width: 1px; 
	text-align: left;
	line-height: 120%;
	padding: 5px;
	padding-left: 15px;
}

.bildrechtscenter {
    padding-top: 0.2em;
    text-align: center;
}

.linktextrechtscenter {
    padding: 0.2em;
}

#rightcol h4 {
	font-size: 1.1em;
	font-weight: bold;
	background-color: #3171B7;
	margin: 0;
	margin-top: 0px;
	padding: 3px;
	padding-left: 10px;
	color: #FFFFFF;
}
/* Ende Rechte Spalte */


#fusszeile {
	background-color: #3171B7;
	height: 1.5em;
	padding: 0.1em;
	padding-bottom: 0px;
	text-align: center;
	line-height: 1.5em;
	color: #FFFFFF;
	margin-top: 10px;
}

#fusszeile a {
	color: #FFFFFF;
}


/* Allgemeine Klassen */

.headlinelist {
	margin: 0;
	list-style-type: none;
	padding: 0;
	font-size: 1.15em;
	line-height: 140%;
}
.headlinelist li {
	margin-bottom: 5px;
}
.headlinelist a {
	background-image: url(pix/pfeil_8x11.gif);
	background-position: 3px 0.3em;
	background-repeat: no-repeat;
	padding-left: 15px;
}

.weiterlesen a {
	background-image: url(pix/pfeil_8x11.gif);
	background-position: 3px 0.3em;
	background-repeat: no-repeat;
	padding-left: 15px;
}

.newstext {
	margin-left: 120px;
	line-height: 140%;
}

.newstextnoimage {
	line-height: 140%;
}

.news {
	border-bottom: 1px dashed #666666;
	padding-bottom: 10px;
}

.news img {
	float: left;
}

.clear {
	clear: both;
	height: 1px;
}




/* Tabelle neuer Editor */

.contenttable {
	width: 98%;
}

.contenttable th {
	text-align: left;
	background-color: #3171B7;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
}

.contenttable td {
	background-color: #F7F7F7;
	/*background-color: #e6eDDD;*/
	font-weight: normal;
	border-spacing: 1px;
	padding: 3px;
	vertical-align: top;
}

/* Sitemap */

#sitemap {	
	margin-bottom: 2em;
}

#sitemap ul {
	margin: 0;
	padding: 0;
	padding-left: 15px;
}

#sitemap li {
	padding-top: 5px;
}

#sitemap li strong {
	padding: 0px;
	font-weight: bold;
}

/* -- ProBürger -- */
.pb_kurzinfo {
	background-color: #F7F7F7;
	border: 1px solid #3171B7;
	margin-bottom: 1em;
	padding: 1em;
}
.pb_info {
	padding-top: 1em;
}

/* Buergerinfo neu */
.mitarbeiterliste li {
	margin-bottom: 1.5em;
}
.mitarbeiterliste-name {
	margin-bottom: 0.3em;
}

.oeffnungszeiten th {
	text-align: left;
	background-color: #3171B7;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
}

.oeffnungszeiten td {
	background-color: #F7F7F7;
	/*background-color: #e6eDDD;*/
	font-weight: normal;
	border-spacing: 1px;
	padding: 3px;
	vertical-align: top;
}

.mitarbeiterorgaeinheit {
    margin-bottom: 2em;
    background-color: #EEEEEE;
    padding: 0.5em;
}

.mitarbeiterorgaeinheit strong {
    display: block;
    font-size: 1.1em;
}

.synonyms {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}


/* tinyMCE */
.important {
	color: red;
	font-weight: bold;
}
.remark {
	font-size: 0.9em;
	font-style: italic;
}
.boxremark {
	display: block;
	margin: 3px;
	border: 1px solid #408CD9;
	padding: 5px;
}