/* the bit that does the work */
body {
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%; 
  background:#ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size:76%;
  overflow: hidden; 
  }

/* for internet explorer */
* html body {
  padding:180px 0 0px 0; 
  }

* html .extlink {
  margin-top: -180px;
  margin-left: 10px; 
  margin-right: 10px;
  }
  
#container {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 140%;
  position:fixed; 
  top:180px;
  left:0;
  bottom:0px; 
  right:0; 
  overflow:auto; 
  background:#ffffff;
  padding:15px;
  padding-right:5px;
  }

* html #container {
  height:100%; 
  width:100%; 
  }

#header {
  position:absolute; 
  top:0; 
  left:0; 
  width:100%; 
  height:180px; 
  overflow:auto; 
  background-image:url(pix/top_hg.jpg); 
  background-repeat:repeat-x; 
}
  
#header_wsg {
  position:absolute; 
  top:0; 
  left:0; 
  width:100%; 
  height:180px; 
  overflow:auto; 
  background-image:url(pix/top_hg_wsg.jpg); 
  background-repeat:repeat-x; 
}

#leer {display: block; width:100%; height: 135px;}

#collage {
  position:absolute; 
  top:0; 
  right:0;  
  height:127px; 
  width: 441px;
  /*background-image:url(pix/top2.jpg); 
  background-repeat:no-repeat; */
  z-index: 1;
  }

#collage_wsg {
  position:absolute; 
  top:0; 
  right:0;  
  height:127px; 
  width: 440px;
  z-index: 1;
}
  
#menden {
  position:absolute; 
  top:0; 
  left:0;  
  height:127px; 
  width: 309px;
  background-image:url(pix/top1.jpg); 
  background-repeat:no-repeat; 
  z-index: 2;
}
  
#menden_wsg {
  position:absolute; 
  top:0; 
  left:0;  
  height:127px; 
  width: 330px;
  background-image:url(pix/top1_wsg.jpg); 
  background-repeat:no-repeat; 
  z-index: 20;
} 
/* end of bit that does the work */

a, a:visited {
  text-decoration:none;
  color: #045DAD; 
  }

a:hover {
  color: #045DAD;  
  text-decoration:underline;
}

#pageheader {
	overflow: hidden;
	padding-bottom: 15px;
	width: 100%;
}
#pageheader_img {
	float: left;
	margin-right: 5px;
}
#pageheader_img img {
	margin-top: 3px;
}
#pageheader_headlines {
}
#pageheader_headlines h2 {
	margin-top: 0px;
}

.headline2 {
	font-size:1.2em; 
	color: #045DAD; 
        font-weight: bold;
	margin-bottom:10px;
        margin-top:-10px;
}

h1 {
	font-size:1.5em; 
	color: #045DAD;
	padding-top: 3px;

	margin-top: 0px;
}

h2 {
	font-size:1.2em; 
	color: #045DAD; 
	margin-bottom:0px;
}

h3 {
	font-size:1em; 
	color: #045DAD; 
	margin-bottom:0px;
}
	
h3.article {
	font-size:1.2em; 
	color: #045DAD; 
	margin-bottom:10px;
}

h4 {
	font-size:1em; 
	color: #045DAD; 
	margin-bottom:0px;
}

h3 a, h3 a:visited {
  text-decoration:none;
  color:#045DAD;
  }
  
h3 a:hover {
  color:#045DAD; 
  text-decoration:underline;
  }

 /* --------  Anfang Hauptmenü  -----------  */ 
#mm {
	height: 40px; 
	text-align:left;
	padding-left: 15px; 
	padding-bottom: 5px; 
	line-height:120%;
}

.navlist {
	margin: 0px;
	padding: 0px;
}

.navlist ul, .navlist li {
	margin: 0;
	display: inline;
	list-style-type: none;
	white-space: nowrap;
}

.navlist a, .navlist a:visited {
	float: left;
	color: #000000;  
	text-decoration: none; 
	font-weight:bold;
	background-image:url(pix/pfeil_7x11.gif); 
	background-position:left; 
	background-repeat:no-repeat; 
	padding-left: 10px;
	padding-right: 25px;
}

