/* --------------------------------------- */
/* Basis-Layout */
/* --------------------------------------- */
html {
    height: 100%;
}

body { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #174888;
	margin: 0;
	padding: 2px;
/*	text-align: center;  */
	background-color: #4C5760;

  scrollbar-3dlight-color: #F5F5F5;
  scrollbar-arrow-color: #D9E5F1;
  scrollbar-base-color: #768EB2;
  scrollbar-darkshadow-color: #F5F5F5;
  scrollbar-face-color: #002A58;
  scrollbar-highlight-color: ;
  scrollbar-shadow-color: #768EB2;

    min-height: 101%; /* damit wird Scrollbar immer angezeigt */
}

a:active  { color: #174888; }
a:link    { color: #174888; }
a:visited { color: #174888; }


h1{
	line-height: 24px;
	font-size: 18px;
	margin: 0;
	padding: 0;
	padding-bottom: 14px;
}
h2{
	font-size: 12px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
p{
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
ul{
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-bottom: 10px;
}

.basis-hintergrund{
	width: 1000px;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0 auto;
	padding: 1px;
}

/* --------------------------------------- */
/* Kopf-Bereich */
/* --------------------------------------- */
.basis-vordergrund{
	position: relative;
	background-color: #FCFAEB;
	width: 100%;
}

.titelbild{
	background-color: #FFD520;
	border: 1px;
}

.titelzeile{
	height: 18px;
	border: 0px;
}

.titelzeile-links{
	padding-left: 5px;
	padding-right: 5px;
  float: left;
  font-weight: bold; 
}

.titelzeile-rechts{
	padding-left: 5px;
	padding-right: 5px;
  float: right;
  font-weight: bold; 
}

.hintergrund-weiss-titel{
	background-color: #DCDCDC;
	font-size: 0;
	height: 1px;
	width: 100%;
}

.hintergrund-blau-titel{
	background-color: #002A58;
	font-size: 0;
	height: 1px;
	width: 100%;
}

.hintergrund-hintergrund{
	font-size: 0;
	height: 12px;
	width: 100%;
}

/* --------------------------------------- */
/* Inhaltsbereich */
/* --------------------------------------- */
.content-links{
	width: 180px;
	padding-left: 0px;
	margin:0;	
    float: left;
}

.content-mitte{
	width: 560px;
margin:0;
	padding-left: 20px;
	padding-right: 20px;
    float: left;
}

.content-rechts{
	width: 206px;  
margin:0;
	padding-left: 0px;
	padding-right: 10px;
    float: right;
}

.content-footer{
	clear: both;
}

/* --------------------------------------- */
/* Navigation */
/* --------------------------------------- */
.navigation {
  padding: 0;
  margin: 0;
  line-height:18px;
}
.navigation li {
  list-style: none;
  margin: 0;
  border-top: 1px solid gray;
}
.navigation li a {
  background-color: #FCFAEB;
  text-decoration: none;
}
.navigation li a:active {
  color: #174888;
  
}
.navigation li a:link {
  color: #174888;
}
.navigation li a:visited {
  color: #174888;
}
.navigation li a:hover {
  background-color: #FEE000;
  color: #174888;
  border-color: #FEE000;
  padding-top: 2px;
  padding-bottom: 2px;

}
.nav-current {
  border-left: 10px solid #174888;
}
.nav-current-child {
  border-left: 20px solid #FCFAEB;
  font-weight:bold;
}
.nav-normal {
  border-left: 10px solid #DCDCDC;
}
.nav-normal-child {
  border-left: 20px solid #FCFAEB;
}

/* --------------------------------------- */
/* logo */
/* --------------------------------------- */
.logo {
  padding-top: 100px;
  padding-left: 5px;
}

/* --------------------------------------- */
/* Adresse */
/* --------------------------------------- */
.adresse {
  padding-top: 10px;
  padding-left: 5px;
}

/* --------------------------------------- */
/* Inhalt-Homepage */
/* --------------------------------------- */
.homepage-text {
  padding: 0;
  padding-top: 20px;
  margin: 0;
  width: 100%;
}

/* --------------------------------------- */
/* Inhalt-Seite */
/* --------------------------------------- */
.inhalt-text {
  padding: 0;
  margin: 0;
  width: 100%;
}

/* --------------------------------------- */
/* Link */
/* --------------------------------------- */
.link-media {
	border: 0px;
}

.link-media img {
	border: 0px;
  margin-bottom: 10px;
}

.link-seite {
  background-color: #FFD520;
  color: #174888;
  width: 100%;
  border: 1px solid #174888;
	text-align: center;
  margin-bottom: 10px;
  font-size: 14px; 
  font-weight: bold; 
}

.link-seite a:active {
  text-decoration: none;
  color: #174888;
}

.link-seite a:link {
  text-decoration: none;
  color: #174888;
}
.link-seite a:visited {
  text-decoration: none;
  color: #174888;
}
.link-seite:hover {
  text-decoration: none;
  background-color: #174888;
  color: #FCFAEB;
}

.link-seite a:hover {
  text-decoration: none;
  background-color: #174888;
  color: #FCFAEB;
}


/* --------------------------------------- */
/* Modul: Titel mit Zeile */
/* --------------------------------------- */
.titelmitzeile {
  padding-top: 0px;
  padding-bottom: 2px;
  font-size: 12px; 
  font-weight: bold; 
  width: 100%;
}
.titelmitzeile-linie {
  background-color: #174888;
  font-size: 0;
  height: 1px;
  width: 100%;
}

/* --------------------------------------- */
/* Modul: Text mit Bild */
/* --------------------------------------- */
.textbild {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

.textbildtd {
  vertical-align: top;
  text-align: left;
  padding: 0;
  border: 0px;
}

.textbildtitel {
  font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom: 8px;
}

.textbildtext {
	margin: 0;
	padding: 0;
}

.textbildliste {
	margin: 0px;
	padding-left: 20px;
}

.textbildlinks{
  border: 0px;
  vertical-align: top;
  text-align: left;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.textbildrechts{
  border: 0px;
  vertical-align: top;
  text-align: left;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 10px;
  padding-bottom: 10px;
}

/* --------------------------------------- */
/* Modul: Infospalte */
/* --------------------------------------- */
.infospalte-titel{
  font-size: 12px; 
  font-weight: bold;
  background-color: #174888;
  color: #FCFAEB;
  width: 100%;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid gray;
}

.infospalte-box {
  background-color: #D8E1F0;
  margin-bottom: 10px;
  width: 100%;
  padding-top: 6px;
  padding-left: 2px;
  padding-right: 2px;
}

.infospalte-text {
  padding-bottom: 8px;
}

.infospalte-liste {
	margin: 0px;
	padding-left: 20px;
	padding-right: 2px;
}

/* --------------------------------------- */
/* Modul: Parameter */
/* --------------------------------------- */
.parameter_rot {
  color: red;
}

/* --------------------------------------- */
/* Bestellung */
/* --------------------------------------- */
.bestellung {
  background-position:center;
  background-repeat:no-repeat;
  width: 210px;  
  height: 70px;
}

.bestellung_text {
	color: #174888; 
	font-size: 1em;
	position: relative;
	top: 20px;
	left: 94px;
  width: 110px;  
  height: 70px;
	text-align: right;
	vertical-align: bottom;
}

/* --------------------------------------- */
/* Bestellformular */
/* --------------------------------------- */
.input-block {
  padding-bottom: 20px;
}
.input-titel {
  padding-top: 0px;
  padding-bottom: 4px;
  font-size: 12px; 
  font-weight: bold; 
}

/* --------------------------------------- */
/* Formulare */
/* --------------------------------------- */
.formlabel {
	float: left;
}

.formhinweis {
  font-size: 12px; 
}

.gutscheine {
	width: 100%;
}

.kontaktangaben div   { width: 120px; }
.kontaktangaben input { width: 420px; }
.gutschein      div   { width: 340px; }
.gutschein      input { width: 40px; }
.zusatzinfo     div   { width: 190px; }
.zusatzinfo     input { width: 20px; }
.nachricht      div   { width: 120px; }
.nachricht      input { width: 420px; }
.spamschutz     div   { width: 480px; }
.spamschutz     input { width: 60px; }

.formtext {
  font-size: 12px; 
	background-color: #F9F1BA;
	text-decoration: none: 4px;
	border-left: #174888 1px solid;
	border-top: #174888 1px solid;
	border-right: #174888 1px solid;
	border-bottom: #174888 1px solid;
}
.formcheck {
  font-size: 12px; 
}

.formtextfield {
  width:420px;
  font-size: 12px; 
	background-color: #F9F1BA;
	text-decoration: none: 4px;
	border-left: #174888 1px solid;
	border-top: #174888 1px solid;
	border-right: #174888 1px solid;
	border-bottom: #174888 1px solid;
}


/* --------------------------------------- */
/* Bildergalerie */
/* --------------------------------------- */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
  }
#lightbox img {
  width: auto;
  height: auto;
  }
#lightbox a img{
  border: none;
  }
#outerImageContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  }
#imageContainer {
  padding: 10px;
  }
#loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
  }
#hoverNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  }
#imageContainer>#hoverNav {
  left: 0;
  }
#hoverNav a {
  outline: none;
  }
#prevLink, #nextLink {
  width: 49%;
  height: 100%;
  background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
  display: block;
  }
#prevLink {
  left: 0;
  float: left;
  }
#nextLink {
  right: 0;
  float: right;
  }
#prevLink:hover, #prevLink:visited:hover {
  background: url(/files/prevlabel.gif) left 15% no-repeat;
  }
#nextLink:hover, #nextLink:visited:hover {
  background: url(/files/nextlabel.gif) right 15% no-repeat;
  }
#imageDataContainer {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  }
#imageData {
  padding:0 10px;
  color: #666;
  }
#imageData #imageDetails {
  width: 70%;
  float: left;
  text-align: left;
  }
#imageData #caption {
  font-weight: bold;
  }
#imageData #numberDisplay {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
  }
#imageData #bottomNavClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
  }
#overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000;
  }
