/* 
  style.css contains a reset, font normalization and some base styles.
  
  credit is left where credit is due.
  additionally, much inspiration was taken from these projects:
    yui.yahooapis.com/2.8.1/build/base/base.css
    camendesign.com/design/
    praegnanz.de/weblog/htmlcssjs-kickstart
*/

/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, figure, footer, header, 
hgroup, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }
/* END RESET CSS */


/*
fonts.css from the YUI Library: developer.yahoo.com/yui/
          Please refer to developer.yahoo.com/yui/fonts/ for font sizing percentages

There are two custom edits:
 * make the line-height relative and unit-less
 * remove the pre,code styles as we use a recommendation from Eric Meyer instead
*/
body { font:13px arial,helvetica,"Nimbus Sans L", "Bitstream Vera Sans", sans-serif; *font-size:small; *font:x-small; line-height:1.22; }
table { font-size:inherit; font:100%; }
select, input, textarea { font:99% arial,helvetica,"Nimbus Sans L", "Bitstream Vera Sans", sans-serif; }

/* 
 * minimal base styles 
 */


/* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
body, select, input, textarea { color:#444; }
/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
 
/* www.aestheticallyloyal.com/public/optimize-legibility/ */ 
h1,h2,h3,h4,h5,h6 { font-weight: bold; text-rendering: optimizeLegibility; }

/* maxvoltar.com/archive/-webkit-font-smoothing */
html { -webkit-font-smoothing: antialiased; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }
a, a:active, a:visited, a:hover { color:#90C11B; }

ul { margin-left:30px; }
ol { margin-left:30px; list-style-type: decimal; }

small { font-size:85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align:top; } 

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }

/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #90c11b; color:#fff; text-shadow: none; }
::selection { background:#90c11b; color:#fff; text-shadow: none; } 

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 

/* always force a scrollbar in non-IE */
html { overflow-y: scroll; overflow-x: hidden; }

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }
 
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display:none; visibility:hidden; } 

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/ 
   Solution from: j.mp/visuallyhidden - Thanks Jonathan Neal! */
.visuallyhidden { position:absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX << */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }

 /* Primary Styles
    Author: 
 */
