/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
/* compressed: http://compressor.ebiene.de/ */
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,font,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{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}


html {height: 100%;}

body { 
  font-size: 87.5%;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.2;
  color: #000;
  background-color: #fff;
  text-align: center; /* IE fallback for centering */
  height: 100%; /* sticky footer */
}

a {
	text-decoration: none;
}

#wrapper {
	width: 100%;
	text-align: center;
	position: relative;
}
.select #wrapper {
}

#footer {
  clear: both;
  width: 100%;
  background-color: #09c;
  border-top: 1px solid #fff;

  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  padding: 0.4em 0;

  z-index: 100;
}

#footer p, #footer a { color: #fff; }
#footer a:hover, #footer a:active { color: #000; }
#footer strong { font-weight: normal; }


#footer ul {padding: 0,4em 0;}
#footer li, #footer .copyright {
  list-style-type: none;
  float: left;
  font-size: 0.79em;
  margin-left: 1.2em;
}


#content {
	width: 1000px;
	background: #fff;
	margin: 0 auto;
	padding: 0;
	z-index: 10;
	overflow: hidden;
}

.select #content {
	height: 180px;
	margin-top: 100px;
}
.select #content a {
	display: block;
	width: 932px;
	height: 15px;
	margin: 0 auto 45px auto;
	overflow: hidden;
	text-indent: -9999px;
	background:transparent url(img/select.png) no-repeat 0 0;
}
.select #content a.select2 { background-position: 0 -15px; }
.select #content a.select3 { background-position: 0 -30px; }

.zeile1 #content {
	height: 2455px;
}
.zeile2 #content {
	height: 2800px;
}
.zeile3 #content {
	height: 2170px;
}
