@CHARSET "UTF-8";

/*
 * stylesheet für www.zgw.de
 * tikl | 2010-01-07
 * 
 * inhaltsverzeichnis
 * - CSS-Reset
 * - allg. Elemente
 * - Struktur
 * - Homepage
 * - Navigation
 * - superfish
 * - Formular
 */

/*
 * CSS-Reset
 */

@import "reset.css";


/*
 * allg. Elemente
 */

body {
  background: #B6B5BF url(../_images/body_back.jpg) repeat-x;
  color: #333;
  font-size: 70%;
	/*font-family: Tahoma, Verdana, Calibri, Helvetica, sans-serif;*/
	text-align: center;
  width: 100%;
	line-height: 1.4em;
}

h1 {
	font-size: 1.4em;
	font-weight: normal;
	color: #333;
}

h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #D71634;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	text-transform:uppercase;
	color: #333;
}

p {
	font-size: 1em;
	font-weight: normal;
	color: #333;
}

a {
	color: #BB1031;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.subsub_maincontent li {
	margin-left: 10px;
}

.col50Percent {
	width: 50%;
}

.clear {
	clear:both;float:none;
}

.mailtolink {
	font-size:0.8em;
	font-weight: normal;
}

/*
 * Struktur
 */

#shadow {
  background: transparent url(../_images/schatten_back.jpg) 0px 0px no-repeat;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 861px; 
	height: 100%;
	top: 30px;
}

#page {
  background: transparent;
  overflow: hidden;
  position: relative;
  top: 0px; left: 21px;
  width: 821px;
}

#container, #container_sub, #container_sub2 {
  margin: 0 auto 0px auto;
  position: relative;
  width: 821px; min-height: 670px; height: 670px;
  z-index: 1;
}

.containerstartseite {
	min-height: 621px !important; 
	height: 621px !important;
}

#container {
  background: transparent url(../_images/container_back.jpg) 0px 0px no-repeat;
}

#container_sub {
  background: transparent url(../_images/container_back_sub.jpg) 0px 0px no-repeat;
}

#container_sub2 {
  background: transparent url(../_images/container_back_sub2.jpg) 0px 0px no-repeat;
}

html>body #container {
  height: auto;
}

#header {
	position: relative;
	height: 86px;
  z-index: 3;
}

#footer {
  clear: both;
	background: transparent url(../_images/footer_back.jpg) no-repeat;
  position: relative;
  top: 0; left: 21px;
  width: 821px; height: 60px;
}

#content {
	background: transparent;
  clear: both;
	position: relative;
	margin: 0;
	padding-top:25px;
  z-index: 2;
}

/*
 * Homepage
 */ 

.start_bildleiste {
	position: absolute;
	top: 1px;
	height: 225px;
	width: 821px;
}

.start_bildleiste .imgbox {
	float: left;
	width: 245px;
	height: 225px;
	margin: 0px 16px 0px 0px;	
}

.imgbox img {
	position:absolute;
	width: 245px;
	height: 225px;
	z-index: 55;
}

.imgbox img.ersteebene {
	z-index: 77;
}

.imgbox img.zweiteebene {
	z-index: 66;
}

#start_maincontent {
  position: absolute;
	top: 235px;
	height: 250px;
	clear: both;
	background: transparent url(../_images/karte.gif) 362px -1px no-repeat;
	margin: 0px 21px;
	width: 785px;
}

#start_maincontent h1, #start_maincontent h2, #start_maincontent h3, #start_maincontent p {
	margin: 0px 33px;
}

#start_maincontent h1 {
	margin-top: 12px;
}

#start_maincontent h3, #start_maincontent p {
	margin-left: 36px;
}

#start_maincontent p {
	width: 310px;
}

#start_zeitungen {
  clear: both;
	position: absolute;
	top: 450px;
	height: 166px;
	width: 783px;
	margin: 0px 11px;
}

#karteclicker {
	display:block;
	width:400px;
	height:250px;
	position:absolute;
	left:365px;
	top:0px;
}

#karteclicker:hover {
	text-decoration: none;
	cursor: pointer;
}

#karte-gross {
	position: absolute;
	top: 100px;
	left: 60px;
	margin: 1px solid orange;
	z-index: 1000;
}

.nodisplay {
	display: none;
}

.blockdisplay {
	display: block;
}

/* Site-Navigation */

