body {
  color: #c4d1df;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100.01%;
  margin: 0;
  text-align: center;
  padding: 0 0 20px;   /* Zentrierung fuer alte IEs */
  background-color: #001a36;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center top;
}

h1 {
  color: #ffffff;
  font-size: 80%;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  font-weight: bold;
  text-transform: uppercase;
}

h2 {
  color: #cadbef;
  font-size: 70%;
  margin: 0px;
  
  padding: 0px;
}


p, .list-nav {
  font-size: 80%;
  padding: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  color: #c4d1df;
  text-align: left;
}




a {
  text-decoration: none;
}

a:link    {
  color: #5ca0c7;
  text-decoration: none;
}
a:visited {
  color: #5ca0c7;
}
a:focus, a:hover, a:active {
  color: #AECFE3;
}


a.inline {
	color: #C4D1DF;
	cursor: text;
	outline: 0 none #fff;
	text-decoration: none;
}

.no-border{ 
  border: 0 none #fff;
}
 
/* Allgemeine Klassen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
}

.pngTransparent {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}


.float-left {
float: left;
margin-right: 15px;
margin-bottom: 10px;
}

.float-right{
float: right;
margin-left: 15px;
margin-bottom: 10px;
}


/* Content
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
#contentHolder {
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-position: 0 0;
  width: 960px;          /* Zentrierung fuer moderne Browser */
  text-align: left;
  position: relative;
  padding-top: 0px;        /* text-align:center (body) "neutralisieren" */
  background-color: #002349;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
}




*  html  #contentHolder {   /* Box Model Hack - notwendig wegen border-Angabe */

}

#boxHead {
  height: 348px;
  width: 960px;
  background-color: #012f61;
  position: relative;
}

#headSubnav {
  height: 30px;
  width: 960px;
  left: 0px;
  top: 0px;
  position: relative;
  background-color: #093c74;
}

ul#headsubnavLeft {
  padding: 0px;
  list-style-type: none;
  display: block;
  width: 150px;
  height: 30px;
  float: left;
  margin: 0;
  padding: 0 0 0 15px;
}

ul#headsubnavLeft   li   {
  margin: 0px;
  padding: 0px;
  display: inline;
}
ul#headsubnavLeft li a {
  color: #90abca;
  display: block;
  font-size: 70%;
  line-height: 30px;
  background-attachment: scroll;
  background-image: url(templates/images/symbol_home_subnav_head.png);
  background-repeat: no-repeat;
  background-position: 0px center;
  padding-left: 30px;
  font-weight: bold;
}


ul#headsubnavRight {
  margin: 0;
  padding: 0 24px 0 0;
  list-style-type: none;
  display: block;
  height: 30px;
  position: relative;
  float: right;
}

ul#headsubnavRight li {
  margin: 0px;
  display: inline;
  float: left;
  line-height: 30px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 24px;
  font-size: 70%;
  color: #90ABCA;
}

ul#headsubnavRight li a {
  color: #90abca;
  display: block;
  padding-left: 0px;
  font-weight: normal;
}
#boxHeadLeft {
  height: 250px;
  width: 636px;
  margin-right: 1px;
}

#boxHeadRight,
#boxHeadRightSlideshow {
  height: 250px;
  width: 322px;
  position: absolute;
  top: 30px;
  left: 638px;
  overflow: hidden;
  z-index: 2;
  display: block;
}

#boxHeadRight {
	left: 315px;
}

body.head-slide #boxHeadRight {
	left: 638px;
}

#boxHeadRightSlideshow {
	z-index: 1;
}

body.head-slide #boxHeadRightSlideshow {
	display: none;
}

/* boxHeadRightSlideshow gallery */

.boxHeadRightSlideshow {
}

  .boxHeadRightSlideshow a {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center;
  }

  .boxHeadRightSlideshow img {
    border: none;
  }

/* pagination control */

.boxHeadRightSlideshow ul,
.boxHeadRightSlideshow ol {
  display: none;
}

  .boxHeadRightSlideshow ul li,
  .boxHeadRightSlideshow ol li {
    float: left;
    margin: 0 3px;
    width: 16px;
  }
  
  .boxHeadRightSlideshow ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 14px;
    padding-top: 2px;
    text-decoration: none;
    color: #666;
    background: #eee;
    border: 1px solid #666;
    text-align: center;
    font-size: 11px;
  }
  
  .boxHeadRightSlideshow ul li a.current {
    color: #111;
    font-weight: bold;
    border: 1px solid #111;
    background: #fff;
  }
  
  .boxHeadRightSlideshow ul li a:hover {
    color: #fff;
    background: #333;
  }
  
