 /* CSS Document www.gaarz.de
#############################
alle Farben:
#e0f2fb      body hg
#607f13      seiten rahmen, welcome schrift
#d1dd82      seiten hg
#3E686A      schrift
#afcb51      welcome hg, navi hg
#f7f5c7      impressionen trennbalken, naviaktiv hg, navihg mouseover, infobox hg, button hg
#fff         navischrift
#e5e9a5      inhalts hg, spacer hg
#########
#6d8e13
welcome rahmen, impressionen hg, naviaktivrahmen, naviaktivschrift, navimouseover schrift,
spacer rahmen, schrift inhalt, rahmen infobox, rahmen formularfelder,
schrift formular, rahmen buttons
#########
*/
html, body, div, p, h1, h2, h3, ul, ol, span, table, td, tr, a, form, img, li{
/* Innen- u. Außenabstände auf 0 */
	margin: 0;
	padding:0;
	border: 0;
	height:100%;
	list-style-type: none; /* Keine Aufzählungspunkte; eigenes Aufzählungszeichen über list-style-image */
/* Schrift */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#3E686A;
	text-align:justify;
	text-decoration:none;
}
body { height:100%; background-color: #e0f2fb;}
html>/**/body body { overflow:hidden; }
.seite {
	position:absolute;
	top:50%;
	left:50%;
	width:800px;
	height:570px;
	margin:-280px 0 0 -400px;
    background-color:#d1dd82;
    border: 2px solid #607f13;
}
html>/**/body .seite { height: 560px; }
.top {
  height: 80px;
  width: 100%;
  padding: 5px 0 10px 0;
}
html>body .top {height:65px;  }

.logo {
  background-image: url(images/logo_struckmann.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.welcome {
  width: 730px;
  height: 20px;
  background-color: #afcb51;
  border-top: 1px solid #6d8e13;
  border-bottom: 1px solid #6d8e13;
  margin-left: 35px;
}
html>body .welcome { height: 18px;}

.welcome h1 {
  color: #607f13;
  font-weight: bold;
  font-size: 8pt;
  letter-spacing:0.2em;
  text-align: center;
  text-transform: uppercase;
  padding-top: 2px;
}
html>body .welcome h1 { vertical-align: middle; }

/* Balken mit den Eindrücken */
.impressionen {
  width: 100%;
  height: 150px;
  background-color: #6d8e13;
  float: left;
  padding: 2px 0 2px 24px;
}
html>body .impressionen {
  position: relative;
  height: 146px;
  top: 22px;
  width: 776px;
}
.impressionen li {
    display: block;
    float: left;
}
.impressionen li img { border-left: 10px solid #f7f5c7; vertical-align: middle;}
.impressionen li img#last { border-right: 10px solid #f7f5c7;}
/* Navigation */
/* Erst nur für IE */
#navi, #navibot {
  height: 40px;
  width: 100%;
  float: left;
  padding-left: 35px;
}
#navi li, #navibot li, #navi li#current, #navibot li#current {
  width: 138px;
  height: 14px;
  float: left;
  margin: 10px 10px 0px 0px;
  background-color: #afcb51;
  border-top: 1px solid #6d8e13;
  border-bottom: 1px solid #6d8e13;
}
/* Navigationsbuttons sind unten breiter */
#navibot li, #navibot li#current { width: 175px;}
/* So wird der Link der aktuellen Seite angezeigt */
#navi li#current, #navibot li#current {
  height: 16px;
  border-left: 1px solid #6d8e13;
  border-right: 1px solid #6d8e13;
  background-color: #f7f5c7;
  color: #6d8e13;
  font-weight:bold;
  font-size: 8pt;
  text-align:center;
  letter-spacing:0.2em;
  padding:2.5px 0;
  display: block;
  list-style-type:none;
}
/* Darstellung der Linktexte außer #current */
#navi a, #navibot a {
	display:block;
	list-style-type:none;
	text-decoration: none;
	color: #fff;
	font-weight:bold;
    font-size: 8pt;
	text-align:center;
	letter-spacing:0.2em;
	padding:2px 0;
}
#navi li a:hover, #navibot li a:hover {
  background-color: #f7f5c7;
  color: #6d8e13;
}
/* Anpassungen fuer OPERA !!! */
html>body #navi { position:relative; top: 22px; }
html>body #navibot { position:absolute; bottom: -10px; }
html>body #navi li, html>body #navibot li { height:18px;}

html>body #navi li#current, html>body #navibot li#current { padding: 2px 0 1px 0; width: 136px;}
html>body #navibot li#current{ width: 175px;}
html>body #navibot li, html>body #navibot li#current { margin-top:-2px;}
html>body #navi li a:hover, html>body #navibot li a:hover { height:14px;}