body { font-family: Courier; font-size: 14px; color: #fff; background: url(../images/bg.jpg) fixed;}
#container {  width: 800px; margin: 0 auto; }
#header {margin-top: 25px;}
#header h1 { background: url(../images/banner_gruen.png) center center; height: 74px; text-indent: -999em; margin: 25px 0; }
#main { 
  background: url(../images/green.png); 
  width: 800px; 
  margin: 0 auto; 
  height: 550px; 
  position: relative; 
  z-index: 6; 
  overflow: hidden;
  -moz-box-shadow: 0px 0px 10px #000; 
  -webkit-box-shadow: 0px 0px 10px #000; 
  box-shadow: 0px 0px 10px #000;
}
.panel { height: 550px; width: 800px; overflow:hidden; }
#left { float: left; width: 315px; }
#bergahorn #left, #newsletter #left { width: 405px; }
#left .inner { padding: 45px 20px 20px 20px; }
.scroll-pane {overflow-y: scroll;  height: 380px; }
#impressum .inner, #kontakt .inner, #ihremeinung .inner, #gallery .inner { padding: 25px; }
#newsletter .inner { padding: 0 25px; }
#newsletter h2.inner { padding: 25px 0 0 25px;  }
#ihremeinung { overflow-y: scroll; }
/*ie7*/
*+html .scroll-pane { height: 350px; }
/*ie8*/
.scroll-pane { height: 350px\0/; }
h2 { margin-bottom: 20px; }
h2 span { font-size: 20px; background: #90c11b; }
strong { margin-bottom: 15px; }
#nav { 
  height: 40px;
  background: #141c03; 
  position: relative; 
  z-index: 9; 
  width: 800px; 
  margin: 20px auto 0;
}
#nav ul { list-style: none; margin: 0 0 0 15px; padding: 0;}
#nav li { display: inline; }
#nav li a { 
  color: #fff; 
  text-decoration: none; 
  font-size: 16px; 
  display: block; 
  float: left; 
  text-indent: -999em; 
  height: 40px; 
  margin-right:8px;
  background: url(../images/spritenav.png) no-repeat center center;
}
#nav a.home { background-position: -10px 0px;  width:45px;}
#nav a.gutachten { background-position: -10px -40px; width:88px;}
#nav a.bergahorn { background-position: -9px -80px; width:130px;}
#nav a.meinemeinung { background-position: -10.5px -120px; width:114px;}
#nav a.ihremeinung { background-position: -10px -160px; width:105px;}
#nav a.mailto { background-position: -9.5px -200px; width:70px;}
#nav .active a.home, #nav a.home:hover { background-position: -12px -235px;  }
#nav .active a.gutachten, #nav a.gutachten:hover { background-position: -12px -272px; }
#nav .active a.bergahorn, #nav a.bergahorn:hover { background-position: -11px -313px; }
#nav .active a.meinemeinung, #nav a.meinemeinung:hover { background-position: -13px -350px; }
#nav .active a.ihremeinung, #nav a.ihremeinung:hover { background-position: -12px -398px; }
#nav .active a.mailto, #nav a.mailto:hover { background-position: -12px -440px; }
#nav a.landing, #nav a.gallery { background: url(../images/spritenav2.png) no-repeat; }
#nav a.landing { background-position: -4px -103px; width:20px;}
#nav .active a.landing, #nav a.landing:hover { background-position: -4px -66px; }
#nav a.gallery { background-position: -11px -27px; width:70px;}
#nav .active a.gallery, #nav a.gallery:hover { background-position: -11px 8px; }
#subnav { text-align: right; }
#subnav a { color: #fff; text-decoration: none; }
#grass { background: url(../images/grass.png); height: 381px; width: 100%; position: fixed; bottom: 0; z-index: 4;}
#sticker { background: url(../images/sticker.png); height: 140px; width: 140px; position: absolute; right: -60px; bottom:-50px; z-index: 10; display: block; text-indent: -1000em; }
#gutachten li { margin-bottom: 12px; }
p { margin-bottom: 12px; }
.fader { position: relative; }
.fader img { position: absolute; top: 0; right: 0;}

label { display: block; margin-top: 10px; }
textarea, input[type=text] { width: 300px; }
#newsletter em { margin-top: 25px; display: block;}

#gallery img { float: left; margin: 0 10px 10px 0;  }

p.idc-message {
  -moz-border-radius:4px 4px 4px 4px;
  background:url("http://s.intensedebate.com/themes/universal/images/idc-bg-1223.png") repeat-x scroll 0 -700px transparent;
  clear:both;
  float:left;
  margin:0.5em 0;
  padding:1% 1.5%;
  width:97%;
}

.box_rotate {
  -moz-transform: rotate(-2.5deg);  
  -o-transform: rotate(-2.5deg);  
  -webkit-transform: rotate(-2.5deg);  
  filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.9990482215818578, M12=0.043619387365336, M21=-0.043619387365336, M22=0.9990482215818578);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.9990482215818578, M12=0.043619387365336, M21=-0.043619387365336, M22=0.9990482215818578, sizingMethod='auto expand')"; 
  zoom: 1;
  -moz-box-shadow: 1px 1px 8px #000; 
  -webkit-box-shadow: 1px 1px 8px #000; 
  box-shadow: 1px 1px 8px #000; 
  position: relative;
  z-index: 2;
}