/* caption control */

.boxHeadRightSlideshow ol {
  display: none;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 322px;
  font-size: 12px;
  color: #CADBEF;
  background: transparent url(templates/images/hg_box_logo.png) scroll repeat-y 0 0;
  padding: 0;
  z-index: 2;
  margin: 0;
  list-style: none none outside;
}

  .boxHeadRightSlideshow ol li {
    display: none;
    padding: 3px 6px;
    width: 302px;
  }



.boxHeadRightHg,
.boxHeadRightFg {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.boxHeadRightHg {
	width: 200%;
  background: transparent url(templates/images/hg_box_logo.png) scroll no-repeat 0 0;
	left: 0;
}


body.head-slide .boxHeadRightHg {
  left: -322px;
}

#boxHeadRight img {
  display: block;
  left: 60px;
  top: 30px;
  position: absolute;
}


#boxHeadRight h1 {
  font-size: 70%;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 10px;
  line-height: 18px;
  font-weight: bold;
  width: 280px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  left: 21px;
  color: #CADBEF;
}



#headNav {
  background-attachment: scroll;
  background-image: url(templates/images/hg_navmain_head.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 64px;
  width: 960px;
  position: absolute;
  bottom: 5px;
  left: 0px;
  z-index: 2;
}

#headNav ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#headNav li {
  display: inline;
}

#headNav li a {
  font-family: "Times New Roman", Times, serif;
  font-size: 140%;
  color: #859eba;
  line-height: 64px;
  text-align: center;
  height: 64px;
  width: 160px;
  display: block;
  float: left;
}

#headNav li a:hover,
#headNav li a.aktiv {
  background-attachment: scroll;
  background-image: url(templates/images/but_nav_main_over.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  color: #FFFFFF;
}

#boxContent {
  width: 960px;
  padding-bottom: 10px;
  margin-top: 20px;
}

#boxContentLeft {
  float: left;
  min-height: 400px;
  width: 610px;
  position: relative;
}
#boxContentLeft h1 {
  font-family: "Times New Roman", Times, serif;
  font-size: 130%;
  font-weight: normal;
  margin-bottom: 15px;
  margin-left: 10px;
  text-transform: none;
}

#boxContentLeft h2 {
  color: #d7e4f2;
  font-size: 95%;
  margin-bottom: 15px;
  margin-left: 10px;
  font-weight: normal;
}

#boxContentLeft p,
#boxContentLeft .list-nav {
  font-size: 80%;
  line-height: 18px;
  margin-left: 10px;
}

#boxContentLeft .list-nav {
	border-top: 1px dotted #4581A4;
	padding-top: 4px;
	color: #4f6b8b;
}

#boxContentRight {
	float: right;
  width: 328px;
}

#boxContentRight ul {
  margin:0 20px 10px 35px;
  padding: 0;

}

#boxContentRight ul li{
  font-size: 80%;
  color:#C4D1DF;

}

.list-nav a.active { font-weight: bold; }

  .boxRight {
    width: 328px;
    background: #022b58 url(templates/images/hg_box_right_middle.png) scroll repeat-y 0 0;
  }
  
  .boxRight h1 {
    color:#D7E4F2;
    font-family:"Times New Roman",Times,serif;
    font-size:120%;
    font-weight:normal;
    margin: 0 0 5px;
    padding: 15px 10px 10px 20px;
    background: #022b58 url(templates/images/hg_box_right_top.png) scroll no-repeat 0 0;
  }
  
  .boxRight h1,
  .boxRight h2,
  .boxRight h3,
  .boxRight p {
    padding-left: 20px;
    padding-right: 10px;
    color: #CADBEF;
  }
  
  .boxRight h2 {
    font-size: 80%;
    margin-top: 10px;
  }
  
  .boxRight h2 a,
  .boxRight h2 a:link {
    color: #CADBEF;
  }
  
  .boxRight h2 a:hover,
  .boxRight h2 a:focus,
  .boxRight h2 a:active {
    color: #5CA0C7;
  }
  
  .boxRight p {
    color: #859EBA;
  }
  
  .boxRight p.lasche {
    background: #022b58 url(templates/images/hg_box_right_bottom-neu.png) scroll no-repeat 0 -17px;
    padding: 11px 0 0 5px;
    margin: 5px 0 0 0;
  }

  .boxRight p.lasche.leer {
    background-position: 0 0;
    padding-top: 17px;
  }
  
  .boxRight p.lasche a {
    line-height: 24px;
    padding-right: 17px;
    background: transparent url(templates/images/hg_box_right_bottom-neu.png) scroll no-repeat right -52px;
    display: inline-block;
    padding-left: 3px;
  }
  
  .boxRight a.artikelLesen {
		background-attachment:scroll;
		background-image:url(templates/images/listpoint_artikel_link.png);
		background-position:right 4px;
		background-repeat:no-repeat;
		border-bottom:1px dotted #4581A4;
		display:block;
		font-size:100%;
		line-height:100%;
		margin-bottom:15px;
		padding-bottom:4px;
		padding-right:10px;
		text-align:right;
  }