/* Ende der Navigation */
/* Abstandshalter oben und unten für Scrolltext */
.spacertop, .spacerbot {
    position: relative;
    height: 20px;
    background-color: #e5e9a5;
    width:730px;
    margin-left: 36px;
    z-index: -1;
}
.spacertop { border-top: 1px solid #6d8e13;}
.spacerbot { border-bottom: 1px solid #6d8e13; }

/*IE7 */
html>body .spacertop, html>body .spacerbot { top: 20px; }
html>/**/body .spacertop, html>/**/body .spacerbot { height: 18px; top: 212px; width: 729px; z-index: auto; margin-left: 35px;; }
html>/**/body .spacerbot { top: 403px; }
/* Inhaltscontainer  */
.contentbox, .contenttext {
  position: relative;
  width: 160px;
  height: 200px;
  float: left;
  display: block;
  background-color: #e5e9a5;
}
/* Container um die Infobox */
.contentbox {
  margin-left: 18px;
  padding: 3px 25px 0px 25px;
}
html>body .contentbox { top: 20px; margin-left: 36px; width: 123px; padding: 5px 25px 15px 24px; height:180px; }
html>/**/body .contentbox { top: 40px; margin-left: 35px; height: 190px;}
/* Container um den Inhaltstext */
.contenttext {
  width: 570px;
  height: 200px;
  overflow: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 3;
  /* IE Scrollbar */
  scrollbar-DarkShadow-Color:#6D8E13;
  scrollbar-Track-Color:#F7F5C7;
  scrollbar-Face-Color:#D1DD82;
  scrollbar-Shadow-Color:#AFCB51;
  scrollbar-Highlight-Color:#F7F5C7;
  scrollbar-3dLight-Color:#FFFFFF;
  scrollbar-Arrow-Color:#6D8E13;
}
html>body .contenttext {
  width: 558px;
  top: 20px;
  background-attachment: scroll;
  overflow: scroll;
  overflow-x: hidden;
}
html>/**/body .contenttext{ top: 40px; width: 557px; height: 202px;}

.contenttext img { width: 64px; height: 53px; margin-left: 22px; margin-top: 8px; }
/* die beiden Absätze nebeneinander */
.contenttext .p1, .contenttext .p2, .contenttext .p3, .filmab a {
  height: auto;
  width: 245px;
  float: left;
  display: block;
  color: #6d8e13;
  line-height: 1.5;
  text-align: left;
  font-size: 9pt;
}
.contenttext .p1 {  margin-left:10px; margin-right:15px; }
.contenttext .p1 a { color: #6d8e13;  }
.contenttext .p2 { float: right; margin-right: 10px; }
html>body .contenttext .p1, html>body .contenttext .p2 { padding-top: 8px;}
html>body .contenttext .p2 { float: left;}
.contenttext .p3 { width: 450px; overflow:hidden; padding-left: 75px;}
.filmab img {
width:110px;
height: 96px;
float:left;
margin: 10px 15px 0 55px;
display: block;
}
.box, .info {
  position: absolute;
  float: left;
  text-align: left;
  overflow: hidden;
  width: 110px;
  height: 155px;
  border: 1px solid #6d8e13;
  background-color: #f7f5c7;
  z-index: 1;
}
.info { visibility: hidden; z-index: 2; }
.balken {
  height:17px;
  width: 110px;
  background-color: #d1dd82;
  border-bottom: 1px solid #6d8e13;
  color: #607f13;
  font-weight: bold;
  font-size: 8pt;
  letter-spacing:0.2em;
  text-align: center;
  padding-top:2px;
  text-transform: uppercase;
}
.box a, .info a {
    color: #6d8e13;
    font-size: 8pt;
    text-align:left;
    font-weight: bold;
    padding: 10px 15px 0px 15px;
    display: block;
}
.box img {
width:55px;
height:48px;
text-align: center;
margin-top: 8px;
margin-left: 11px;
}

/* Formulargestaltung */
form {
  font-size: 8pt;
  display: block;
  float: left;
  }
input {
  height: 18px;
  vertical-align: middle ;
  margin-top:3px;
  border: 1px solid #6d8e13;
  font-size: 8pt;
  background-color: #f7f5c7;
}
html>body input { height: 13px; margin-top:5px;}
/* nur für Opera */
html:first-child>b\ody input { height: 17px;}
.erw {margin-left:27px; width:26px;}
.ki {margin-left:4px; width:26px;}
html>/**/body .erw { margin-left: 36px;}
html>/**/body .erw, html>/**/body .ki {width:23px;}
html:first-child>b\ody .erw {margin-left:34px; }
.zeitvon { margin-left:24px; width: 57px;}
.zeitbis {margin-left:7px; width: 57px; }
html>/**/body .zeitvon{margin-left: 27px;}
html>body .zeitvon, html>body .zeitbis { width:53px; }
html>body .zeitbis { margin-left:9px;}
html:first-child>b\ody .zeitvon, html:first-child>b\ody .zeitbis { width:52px;}
.p2 a {
  color: #6d8e13;
  font-size:9pt;
  margin-top:9px;
  line-height: 1;
}
textarea {
  margin-top:8px;
  overflow:auto;
  border: 1px solid #6d8e13;
  background-color: #f7f5c7;
}
html>body textarea { height: 80px; }
html:first-child>b\ody textarea { height: 85px; }
.button {
    height:20px;
    width:105px;
    margin-top: 4px;
    color:#6d8e13;
    background-color: #f7f5c7 ;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #6d8e13;
    padding: 0;
    margin-bottom: 8px;
}
html>/**/body .button {  margin-top: 4px; width: 107px; margin-bottom: 2px; }

/* Preistabelle */
table {
    width: 504px;
    height: auto;
    margin: 12px 0 10px 9px;
    font-size: 9pt;
    float: left;
    display:block;
    background-color:#d1dd82;
    filter:alpha(opacity=70);
	opacity:0.7;
    -moz-opacity:0.7;
}
th, .saison {
    border-top:1px solid #607f13;
    border-bottom:1px solid #607f13;
    padding:2px 0 2px 3px;
    color: #fff;
    background-color: #afcb51;
    font-size: 8pt;
    font-weight:bold;
	letter-spacing:0.1em;
}
.preise { letter-spacing:0.2em;}
.saison {font-size: 95%; letter-spacing: normal; color:#607f13;}


td {
  width:auto;
  padding:2px 0 2px 3px;
  color: #6d8e13;
}
.zentriert {margin-left: 10px; text-align: center; }
.randlinks, .partner {padding-right: 3px;}
#unserepreise { letter-spacing: normal;}

.partner {font-size: 7pt; padding-top: 5px; text-align: left;}

.gewinnspiel {
	background-color: #D1DD82;
}