@charset "utf-8";
/* CSS Document */
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* #Basic Styles
================================================== */
html, body {width:100%;height:100%;}
html {overflow-y: scroll;} /*scrollbalken erzwingen*/
body {margin:0;padding:0;
	color: #fff;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	font-family:Arial, Helvetica, sans-serif;
	background:url('bilder/menu-bg.png') repeat-x;
	line-height:140%;
	}
p {font-size:0.813em;}
h2 {font-size:2em;margin:2em 0 1em 0;}
.drittel {width:31%;margin-right:2%;float:left;color:#000;}
.viertel {width:23%;margin-right:2%;float:left;color:#000;}
.viertellast {width:25%;margin-right:0%;float:left;color:#000;}
.haelfte {width:48%;margin-right:2%;float:left;}
.haelftelast {width:50%;margin-right:0;float:left;}
.dreiviertel {width:75%;float:right;}
.teaser {border-top:3px solid #000;padding-top:5px;text-transform:uppercase;font-size:0.813em;color:#000;}
h3 {margin:0;padding:0;font-size:1.3em;text-transform:uppercase;margin-bottom:15px;color:#000;}
strong {font-weight:bold;}
a:link, a:visited, a:active {color:#474747;}
a:hover {color:#999999;}
.black {color:#000;}
.silber {color:#b1b3b4;}
a.weiss {color:#fff;}
.small {font-size:0.688em}
.dns {display:none;}
a.bump img {
  opacity:1;

}
a.bump img {-webkit-box-shadow:  2px 2px 5px 2px rgba(255, 255, 255, 0,5);
  box-shadow:  2px 2px 5px 2px rgba(255, 255, 255, 0,5);}
a.bump img {
  opacity:1;
  transition:opacity 1s linear;
  
}
a.bump img:hover {
  opacity:0.3;
}
.fett {font-weight:bold;}
em {font-style:italic;}
/* #Main Menu Styles
================================================== */
.menu {width:978px;margin:0 auto;height:89px;}
.menu ul li, .menu ul li a {color:#b1b3b4;}
.menu ul li {display:inline;float:left;padding:36px 20px 0 0;font-size:1em;text-transform:uppercase;letter-spacing:0.1em;}
.menu ul li:hover {text-decoration:underline;}
/* #Logo Styles
================================================== */
#logo {position:absolute;z-index:2;top:0; left:50%;margin-left:327px;}
/* #Scrollboxen Styles
================================================== */
.neunachtundsiebzig {width:978px;margin:0 auto;}
.top, .middle, .middle01,  .bottom{
	padding:0px;
	}

.top{
	
	min-height:100%;
	
	}
	
.middle{

	min-height:100%;
	margin-top:0px;
	background: rgb(245,246,246); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(245,246,246,1) 0%, rgba(219,220,226,1) 21%, rgba(184,186,198,1) 49%, rgba(221,223,227,1) 80%, rgba(245,246,246,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(245,246,246,1)), color-stop(21%,rgba(219,220,226,1)), color-stop(49%,rgba(184,186,198,1)), color-stop(80%,rgba(221,223,227,1)), color-stop(100%,rgba(245,246,246,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


	}
.middle {color:#000;}	
	
.bottom{
	min-height:100%;
	background: rgb(181,189,200); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}	
	
.top-title, .middle-title, .bottom-title{
	cursor:pointer;
}	

/************************************************************************************
Tabs
*************************************************************************************/
/* root element for tabs  */
#tab_nav {

  }

  #tab_nav ul {
  }

  #tab_nav li {
  }

  #tab_nav a {
  color:#fff;
  display:block;
  padding:0 4px 4px 0;
  position:relative;
  text-decoration:none;
  float:left;
  opacity:0.5;
  }
 #tab_nav a.last {
  padding:0 0 4px 0;
  }
  #tab_nav a:hover {
  opacity:1;
  }
  #tab_nav a.current {
	
  }
.slidetabs a.current, .slidetabs a img.current {color:#000;}

  /* panes */
  #panes {
  background:#474747;
  width:100%;
  height:448px;
  clear:both;
  /* must be relative so the individual panes can be absolutely positioned */
  position:relative;
  }
#panes a img:hover {opacity:0.5;}
  /* crossfading effect needs absolute positioning from the elements */
  #panes div {
  display:none;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  }

  #panes div img {
  width:478px;
  float:left;
  margin-right:50px;
  
  }
#panes div p,#panes div h2,#panes div ul {width:43%;float:right;padding-right:2%;}
#panes div h2 {line-height:120%;}
#panes div ul {
	list-style-type: disc;
}
#panes div ul li {
	line-height:200%;margin-left:15px;
}

.overlay {
  display:none;
  width:500px;
  padding:20px;
  background-color:#ddd;
  }

  /************************************************************************************
Galerie
*************************************************************************************/

.gallery {width:75%;margin-right:0%;float:right;}
.gallery img {background:#fff;padding:5px;}
/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }
.clear {clear:both;}
.clearleft {clear:left;}
/* farbe, wenn text markiert wird*/
::-moz-selection { background: #00294c; color: #fff; text-shadow: none; }
::selection { background: #00294c; color: #fff; text-shadow: none; }
/************************************************************************************
formular
*************************************************************************************/
input {width:100%;}
textarea {width:100%;height:211px;}
input.button {padding:5px;margin:10px 0;width:100px;float:left;margin-left:150px;}

.formular {
	margin:0px auto;
	width:100%;
	text-align:left;
}

.fehler {
	color:#FF0000;
	
}
.rahmen {
	margin-top:10px;
}

.abstand {

}

.label, .nachricht label {
	float:left;
	text-align:left;
	width:150px;
	line-height:25px;
}
.nachricht label {
	margin-top:20px;
}
input{
	width:500px;
	margin-top:10px;
	padding:5px;
	background-color:<?php echo $inputfarbe;?>;
}


textarea {width:500px;height:100px;}
.copyright, .copyright a {
	font-size:10px;
	color:#999999;text-decoration:none;
 }
h2.status {color:#009933;}
/************************************************************************************
overlay impressum
*************************************************************************************/
/* the overlayed element */
.apple_overlay {

    /* initially overlay is hidden */
    display:none;

    /* growing background image */
    background:none;

    /*
      width after the growing animation finishes
      height is automatically calculated
      */
    width:640px;

    /* some padding to layout nested elements nicely  */
    padding:35px;

   
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
    background-image:url(img/overlay/close.png);
    position:absolute; right:5px; top:5px;
    cursor:pointer;
    height:35px;
    width:35px;
}
 #overlay { 
    background:url(img/overlay/transparent.png);
    color:#efefef;
    height:450px;
  }
  /* container for external content. uses vertical scrollbar, if needed */
  div.contentWrap {
    height:600px;
    overflow-y:auto;
  }