.newsDate {
  color: #4f6b8b;
  font-size: 70%;
  margin: 2px 0 0 0;
}

.newsKategorie {
  color: #8b774f;
  font-weight: bold;
  float: left;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 0px;
}

p.newsArtikel {
  color: #4f6b8b;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}

#boxContentLeft p.newsArtikel {
	margin-bottom: 15px;
  color: #C4D1DF;
}

#footer {
  height: 60px;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

#footer p {
  line-height: 20px;
  padding-top: 10px;
  color: #859eba;
  font-size: 70%;
  text-align: center;
}

#boxContentBottom {
  width: 1000px;
  margin-bottom: 0px;
  margin-top: 17px;
  background-color: #002349;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  min-height: 190px;
}

#partner .menu {
  list-style: none none outside;
  margin: 0;
  padding: 0;
  width: 1000px;
  display: block;
  position: relative;
  background: transparent url(templates/images/nav_hg_box_bottom.png) scroll no-repeat -200px 0;
  height: 40px;
}

#partner .menu a.tabactive,
#partner .menu a:hover {
  background: transparent url(templates/images/nav_hg_box_bottom.png) scroll no-repeat 0 0;
}

#partner .menu a.tabactive {
  color: #bacbde;
}

#partner .menu li {
  display: block;
  float: left;
}

#partner .menu li a {
  display: block;
  height: 40px;
  width: 200px;
  line-height: 40px;
  font-size: 120%;
  font-family: "Times New Roman", Times, serif;
  text-decoration: none;
  color: #7c95b2;
  cursor: pointer;
}

#partner .tabcont #partner-tabs-0 {
  text-align: center;
}

#partner .tabcont #partner-tabs-0 img {
	padding: 0px 17px;
}

#partner .tabcont #partner-tabs-0,
#partner .tabcont #partner-tabs-1,
#partner .tabcont #partner-tabs-2,
#partner .tabcont #partner-tabs-3,
#partner .tabcont #partner-tabs-4 {
	padding: 20px;
}

#partner .logo {
	width: 250px;
	float: left;
	margin: 0 20px 0 0;
	text-align: center;
}

#partner .beschreibung {
	float: left;
	width: 690px;
}

#partner #partner-tabs {
	list-style: none none outside;
	margin: 0;
	padding: 20px;
	text-align: left;
}

#partner #partner-tabs .partner-uebersicht {
	padding-bottom: 20px;
}

#partner #partner-tabs .partner-uebersicht .head {
	font-family: "Times New Roman",Times,serif;
	font-size: 130%;
	font-weight: normal;
	margin-bottom: 5px;
	text-transform: none;
	display: block;
	padding-left: 270px;
}

#partner #partner-tabs .head {
	color: #D7E4F2;
	font-size: 85%;
	font-weight: normal;
	margin-bottom: 5px;
	display: block;
	padding-left: 270px;
}


#partner div.q {
	padding: 0 0 20px 0;
	display: block;
}

#partner .partner-uebersicht div.q {
	display: none;
}

form.kontakt {
  display: block;
  margin-top: 15px;
}

.form-kontakt {
  margin-left: 10px;
}

form.kontakt span {
  display: block;
  clear: left;
  font-size: 80%;
  min-height: 25px;
}

form.kontakt label {
  display: block;
  float: left;
  width: 120px;
  padding-top: 4px;
  font-weight: bold;
}

form.kontakt span.for-label {
  display: block;
  clear: none;
  float: left;
  font-size: 100%;
  min-height: 0;
  padding-top: 4px;
  height: 21px;
  width: 177px;
}

form.kontakt input.radio {
  position: relative;
  top: 2px;
}

form.kontakt label.for-radio {
  display: inline;
  font-weight: normal;
  float: none;
  width: auto;
  padding-top: 0;
}

