/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}

 body {
	padding: 0px;
	margin: 0px;
        font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
  	color: #333333;
    	text-align: center;
}
.synonyms {
	position:absolute;
	left:-8000px;
	top:-8000px;
}
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
}
img {
	border: none;
}

.hidden {
	visibility: hidden;
}
#wrapperall {
	border: 1px dotted #666666;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}
* html #wrapperall {
	width: 982px;
}

#header {
	overflow: hidden;
	height: 1%
}
#headerleft {
	float: left;
        height:133;
        width:244;
	font-size: 2em;
	font-wight: bold;
	line-height: 2em;
}
* html #headerleft {
        width:240px;
}
#headerright {
	float: right;
        height:133;
        width:736; 
}
* html #headerright {
        width:730; 
}
#topnav {
	overflow: hidden;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	background-image: url(/pix/topnav-bg.jpg);
	height: 1%;
}

#topnav ul {
	list-style-type: none;
}
#topnav li {
	float: left;
	width: 244px;
	text-align: center;
	font-size: 1.3em;
	line-height: 2em;
	display: inline;
	border-right: 1px dotted #666666;
}

#topnav a {
	display: block;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	height: 28px;
}

#topnav a.active {

}
#topnav span {
	overflow: hidden;
	display: block;
	height: 0;
	width: 0;
}

#wrapper {
	overflow: hidden;
	height: 1%;
	background-image: url(/pix/dotted.gif);
	background-position: 244px 0px;
	background-repeat: repeat-y;
}
* html #wrapper {
	background-image: url(/pix/dashed.gif);
}
#mainnav {
	float: left;
	width: 244px;
	padding-bottom: 28px;
}

#mainnav ul {
	margin-top: 4px; /* 28px*/
	border-bottom: 1px dotted #666666;
}

#mainnav ul li {
	background-image: url(/pix/mainnav-bg.jpg);
	background-repeat: repeat-x;
        background-color: #e7e7e7;
	*height: 1%; /* <-- Menü im IE */
}
#mainnav ul li a {
	display: block;
	min-height: 21px;
	padding-left: 22px;
	padding-top: 5px;
	border-top: 1px dotted #666666;
	background-image: url(/pix/bullet-right.gif);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
* html #mainnav ul li a{
	height: 27px;
}
#mainnav ul li .active {
}
#mainnav ul li .activeopen {
	background-position: 7px 10px;
}
#mainnav ul li .open {
	background-position: 7px 10px;
}
#mainnav ul li ul {
	margin-top: 0px;
	border-bottom: none;
}
#mainnav ul li ul li {
	background-image:url(/pix/subnav-bg.jpg);
	background-repeat: repeat-x;
        background-color: #f3f3f3;
}
#mainnav ul li ul li a {
	display: block;
	min-height: 20px;
	padding-left: 35px;
	padding-top: 5px;
	border-top: 1px dotted #666666;
	background-image: url(/pix/bullet-right.gif);
	background-repeat: no-repeat;
	background-position: 23px 7px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;	
}

#mainnav ul li ul li .active {
	padding-left: 35px;
	padding-top: 5px;
	background-position: 23px 7px;
}

.leftbox {
	margin-top: 28px;
	border-bottom: 1px dotted #666666;
}
.leftbox h2 {
	height: 21px;
	padding-left: 10px;
	padding-top: 5px;
	border-top: 1px dotted #666666;
	background-image: url(/pix/mainnav-bg.jpg);
	background-position: 0px -1px;
	font-size: 1em;
}
.leftboxcontent {
	border-top: 1px dotted #666666;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.leftboxcontent a{
	text-decoration: none;
  	color: #333333;
}
.searchboxcontent {
	padding-left: 10px;
	padding-top: 8px;
        padding-bottom: 6px;

}
input.searchSubmit {
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-color: #999999;
	color: #FFFFFF;
}
input.suchinput {
        width: 180px;
        font-size: 1.1em;
}
#contentwrapper {
	overflow: hidden;
        width: 736px;
        float: right;
}
/* html #contentwrapper {
	margin-left: 244px;
}*/