.navlist a:hover { 
	text-decoration: underline;
}
/* --------  Ende Hauptmenü -----------  */

/* --------  Anfang linke Spalte -----------  */
.columnone {
	width:12em; 
	float:left; 
	text-align:left;
}

.columnone ul.mainnav {
	margin-top: 2px;
}

.columnone ul.mainnav li {
	list-style-image:url(pix/pfeil_klein2.gif); 
	margin-bottom: 0.5em; 
	list-style-position:outside; 
	margin-left: -25px; 
}

.columnone ul.subnav {
	margin-top: 2px;
}

.columnone ul.subnav li {
	list-style-image:url(pix/punkt.gif); 
	list-style-position:outside; 
	margin-bottom: 0em;
}

dfn {
  position: absolute;
  top: -1000px;
  left: -1000px;
  display: inside;  
}

.columnone strong {
	font-weight: normal;
}
/* --------  Ende linke Spalte -----------  */

/* --------  Anfang mittlere Spalte -----------  */
.columntwo {
	text-align:left; 
	margin-left:12.5em; 
	margin-right:13.1em; 
	line-height: 140%;
	padding-left: 20px; 
	padding-right: 20px; 
	border-right: 1px solid #045DAD;  
	border-left: 1px solid #045DAD;
}
.columntwo table {
	font-size:1em;
}
* html .columntwo {
	height: 1%; 
	margin-left: 0;
}

* html .columntwo {
	margin-right:12.8em;
}

.columntwo .block {
  margin-bottom: 1.5em;
  width: 99%;
  overflow: hidden;
}

.columntwo .block p {
 	margin-top:0px; 
	margin-bottom: 1.5em;
}

.container2 {
	width: 99%;
	overflow: hidden;
}

.columntwo img {
	border: none;
	margin-top: 6px;
}

.bildunterschrift {
	color: #045DAD;
	font-weight: bold;
	text-align: center;
}

.contentovercenter {
	text-align: center;
	margin-bottom: 0.1em;
}

.contentover {
	display: block;
	margin-bottom: 0.1em;
}

.columntwo .contentright {
  float: right;
  margin-left: 0.8em;
  margin-bottom: 0.1em;
  text-align: center;
}

.columntwo .contentleft {
  float: left;
  margin-right: 0.8em;
  margin-bottom: 0.1em;
  text-align: center;
}

.contentundercenter {
	text-align: center;
	margin-bottom: 0.1em;
}

.contentunder {
	display: block;
	float: left;
	text-align: center;
	margin-bottom: 0.1em;
}

.columntwo ul, .columntwo .block ul {
  list-style-type: disc;  
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}

* html .columntwo ul, * html .columntwo .block ul {
  height: 1%;
}

.columntwo ol, .columntwo .block ol {
  list-style-type: decimal-leading-zero;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.columntwo ul li, .columntwo .block ul li {
  margin-left: 1.5em;
}

.columntwo ol li, .columntwo .block ol li {
  margin-left: 2.2em;
}

* html .columntwo ol li, * html .columntwo .block ol li {
  margin-left: 2.8em;
}

.columntwo a {
  color: #045DAD;
  font-weight: bold; 
  }
.columntwo a:hover {
  text-decoration: underline;
  }

 
/* --------  Ende mittlere Spalte -----------  */

/* --------  Anfang rechte Spalte -----------  */
.columnthree {
	width:12em;
	text-align:left; 
	float: right;
}

.columnthree a, .columnthree a:visited {
	color:#000000; 
	text-decoration:none;
}

.columnthree a:hover {
	color:#000000; 
	text-decoration:underline;
}

.columnthree ul, .columnone ul {
	margin-top: 2px;
}

.columnthree ul li,.columnone ul li {
	list-style-image:url(pix/pfeil_klein2.gif); 
	margin-bottom: 0.4em; 
	list-style-position:outside; 
	margin-left: -25px;
}

.columnthree .block, .columnone .block {
	margin-top: 20px;
	overflow: hidden;
}

.listright {
	
}

.rightlink {
	line-height: 1em;
}

.imagelistright {
	border: none;
}

/* --------  Ende rechte Spalte -----------  */ 

/* --------  Start footer  -----------  */
#footer {
	width: 50%; 
	overflow:hidden; 
	padding-top: 20px; 
	text-align: center; 
	white-space: nowrap;	
	margin-right: 12.5em;
	margin-left: 12.5em;
}