.box_rotate_down {
  background: url(../images/banner_gelbschwarz.png) center center; 
  height: 42px;
  width: 100%;
  position: absolute;
  z-index:1;
  top: 42px;
  -moz-transform: rotate(2deg);  
  -o-transform: rotate(2deg);  
  -webkit-transform: rotate(2deg);  
  filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.9993908270190958, M12=-0.03489949670250097, M21=0.03489949670250097, M22=0.9993908270190958); 
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.9993908270190958, M12=-0.03489949670250097, M21=0.03489949670250097, M22=0.9993908270190958, sizingMethod='auto expand')"; 
  zoom: 1;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url(../images/line.png) center center;
	width: 6px !important;
}
.jScrollPaneDrag {
	position: absolute;
	background: #90c11b;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}
a.jScrollArrowUp:hover {
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}
a.jScrollArrowDown:hover {
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
}


#zoombox_aplat {
	position:fixed;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height:100%;
	background-color: #000;
	cursor:pointer;
}
#zoombox_loader {
	background:url(default/loader.png) left top no-repeat;
	position:absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	top:50%;
	left:50%;
	margin:-20px 0 0 -20px;
	overflow: hidden;
	z-index: 110;
}

#zoombox_close {
	position: absolute;
	top: -12px;
	right: -12px;
	height: 30px;
	width: 30px;
	background: transparent url(default/close.png) ;
	z-index: 100;
}
.zoombox_close{
	cursor: pointer;
}
#zoombox_contener {
	position:absolute;
	padding:0;
	margin:0;
	overflow: visible;
	padding:18px 18px 56px 18px;
	z-index: 90;
}
#zoombox_relative{
	position:relative;
	width:100%;
	height:100%;
}
#zoombox_content {
	width:100%;
	height:100%;
	overflow:hidden;
	background:#000;
}	
#zoombox_content iframe{
	border:none;
}
#zoombox_nav{
	bottom:-36px;
	height:26px;
	left:0px;
	position:absolute;
	width:100%;
	z-index:100;
	text-align:center;
	line-height:16px;
}
#zoombox_nav table{
	border:medium none;
	border-collapse:collapse;
	border-spacing:0;
	margin:0 auto;
	padding:0;
}
#zoombox_title{
	background:transparent url(default/title_r.png) no-repeat top right;
	padding-right:13px;
}
#zoombox_title span{
	display:block;
	background:transparent url(default/title.png) top left;
	padding-left:13px;
	height:26px;
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:25px;
	text-align:center;
}	
#zoombox_next {
	background:transparent url(default/bouton_d.png) no-repeat top right;
	display:block;
	height:26px;
	width:39px;
	cursor:pointer;
}	
#zoombox_prev{
	background:transparent url(default/bouton_g.png) no-repeat top left;
	height:26px;
	width:39px;
	display:block;
	cursor:pointer;
}	
#zoombox_next:hover,#zoombox_prev:hover{
	background-position:bottom left;
}	
.clear{clear:both;}

#zoombox_bg {
}
div.zoombox_bg_h {
	position:absolute;
	top: -18px;
	left:0;
	width: 100%;
	height: 18px;
	background: transparent url(default/ombre_h.png) repeat-x;
}

div.zoombox_bg_hd {
	position:absolute;
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(default/ombre_hd.png) no-repeat;
}

div.zoombox_bg_d {
	position:absolute;
	top:0;
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(default/ombre_d.png) repeat-y;
}

div.zoombox_bg_bd {
	position:absolute;
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(default/ombre_bd.png) no-repeat;
}

div.zoombox_bg_b {
	position:absolute;
	bottom: -18px;
	left:0;
	width: 100%;
	height: 18px;
	background: transparent url(default/ombre_b.png) repeat-x;
}

div.zoombox_bg_bg {
	position:absolute;
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(default/ombre_bg.png) no-repeat;
}

div.zoombox_bg_g {
	left: -13px;
	top:0;
	position:absolute;
	height: 100%;
	width: 13px;
	background: transparent url(default/ombre_g.png) repeat-y;
}

div.zoombox_bg_hg {
	position:absolute;
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(default/ombre_hg.png) no-repeat;
}

/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none; }

  a, a:visited { color: #444 !important; text-decoration: underline; }

  a:after { content: " (" attr(href) ")"; } 

  abbr:after { content: " (" attr(title) ")"; }
  
  .ir a:after { content: ""; }  /* Don't show links for images */
  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  
  img { page-break-inside: avoid; }

  @page { margin: 0.5cm; }

  p, h2, h3 { orphans: 3; widows: 3; }

  h2, h3{ page-break-after: avoid; }

}