#content {
	padding-left:   15px;
	padding-top:    35px;
	padding-right:  2px;
	padding-bottom: 10px;
	margin-right:  208px;
        line-height: 138%;
}
* html #content {
   height: 100%;
}
#content_full_width {
	padding-left:   15px;
	padding-top:    35px;
	padding-right:  10px;
	padding-bottom: 10px;
        line-height: 138%;
}
*html #content_full_width {
	height: 100%;
}
#content h1, #content_full_width h1 {
	font-size: 1.8em;
	margin-bottom: 0.8em;
        line-height: 1em;
}
#content h2, #content_full_width h2 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
#content h3, #content_full_width h3 {
	font-size: 1.2em;
	margin-bottom: 1em;
}
#content h4, #content_full_width h4 {
	font-size: 1.1em;
        font-weight: bold;
}
#content h5, #content_full_width h5 {
	font-size: 1.8em;
	margin-bottom: 0.8em;
line-height: 1em;
}
#content a, #content_full_width a {
	font-weight: bold;
}
.block p {
	margin-bottom: 1em;
}
.block ul {
	margin-left: 2em;
	margin-bottom: 1em;
}
.block img {
	padding: 3px;
}

.block ul {
	
}
.block li {

}
.block {
	overflow: hidden;
	margin-bottom: 2em;
	
}
.blockfloat {
width: 49%;
float: left;
margin-right: 1%;
}
.contenttable {
	width: 99%;
	margin: 1px;
}

.contenttable th, th{
	padding: 0.5em;
        background-color: #f3f3f3;
	border-left: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
}
.contenttable td, td{
	padding: 0.2em 0.5em;
	border-left: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
}
.important {
	color: red;
	font-weight: bold;
}
.remark {
	font-size: 0.8em;
}
.boxremark {
	border: 1px solid #24569B;
	background-color: #EEEEEE;
	padding: 5px;
}

.contentleft {
	float: left;
	padding-bottom: 0.5em;
}
.contentright {
	float: right;
	padding-bottom: 0.5em;
}
.contentover {
	padding-bottom: 0.5em;
}
.contentovercenter {
	padding-bottom: 0.5em;
}
.bildunterschrift {
	text-align: center;
}
#listmiddle {
	overflow: hidden;
	margin-bottom: 2em;

}
#listmiddle ul {
	list-style: none;
}
#listmiddle li {
	padding-bottom: 0.5em;
}
#listmiddle li a {
	padding-left: 15px;
	padding-top: 2px;
	background-repeat: no-repeat;
	background-position: 3px 5px;
	font-weight: bold;
        text-decoration: none;
        display:block;
}
#listmiddle h3 a {
	font-weight: bold;
	text-decoration: none;
}
.weiterlesen {
	padding-bottom: 1em;
	padding-right: 10px;
	text-align: right;
        vertical-align: bottom;
}
.content_line{
        clear:both;
        /*margin-left: 20px;*/
        width: 99%;
        height: 1px;
	border-bottom: 1px dotted #333333;
        display: block;
        margin-bottom: 1em;
}
* html .content_line{
     margin-bottom: 0em;
}
.container {
	overflow: hidden;
	margin-top: 1em;
}


#print {
	overflow: hidden;
	margin-bottom: 25px;
}
#print img {
	padding-top: 2px;
	margin-right: 5px;
	float: left;
}
#print a {
	color: #000000;
	font-weight: normal;
}

#boxesright {
	float: right;
	padding-top: 80px;
	width: 200px;
}
.box {
	width: 190px;
	border: 1px solid #000000;
	margin-bottom: 1em;
}
.box h2 {
	padding: 5px 10px;
	/* border-bottom: 1px solid #000000;*/
	background-position: 0px -1px;
	background-repeat: repeat-x;
	font-size: 1em;
}
.boxcontent {
	background-image: url(/pix/box-bg.jpg);
	background-repeat: repeat-x;
}
.boxcontent p {
	padding: 5px;
}
.textlist {
	list-style-type: square;
	padding-left: 1em;
	padding-top: 1em;
	padding-bottom: 0.5em;
}
.textlist li {
	padding-bottom: 0.5em;
}
.imagelist {
	list-style-type: none;
}