* html #footer {
	width: 100%; 
	overflow:hidden; 
	padding-top: 20px; 
	text-align: center; 
	white-space: nowrap;	
}

#footer1 {
	white-space: nowrap;
}

#footer2 {
	background-image:url(pix/pfeil_klein2.gif); 
	background-position:left; 
	background-repeat:no-repeat; 
	padding-left:10px; 
	padding-top:5px; 
	padding-right:30px; 
	display: inline; 
	border-top: 1px solid #045DAD; 
	white-space:nowrap;
}
#footer21 {
	background-image:url(pix/pfeil_klein2.gif); 
	background-position:left; 
	background-repeat:no-repeat; 
	padding-left:10px; 
	padding-top:5px; 
	padding-right:30px;
	margin-left: -8px;
	display: inline; 
	border-top: 1px solid #045DAD; 
	white-space:nowrap;
}

#footer3 {
	background-image:url(pix/pfeil_klein2.gif); 
	background-position:left; 
	background-repeat:no-repeat; 
	padding-left:10px; 
	padding-top:5px; 
	padding-right:0px; 
	display: inline; 
	border-top: 1px solid #045DAD; 
	white-space:nowrap; 
	margin-left: -8px;
}
/* --------  Ende footer -----------  */

#searchform, #settings {
	padding: 3px;
}

#searchform #words {
	width: 60%;
}

#searchform form {
	margin: 0;
}

.noborder {
	border: none; 
	padding:0px; 
	margin:0px;
}

.style {
	background-image:url(pix/pfeil_klein2.gif); 
	background-repeat:no-repeat; 
	display:inline; 
	padding-left:10px;
}

.clear {
	clear:both; 
	height:1px;
}