#navi3 {
  clear: both;
	display: block;
	background-color: transparent;
	margin: 0 auto;
  overflow: hidden;
  position: relative;
	top:30px; left:0px;
  text-align: left;
  width: 821px;
	height: 32px;
}
#navi3ul {
  clear: both;
	display: block;
	position: absolute;
	top: 0px;
	left: 523px;
	width: 275px;
	line-height: 37px;
	z-index: 888;
}
.sf-menu-rkw {
  background: transparent url(../_images/sitenavi-rkw.gif) top left no-repeat;
}
.sf-menu-zgw {
  background: transparent url(../_images/sitenavi-zgw.gif) top left no-repeat;
}
#navi3ul li {
	height: 32px;
}
.navi3li1 {
	width: 132px !important;
}

.navi3li2 {
	width: 143px !important;
}


/*
 * Unterseiten
 */

#breadcrumbs {
	font-size: 0.9em;
}

#breadcrumbs, #breadcrumbs a, #breadcrumbs a:hover {
	color: #999;
	font-weight: normal;
}

#breadcrumbs strong {
	text-decoration: underline;
	color: #666;
	font-weight: normal;
}

.sub_bildleiste {
	position: absolute;
	top: 30px;
	left: 0px;
	height: 400px;
	width: 290px;
}

.sub_bildleiste img {
	position:absolute;
	width: 194px;
	height: 390px;	
	margin-left: 57px;
}

.sub_bildleiste img {
	z-index: 55;
}

.sub_bildleiste img.ersteebene {
	z-index: 77;
}

.sub_bildleiste img.zweiteebene {
	z-index: 66;
}

.subsub_maincontent {
	position: absolute;
	top: 116px;
	left: 0px;
}

.subsub_maincontent .col {
	margin-top: 15px;
	width: 210px;
}

.subsub_maincontent .col p {
	width: 210px;
}

.subsub_maincontent h3 {
	background: transparent url(../_images/dreieck.gif) 0px 3px no-repeat;
	padding-left: 15px;
	margin-bottom: 11px;
}

.subsub_maincontent h4 {
	color: #fff;
	padding-left: 8px;
	margin-bottom: 11px;
}

.subsub_maincontent p, .subsub_maincontent	ul, .subsub_maincontent table, .subsub_maincontent form {
	padding-left: 8px;
	width: 445px;
	margin-bottom: 11px;
}

.subsub_maincontent	ul {
	font-weight: bold;
	list-style: disc;
	margin-left: 15px;
}

.adresse {
	background: transparent url(../_images/dreieck.gif) 5px 3px no-repeat;
	padding-left: 20px;
	position:absolute;
	top: 460px;
	left: 65px;
	opacity: 1.0 !important;
}

.keineadresse {
	background: #fff;
	position:absolute;
	top: 410px;
	left: 50px;
	width: 210px;
	height: 200px;
}

.adresse h2 {
	text-indent: -9999px;
	height: 0.01em;
	line-height: 0.01em;
}

.adresse p {
	font-size: 1em !important;
	margin-bottom: 10px;
}

#sub_maincontent {
  position: absolute;
	top: 30px;
	left: 283px;
	width: 650px;
	height: 100%;
}

#sub_maincontent h1 {
	margin-top: 6px;
}

.sub_bildleiste h2 {
	font-size: 0.8em;
}

.sub_bildleiste p {
	font-size: 0.8em;
}

td {
	padding: 0px 10px 0px 10px;
}

.zeitungstitel td {
	padding-bottom: 20px;
}

td.titel {
	padding: 18px 18px 0px 18px;
}

/*
 * Navigation
 */

#logo {
	width: 224px;
	height: 38px;
	position: absolute;
	top: 25px;
	left: 47px;
}

#navi1, #navi2, #navi2ul {
	clear: both;
	display: block;
}

#navi1 li, #navi2ul li{
 	float: left;
	display: block;
	position:relative;
	margin-right: 10px;
}

#navi1 {
	position: absolute;
	top: 15px;
	right: 15px;
}

#navi1 li {
	margin-right: 18px;
}

#navi1 a, #navi1:visited a, #navi1:active a, #navi1 a:hover {
	color: #999;
	font-weight: normal;
	font-size: 1em;
}

#navi2 {
	position: absolute;
	top: 33px;
	left: 303px;
}

#navi2ul {
	position: absolute;
	top: 50px;
	left: 310px;
	width: 465px;
	line-height: 37px;
	z-index: 888;
	background: transparent url(../_images/zgw_navi.gif) top left no-repeat;
}


#navi2ul li {
	height: 37px;
}

.outofbounds {
	text-indent: -9999px;
}

#navi2ul li.navi2li1 {
	width: 132px;
}

#navi2ul li.navi2li2 {
	width: 132px;
}

#navi2ul li.navi2li3 {
	width: 152px;
}

#navi2ul li a {
	display: block;
}