.imagelist li {
	padding: 0.5em;
	border-top: 1px solid black;
	overflow: hidden;
}
.imagelist img {
	margin-left: 15px;
	border: 1px solid #000000;
	display: block;
}
.imagelist p {
	background-position: 2px 8px;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.imagelist a {
	text-decoration: none;
}
.imagelist a:hover {
	text-decoration: underline;
}
.imagebiglist {
	list-style-type: none;
	border-top: 1px solid black;
	overflow: hidden;
}
.imagebiglist a {
	text-decoration: none;
}
.imagebiglist a:hover {
	text-decoration: underline;
}
.imagebiglist p {
	background-position: 2px 8px;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.bildobencenter {
        width: auto;
        text-align: center;
        padding-top: 1px;
        padding-bottom: 1px;
}

* html .bildobencenter,
*+html .bildobencenter{
        padding-bottom: 0px;
}
.bildlinks {
        float: left;
        text_align:left;
        width: 54px;
        min-height: 21px;
        padding-left: 0px;
}
.linktextuntencenter {
        float: none;
        text-align: left;
        padding: 3px 0px 5px 3px;
}
.linktextrechts {
        text-align: left;
        width: auto;
        margin-left: 56px;
}
.imageleft {
	float: left;
	margin: 0 0.4em 0.4em 0;
	width: auto;
}
.imageright {
	float: right;
	margin: 0 0 0.4em 0.4em;
	width: auto;
}
#footer {
	overflow: hidden;
	height: 1.5em;
	line-height: 1.5em;
	border-top: 1px dotted #666666;
}
#footerleft {
	float: left;
	width: 244px;
	border-right: 1px dotted #666666;
}
#footerright {
	text-align: center;
}
#footerright a {
	text-decoration: none;
}
* html #footerright {
	margin-left: 244px;
}

.box_links, .box_downloads{
	float:left;
        width: 100%;
	padding-bottom: 1em;
	padding-right: 10px;
	border-bottom: 1px dotted #333333;
	text-align: left;

}
* html .box_links,* html .box_downloads{
        width: 98%;
}
.box_head{
     	/*display: inline;*/
	font-size: 1.2em;
        font-weight: bold;
}