.hidden {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

/* --------  Anfang Linklisten -----------  */
a:link.mehr {
  text-decoration: none;
  color: #045DAD;
  font-weight: bold;
  white-space: nowrap;
  }

a.mehr {
  text-decoration: none;
  color: #045DAD;
  font-weight: bold;
  white-space: nowrap;
}

a:visited.mehr {
  text-decoration: none;
  color: #045DAD;
  font-weight: bold;
  white-space: nowrap;
}

a:hover.mehr  {
  color: #045DAD; 
  text-decoration: underline;
  font-weight: bold;
  white-space: nowrap;
  }

.textblockliste h3 {
	display: block;
	list-style-type: none;
	background-image: url(pix/pfeil_klein2.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	padding-left: 15px;
}

.tbltext {
	padding-left: 15px;
	display: block;
}

.intro {
  	padding-left: 135px;
	padding-top: 0px;
	margin-top: 3px;
}

* html .intro {
	height: 1%;
	padding-left: 15px;
}

.intro h3 a:link {
  text-decoration: none;
  color: #045DAD;
  }
 
.intro h3 a:hover {
  text-decoration: underline;
  }
   
.contentleft2 {
  float: left;
  margin-bottom: 0.1em;
  text-align: center;

}

ul.headlinelist {
	width: 99%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-left: -20px;
}

* html ul.headlinelist {
  height: 1%;
}

ul.headlinelist li {
	display: block;
	list-style-type: none;
	background-image: url(pix/pfeil_klein2.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	margin-bottom: 0.5em; 
	font-size: 1em;
	font-weight: bold;
	padding-left: 15px;
	
}

ul.headlinelist a, ul.headlinelist a:visited {
	text-decoration: none;
 	color: #045DAD;
  }

ul.headlinelist a:hover {
	text-decoration: underline;
 	color: #045DAD;
  }

 
.karteikarte {
	width: 99%;
	overflow: hidden;
}
/* --------  Ende Linklisten -----------  */

/* --------  Start Tabelle -----------  */
.contenttable { 
  	width:98%;
        font-size: 1em;
}

.contenttable th {
	text-align: left;
	font-weight: bold; 
  	background-color:#006AB3;
  	color:white;
  	padding:3px;
        
}

.contenttable td {
  	border:1px solid #006AB3;
	font-weight: normal;
	border-spacing: 2px;
	padding: 3px;
	vertical-align: top;
	color: #000000;
   background-color:#ffffff;
        
}

.formtable { 
  	width:98%;
        font-size: 1em;
}


.formtable td {
  	border:none;
	font-weight: normal;
	padding: 3px;
	vertical-align: top;
	color: #000000;
   background-color:#ffffff;
        
}

.kkname {
	font-weight: bold;
	color:#006AB3;
}

.kkblock {
	padding : 0px 0px 5px 10px;
}

.kkback {
	background : #003277;
}

.kkheadline {
	font : bold 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #ffffff;
	background : #003277;
	width : 160px;
}

.kkreihe1hl {
	font : bold 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #003277;
	background : #91B1E1;
}

.kkreihe1 {
	font : 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #003277;
	background : #91B1E1;
}

.kkreihe2hl {
	font : bold 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #003277;
	background : #dedede;
}

.kkreihe2 {
	font : 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #003277;
	background : #dedede;

}

/* bildergalerie */
#image-gallery {
}

.image-gallery-images {
	overflow: hidden;
	width: 100%;
}

.image-gallery-entry {
	float: left;
	width: 30%;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 10px;
	text-align: center;
}

/* Modul: FormMailer */
#fm_container {
	overflow:hidden;
	width:95%;
	margin-bottom:1.7em;
	margin-top:1.7em;
}
.fm_container {
	overflow:hidden;
	width:95%;
	margin-bottom:1.7em;
	margin-top:1.7em;
}

.fm_left {
	float:left;
	text-align: right;
	width:33%;
	padding-left:0.25em;
}

.fm_right {
	float:right;
	width:64%;
}
.fm_right textarea {
	width:97%;
}

.fm_break {
	width:96%;
	padding-left:0.25em;
	margin-bottom:1em;
	margin-top:1em;
}

.fm_submit {
	width:96%;
	text-align:right;
}

.fm_right option {
	margin-right:2em;
}








.fm_submit input {
	width:10em;
	color:#000;
	background:#EEE;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	text-align:left;
	padding-left:0.5em;
}

/* Googlemap bei Adresse */
.map {
	width:340px;
	height:240px;
	float:right;
}
.gmnoprint {
	font-size:0.9em;
	line-height:110%;
}

/* Einstiegsseiten */

.important {
	color: red;
	font-weight: bold;
}

.remark {
	font-size: 0.8em;
}

.boxremark {
	border: 1px solid #24569B;
	background-color: #EEEEEE;
	padding: 5px;
}

.formularliste li {
	margin-bottom: 10px;
}

#columntwo .block .orgaliste {
	list-style-type: none;
}

#columntwo .block .mitarbeiterliste {
	list-style-type: none;
}

.mitarbeiterliste li {
	display: block;
	border-bottom: 1px solid #979797;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.maillink {
	background-image: url(/pix/pfeil_klein2.gif);
	background-repeat: no-repeat;
	/* background-position: 0 0.2em; */
	padding-left: 1em;
	color: #24569B;
}

.moreinfolink {
	background-image: url(/pix/pfeil_klein2.gif);
	background-repeat: no-repeat;
	/* background-position: 0 0.2em; */
	padding-left: 1em;
	color: #24569B;
}

#columntwo .block .noimg {
	background-image: none;
	padding-left: 0;
}

#columntwo .block .noimg:hover {
	background-image: none;
	padding-left: 0;
}


#columntwo .block #subnav {
	list-style-type: none;
}


/* Bürgerinfo */