#nachricht { width: 261px; height: 140px; }
input.text { width: 261px; }
input#postleitzahl { width: 80px; }
input#ort { width: 172px; }
input#telefon, input#fax { width: 126px; }








.galerie {
  margin-left: 10px;
}

.galerie ul.th {
  list-style: none none outside;
  margin: 0;
  padding: 0;
}

.galerie #controls {
  font-size: 80%;
  text-align: right;
  width: 596px;
  height: 20px;
  display: none;
}

.galerie #controls .ss-controls,
.galerie #controls .nav-controls {
  display: inline;
}

.galerie #controls a {
  background: transparent url(templates/images/slideshow-controls.gif) scroll no-repeat 10000px 10000px;
  display: block;
  float: left;
  text-align: left;
  color: #859eba;
  padding-left: 14px;
  border: 0 none #fff;
  outline: 0 none #fff;
}

.galerie #controls a.play,
.galerie #controls a.pause {
  width: 42px;
  background-position: 0 -15px;
}

.galerie #controls a.pause {
  background-position: 0 -52px;
}

.galerie #controls a.prev {
  background-position: 55px 2px;
  padding-right: 17px;
}

.galerie #controls a.next {
  background-position: 0 -33px;
  padding-left: 16px;
  padding-right: 4px;
}

.galerie ul.th li {
  margin: 0;
  padding: 0;
  display: block;
  width: 94px;
  height: 60px;
  margin: 0 4px 4px 0;
  float: left;
  text-align: center;
  background: #859EBA;
  border: 1px solid #859EBA;
  overflow: hidden;
}

.galerie ul.th li a,
.galerie ul.th img {
  border: 0 none #fff;
  outline: 0 none #fff;
}

.galerie ul.th li a {
  display: block;
  width: 94px;
  height: 60px;
  background: url(templates/images/clear.gif);
}

.galerie .imgs {
  border: 1px solid #859EBA;
  width: 594px;
  height: 395px;
  overflow: hidden;
  padding: 0;
  display: block;
  text-align: center;
  background: #859EBA;
  margin: 0 0 5px 0;
  position: relative;
}

.galerie .imgs span,
.galerie .imgs span a {
  display: block;
  width: 594px;
  height: 395px;
  overflow: hidden;
  background: url(templates/images/clear.gif);
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 0;
  font-size: 0;
  border: 0 none #fff;
  outline: 0 none #fff;
  z-index: 1;
}

.galerie .imgs span a {
  background-color: #022B58;
}

.galerie .imgs img {
  border: 0 none #fff;
  outline: 0 none #fff;
}

.galerie #thumbs .pagination {
	display: none;
}

.slideshow .galerie .imgs {
  float: left;
}

#boxContentRight h2.galerie-archiv {
	font-size: 90%;
	margin: 0 20px 0 20px;
	padding: 0 0 10px 0;
}

#boxContentRight h2.galerie-archiv.enhanced {
	cursor: pointer;
}

#boxContentRight h2.galerie-archiv.enhanced:hover,
#boxContentRight h2.galerie-archiv.enhanced:focus,
#boxContentRight h2.galerie-archiv.enhanced:active {
	color: #5CA0C7;
}

#boxContentRight h2.galerie-archiv.enhanced.active {
	cursor: text;
	color: #CADBEF;
}



#boxContentRight ul.galerie-archiv {
  list-style: none none outside;
  margin: 0 20px 15px 20px;
  padding: 0;
}

#boxContentRight ul.galerie-archiv li {
  font-size: 100%;
  padding: 10px 0 20px 0;
  margin: 0;
}

#boxContentRight ul.galerie-archiv .vorschau,
#boxContentRight ul.galerie-archiv .beschreibung {
  float: left;
  width: 188px;
}

#boxContentRight ul.galerie-archiv .vorschau {
  width: 100px;
}

#boxContentRight ul.galerie-archiv .vorschau a,
#boxContentRight ul.galerie-archiv .beschreibung a {
  display: block;
}

#boxContentRight ul.galerie-archiv .vorschau img {
  border: 1px solid #859EBA;
  outline: 0 none #fff;
  display: block;
}

#boxContentRight ul.galerie-archiv h2,
#boxContentRight ul.galerie-archiv p {
  padding-left: 10px;
  padding-right: 0;
  margin-top: 0;
}

#boxContentRight ul.galerie-archiv h2 {
  margin-top: 0;
  margin-bottom: 0;
}