#navi2ul li a:hover {
	width: 465px;
	background: yellow;
	text-decoration: none;
}

#navi2ul li .z1:hover, #navi2ul li .zactive1 {
	background: transparent url(../_images/z1.gif) 0px 0px no-repeat;
	width: 160px;
}
#navi2ul li .z2:hover, #navi2ul li .zactive2 {
	background: transparent url(../_images/z2.gif) 0px 0px no-repeat;
	width: 190px;
}
#navi2ul li .z3:hover, #navi2ul li .zactive3 {
	background: transparent url(../_images/z3.gif) 0px 0px no-repeat;
	width: 190px;
}

.popup_container {
	visibility:hidden;
}
.popup_container_show {
	visibility:visible;
}

.z1hm, .z2hm, .z3hm, .z1hmb, .z2hmb, .z3hmb, .z2hmc {
 position:absolute;
 top:50px;
 height: 37px;
 z-index:1111;
 text-indent:-9999px;
}

.z1hmb {
 background: transparent url(../_images/z1b.gif) 0px 0px no-repeat;
 width: 139px;
 left:452px;
}


.z2hmb {
 background: transparent url(../_images/z2b.gif) 0px 0px no-repeat;
 width: 157px;
 left:310px;
}

.z2hmc {
 background: transparent url(../_images/z2c.gif) 0px 0px no-repeat;
 width: 170px;
 left:594px;
}

.z3hmb {
 background: transparent url(../_images/z3b.gif) 0px 0px no-repeat;
 width: 139px;
 left:468px;
}

#navi2ul li ul.subnavi {
	display: none;
	padding-top:2px;
	/*filter:alpha(opacity=70); 
	-moz-opacity: 0.70; 
	opacity: 0.70;*/
}

#navi2ul li ul.subnavi li {
	display: block;
	width :184px;
	height: 23px;
	line-height: 21px;
	margin: 0px 3px 0px 3px;
	background: transparent url(../_images/navi_sub_back.jpg) top left repeat-y;
}

#navi2ul li ul.subnavi li a {
	background: transparent;
	color: #333333;
	display: block;
	height: 100%;
	line-height:100%;
	width: 100%;
}

#navi2ul li ul.subnavi li a span {
	display: block;
	padding: 5px 10px;
	color: #94959C;
}

#navi2ul li ul.subnavi li a:hover {
	background-image: none;
	background-color: transparent;
}

#navi2ul li ul.subnavi li a:hover span {
	background-color: #DEDEDE;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 4px 10px;
	margin: 0px;
	color: #646572;
}

/* superfish */

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			190px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			37px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			190px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			190px; /* match ul width */
	top:			0;
}


/*** shadows for all but IE6 ***/
.sf-shadow ul {
	height: auto;
	background:	url('../_images/shadow3.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*
 * Formular
 */
.form {
  margin-top: 0px;
}

.form .bottom {
  clear: both;
  float: none;
}

.form .bottom input.checkbox {
  position: relative;
  top: 2px; left: 0;
}

.form .submit {
  display: block;
  margin-top: 15px;
}

.form .label {
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
}

.form .formrow {
	clear:both;
}

div.label {
	padding-bottom: 5px;
	text-transform:uppercase;
}

.form input.varchar {
  border: none;
	background-color: #E5E4E8;
  padding-left: 0px;
  width: 150px;
	height: 20px;
	margin-bottom: 11px;
	float: left;
}

.form .col label {
  display: block;
	width: 50px;
	float: left;
}

.form .col .label label {
  top: 0; left: 0;
	width: 120px;
	padding-bottom: 10px;
}

.form textarea {
  border: 0;
	margin: 0;
	padding: 0;
	background-color: #E5E4E8;
  width: 180px; height: 123px;
	overflow: auto;
}

.form p.error {
  color: #d00;
  font-weight: bold;
  margin-bottom: 15px;
}

.form label.error {
  color: #d00;
}

/*
 * Spalten
 */
.cols {
  float: none;
  height: 1%;
  overflow: auto;
}

.col {
  float: left;
  margin-right: 20px;
  width: 240px;
}

.apcol {
	background: transparent url(../_images/ansprechpartner_back.jpg) 0px 0px no-repeat;
	width: 202px;
	height: 106px;
	margin-left: 10px;
}

.apcoloben {
	background: transparent url(../_images/ansprechpartner_back_oben.jpg) 0px 0px no-repeat;
}

.apcol p {
	margin: 15px 0px 0px 28px;
}

.borderbottom {
	border-bottom: 1px solid #333;
	margin-bottom: 5px !important;
	padding-bottom: 5px;
}