#buergerinfo h3 {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0.2em;
}
#buergerinfo h3 a {
	text-decoration: none;
}
#buergerinfo h3 a:hover {
	text-decoration: underline;
}
#buergerinfo .mitarbeiterliste {
	padding: 0px;
	margin: 0px;
}
#buergerinfo .mitarbeiterliste li {
	padding: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
}
#buergerinfo .moreinfolink {
	padding-left: 15px;
}
#buergerinfo .orgaliste {
	padding-left: 15px;
	list-style-type: none;
}
#buergerinfo .synonyms {
	display: none;
}
.orgaeinheit_headline {
	background-color: #045DAD;
	padding: 5px;
	color: #FFFFFF;
}
.orgaeinheit_headline a {
	color: #FFFFFF;
}
.orgaeinheit {
	border: 1px solid #045DAD;
}
.mitarbeiter {
	border-top: 1px dotted #045DAD;
	padding: 5px;
}
.mitarbeiter h3 {

}
.mitarbeiter_daten {
	margin-top: 1em;
	overflow: hidden;
	width: 100%;
}
.mitarbeiter_bemerkungen {
	padding-top: 5px;
}
.mirarbeiter_select {
	background-color: #045DAD;
	color: #FFFFFF;
	padding: 3px 5px;
	margin-top: 10px;
}
#buergerinfo .mirarbeiter_select a {
	color: #FFFFFF;
	text-decoration: none;
}
#buergerinfo .mirarbeiter_select a:hover {
	text-decoration: underline;
}
.mitarbeiter_adresse, .mitarbeiter_oeffnungszeiten, .mitarbeiter_kontakt {
	float: left;
	width: 29%;
	margin-right: 2%;
}

.oeffnungszeiten { 
        font-size: 1em;
}
.oeffnungszeiten th {
	text-align: left;
	font-weight: bold; 
  	background-color:#006AB3;
  	color:white;
  	padding:3px;
}
.oeffnungszeiten td {
  	border:1px solid #006AB3;
	font-weight: normal;
	border-spacing: 2px;
	padding: 3px;
	vertical-align: top;
	color: #000000;
	background-color:#ffffff;
}

/* -------- Familienlotse -------- */
.include .fl_ap {
	border: 1px solid #045DAD;
	border-bottom: 3px solid #045DAD;
	padding: 5px;
}
.fl_ap_headline {
	overflow: hidden;
}
* html .fl_ap_headline {
	width: 100%;
}

.fl_ap_headline h1 {
	display: none;
}

.include .fl_ap_headline h1 {
	float: left;
	height: 40px;
	display: block;
}
.fl_ap_headline_image {
	float: right;
}
.fl_ap_traeger {
	padding-bottom: 10px;
}
.fl_ap_text {

}
.fl_ap_text_text {

}
.fl_ap_kontakt {
	overflow: hidden;
}
* html .fl_ap_kontakt {
	width: 100%;
}
.fl_ap_kontakt_adresse {
	float: left;
	width: 24%;
}
.fl_ap_kontakt_oeffnungszeiten {
	float: left;
	width: 40%;
}
.fl_ap_kontakt_kontaktdaten {
	float: left;
	width: 34%;
}
.fl_ap_www {

}

/* Familienlotse A-Z */
#familienlotse_az h1 {
	margin-top:2em;
}
#familienlotse_az h2 {
	margin-top:0em;
	margin-bottom:0em;
}

.imageleft {
	float: left;
	margin: 0 0.4em 0.4em 0;
	width: auto;
}
.imageright {
	float: right;
	margin: 0.4em 0 0 0.4em;
	width: auto;
}
.imageover {
	float: left;
	margin: 0 0.4em 0.4em 0;
	width: 100%;
}
.imageover_center {
	float: left;
        text-align: center;

	margin: 0 0.4em 0.4em 0;
	width: 100%;
}
.imageunder {
	float: left;
	margin: 0.4em 0 0 0.4em;
	width: 100%;
}
.imageunder_center {
	float: left;
        text-align: center;
	margin: 0.4em 0 0 0.4em;
	width: 100%;
}
.imageleft a, .imageright a,.imageunder a, .imageover a, .imageover_center a, .imageunder_center a{
	text-decoration: none;
	color: #ffffff;
}