.box_row {
	padding: 2px 2px 2px 12px ;
	background-image: url(/pix/bs-bullet-right-active.gif);
	background-position: 0px 6px;
	background-repeat: no-repeat;
	/*padding:2px;*/
	float:left;
        clear:left;
        margin-top: 2px;
        margin-bottom: 2px;
}
.box_row_mitarbeiter {
        margin-top: 3px;
	padding:3px;
        width: 99%;
	float:left;
        clear:left;
}
.box_row_even {
	padding: 2px 2px 2px 12px ;
	background-image: url(/pix/bs-bullet-right-active.gif);
	background-position: 0px 6px;
	background-repeat: no-repeat;
        background-color:#f3f3f3;
        margin-top: 2px;
        margin-bottom: 2px;
	float:left;
        clear:left;
        width: 99%;
}
/*
* html .box_head, * html .box_row, * html .box_row_even * html .box_row_mitarbeiter,{
	width:99%;
}
*/
/* ---- BürgerInfo ---- */
.produktliste {
	margin-left: 0px;
	margin-top: 10px;
	list-style: none;
}
.produktliste li {
	padding-left: 10px;
	padding-bottom: 0.5em;
	background-image: url(/pix/bs-bullet-right-active.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}
.produktliste li a{
        text-decoration:none;
}
.mitarbeiterliste_block {
	background-image: url(/pix/box-bg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 2em;
}
.mitarbeiterliste_zeile {
	overflow: hidden;
}
.mitarbeiterliste_grau {
	background-color: #EEEEEE;
}
.mitarbeiterliste_weiss {
	background-color: #FFFFFF;
}
.mitarbeiterliste_mitarbeiter {
	float: left;
	width: 25%;
	padding: 1em;
}
.mitarbeiterliste_daten {
	float: left;
	padding: 1em;
}
.mitarbeiter_info {
	font-weight: bold;
	font-size: 1.1em;
        margin-bottom: 4px;
}
.oeffnungszeiten {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
.mitarbeiterstelle {
        margin-bottom: 1em;
        background-color: #F3F3F3;
        padding: 0.2em;
        background-image: url("/pix/back_mitarbeiter.jpg");
        background-position: top right;
        background-repeat: no-repeat;
        min-height: 50px;
        width: 96%;
}
/*
#content_full_width .block .mitarbeiterstelle a, #content .block .mitarbeiterstelle a{
        text-decoration: none;
        font-weight: normal;
}
*/
.bemerkung {
	padding-bottom: 1em;
}
.moreinfolink {
	background-image: url(/pix/bs-bullet-right-active.gif);      
        background-position:1px center;
        background-repeat:no-repeat;
        padding-left: 12px;
}
#content_full_width .block a.moreinfolink, #content .block a.moreinfolink {
        text-decoration: none;
}
.no_underline a{
        text-decoration: none;
}
.form_row {
	width:610px;
	overflow:hidden;
	padding:0em;
	margin:0em;
}

.form_left {
	width:70px;
	float:left;
}
.form_right {
	float:left;
}
.orga_head{
	background-image: url("/pix/back_orga.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	background-color:#f3f3f3;
	width: 100%;
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 10px;
}
*html .orga_head{
	width: 99%;
}
.arrow_light_right{
	background-image: url("/pix/bs-bullet-right-active.gif");
	background-position: center;
	background-repeat: no-repeat;
	padding-left: 6px;
	margin-right: 4px;
}
.abteilungshierarchie .block ul li
{
	margin-left: 30px;
	list-style: none;
	line-height: 138%;
	padding-top: 2px;
	padding-bottom: 0px;
}

.abteilungshierarchie .block ul li ul li{
	margin-left: 50px;
	list-style: none;
	line-height: 138%;
	padding-top: 0px;
	padding-bottom: 0px;
}
.abteilungshierarchie a{
	text-decoration: none;
}
.columnleft {
	float:left;
	width:40%;
}
.columnright {
	float:right;
	width:55%;
	margin-right: 1%;
}
.columnleft ul li{
	margin-left:13px;
	list-style: none;
	padding-bottom: 0.5em;
}
.columnleft ul li.anliegen_sel {
	margin-left:1px;
	background-image:url("/pix/bs-bullet-right-active.gif");        
	background-position: 0px 3px;
	background-repeat:no-repeat;
	padding-left: 12px;
	padding-bottom: 0.5em;
	list-style: none;
}
.columnright ul li {
	margin-left: 18px;
	background-image:url("/pix/bs-bullet-right-active.gif");
	background-position: 0px 3px;
	background-repeat:no-repeat;
	list-style: none;
	padding-left: 10px;
	padding-bottom: 0.5em;
}
.anliegen_sel2 {
	background-image:url("/pix/bs-bullet-down-active.gif");        
	background-position: 0px center;
	background-repeat:no-repeat;
	padding-left: 14px;
}

.colcontainer {
	overflow: hidden;
	width: 100%;
	margin-left: 10px;
	margin-bottom: 25px;
}
.fm_container {
	overflow:hidden;
	width:99%;
	margin-bottom:0.7em;
}
.fm_left {
	float:left;
	text-align: right;
	width:20%;
}
.fm_right {
	float:right;
	width:79%;
}

#suchen2 img {
	border:none;
}

/* Bildergalerien */

.block .lupe  {
left:80px;
position:relative;
top:-32px;

}

.block .lupe  img {
border: none;
padding: 0px;
}

.galeriebild  {
background:none repeat scroll 0 0 #F4F4F4;
border:1px solid #696969;
display:block;
float:left;
height:220px;
margin-bottom:1em;
margin-right:1em;
overflow:hidden;
padding:0.5em;
text-align:center;
width:220px;
}