/**
 * 
 * FEINHEIT kreativ studio // www.feinheit.ch
 * 
 */

body {
	background-color: #d73541;
	margin-bottom:0;
	padding-bottom:0;
}

a img {
	border: none;
}

#holder,
#presents,
#titel,
#programm,
#sponsoren
{
	width: 610px;
}

h1, h2 {
	display: none;
}

#holder {
	margin: 0 auto;
}

#presents {
	background: #d73541 url('../img/design/presents.gif') no-repeat scroll 0 0;
	height: 33px;
}
#presents a{
	float: left;
}
#presents a#helsinki{
	width: 100px;
}
#presents a#stolze{
	margin-left: 50px;
	width: 154px;
}

#titel {
	background: #d73541 url('../img/design/titel.gif') no-repeat scroll 0 0;
	height: 131px;
	text-indent: -8000px;
	margin-bottom: 285px;
}

.freier-eintritt {
	position: relative;
	top: -30px;
	left: 50%;
	margin-left: 0;
}

#share {
	text-align: center;
}

#programm {
	background: #d73541 url('../img/design/programm.gif') no-repeat scroll 0 0;
	height: 779px;
}
#presents a,
#programm a
{
	display: block;
	text-indent: -8000px;
	height: 30px
}

#programm a {
	position: absolute;
	left: 50%;
}

#programm a#evelinntrouble {
	background: transparent url('../img/design/evelinntrouble.gif') no-repeat scroll 0 -200px;
	width: 536px;
	height: 44px;
	top: 503px;
	margin-left: -292px;
}
#programm a#bigzis {
	background: transparent url('../img/design/bigzis.gif') no-repeat scroll 0 -200px;
	width: 488px;
	height: 88px;
	top: 554px;
	margin-left: -293px;
}
#programm a#palkomuski {
	background: transparent url('../img/design/palkomuski.gif') no-repeat scroll 0 -200px;
	width: 527px;
	height: 62px;
	top: 643px;
	margin-left: -236px;
}
#programm a#aeronauten {
	background: transparent url('../img/design/aeronauten.gif') no-repeat scroll 0 -200px;
	width: 535px;
	height: 59px;
	top: 791px;
	margin-left: -247px;
}
#programm a#sensunik {
	background: transparent url('../img/design/sensunik.gif') no-repeat scroll 0 -200px;
	width: 509px;
	height: 65px;
	top: 845px;
	margin-left: -288px;
}
#programm a#neoangin {
	background: transparent url('../img/design/neoangin.gif') no-repeat scroll 0 -200px;
	width: 509px;
	height: 73px;
	top: 986px;
	margin-left: -215px;
}
#programm a#evelinntrouble:hover,
#programm a#bigzis:hover,
#programm a#palkomuski:hover,
#programm a#aeronauten:hover,
#programm a#sensunik:hover,
#programm a#neoangin:hover{
	background-position: 0 0;
}

#sponsoren {
	margin: 0 0 0 5px;
	height: 65px;
	background-color: white;
	width: 590px;
	text-align: center;
	padding: 7px 0 0 0;
	

}

#laternen {
	position: absolute;
	left: 0;
	top: 195px;
}

#laternen,
#laternen_flash {
	width: 100%;
	height: 260px;
}


#laternen_flash {
	background: #d73541 url('../img/design/laternen.gif') repeat-x scroll center 0;
}

#credits{
	position: fixed;
	right: 3px;
	bottom: 3px;
	font-size: 9px;
	color: white;
	font-family: "lucida grande", arial;
}

#credits a{
	color: white;
	text-decoration: underline;
}

a{ 
	color:#000;
	outline:none;
	border:none;
}
a img{border:none;}
@media print {
	*{background: #fff; color: #000;}
	html {font: 100%/1.5 Arial, Helvetica, sans-serif;}
	/*#nav, #about { display: none; }*/
}

