/* ################################################################################################## */
/* ################################################################################################## */
/* ########################################Browser Reset############################################# */
/* ################################################################################################## */
/* ################################################################################################## */

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;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ################################################################################################## */
/* ################################################################################################## */
/* #################################################Body############################################# */
/* ################################################################################################## */
/* ################################################################################################## */

body{
	background-image: url(../img/bg_pattern.jpg);
	font-family: Helvetica, Arial, sans-serif;
}

#ie6{
	display: none;
}

/* ################################################################################################## */
/* ################################################################################################## */
/* ###############################################General############################################ */
/* ################################################################################################## */
/* ################################################################################################## */

a{
	color: #000;
	text-decoration: underline;
}
a:hover{
	color: #000;
	text-decoration: none;
}
a:visited{
	color: #000;
}

p{
	margin: 10px 0;
}

h1{
	text-align: center;
	font-size: 3em;
}

h2{
	font-size: 1.2em;
	color: #5d5d5d;
	margin: 0 0 30px 0;
}

h3{
	font-size: 1em;
	margin: 24px 0 0 0;
}

hr{
	border: 1px solid #5d5d5d;
}

/* ################################################################################################## */
/* ################################################################################################## */
/* ##############################################Container########################################### */
/* ################################################################################################## */
/* ################################################################################################## */


#container{
	width: 1100px;
	margin: 0 auto 20px auto;
}


/* ################################################################################################## */
/* ################################################################################################## */
/* ################################################Header############################################ */
/* ################################################################################################## */
/* ################################################################################################## */

#header{
	margin: 0 auto;
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	width: 798px;
	height: 334px;
}

/* ################################################################################################## */
/* ################################################################################################## */
/* #################################################Menu############################################# */
/* ################################################################################################## */
/* ################################################################################################## */

#menu{
	width: 640px;
	margin: 0 auto;
	text-align: center;
}

#menu ul{
	margin: -10px 0 0 3px;
}

#menu li{
	display:inline;
}

#menu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0 3px;
}

#menu .home a{
	width: 79px;
	height: 35px;
	background-image: url(../img/btn_home.png);
	background-repeat: no-repeat;
}

#menu .home a:hover{
	width: 79px;
	height: 35px;
	background-image: url(../img/btn_home_aktiv.png);
	background-repeat: no-repeat;
}

#menu .home-aktiv a{
	width: 79px;
	height: 35px;
	background-image: url(../img/btn_home_aktiv.png);
	background-repeat: no-repeat;
}

#menu .anfahrt a{
	width: 123px;
	height: 33px;
	background-image: url(../img/btn_anfahrt.png);
	background-repeat: no-repeat;
}

#menu .anfahrt a:hover{
	width: 123px;
	height: 33px;
	background-image: url(../img/btn_anfahrt_aktiv.png);
	background-repeat: no-repeat;
}

#menu .anfahrt-aktiv a{
	width: 123px;
	height: 33px;
	background-image: url(../img/btn_anfahrt_aktiv.png);
	background-repeat: no-repeat;
}

#menu .buchung a{
	width: 116px;
	height: 36px;
	background-image: url(../img/btn_buchung.png);
	background-repeat: no-repeat;
}

#menu .buchung a:hover{
	width: 116px;
	height: 36px;
	background-image: url(../img/btn_buchung_aktiv.png);
	background-repeat: no-repeat;
}

#menu .buchung-aktiv a{
	width: 116px;
	height: 36px;
	background-image: url(../img/btn_buchung_aktiv.png);
	background-repeat: no-repeat;
}
#menu .programm a{
	width: 159px;
	height: 31px;
	background-image: url(../img/btn_programm.png);
	background-repeat: no-repeat;
}

#menu .programm a:hover{
	width: 159px;
	height: 31px;
	background-image: url(../img/btn_programm_aktiv.png);
	background-repeat: no-repeat;
}

#menu .programm-aktiv a{
	width: 159px;
	height: 31px;
	background-image: url(../img/btn_programm_aktiv.png);
	background-repeat: no-repeat;
}
#menu .kontakt a{
	width: 114px;
	height: 27px;
	background-image: url(../img/btn_kontakt.png);
	background-repeat: no-repeat;
}

#menu .kontakt a:hover{
	width: 114px;
	height: 27px;
	background-image: url(../img/btn_kontakt_aktiv.png);
	background-repeat: no-repeat;
}

#menu .kontakt-aktiv a{
	width: 114px;
	height: 27px;
	background-image: url(../img/btn_kontakt_aktiv.png);
	background-repeat: no-repeat;
}


/* ################################################################################################## */
/* ################################################################################################## */
/* ###############################################Content############################################ */
/* ################################################################################################## */
/* ################################################################################################## */

#content{
	width: 640px;
	margin: 0 auto;
	text-align: justify;
	font-size: 0.9em;
}

#content h1{
	margin: -4px 0 24px 0;
}

#content img{
	margin: 0 1px;
}

#content p.center{
	margin: 18px 0 0 0;
	text-align: center;
}


/* Programm */
#content .date{
	background-image: url(../img/icon_date.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 1px 0 0 20px;
}

#content .time{
	background-image: url(../img/icon_time.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 1px 0 0 20px;
}

#content .act{
	background-image: url(../img/icon_content.png);
	background-repeat: no-repeat;
	background-position: top left;
	font-weight: bold;
	padding: 1px 0 0 20px;
}

#content .arrow{
	background-image: url(../img/icon_content.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 1px 0 0 20px;
}


#content .comment{
	background-image: url(../img/icon_speech.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 1px 0 0 20px;
}

#content .prize{
	background-image: url(../img/icon_prize.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 1px 0 0 20px;
}

/* Anfahrt */
#content form.vrr{
	background-image: url(../img/icon_search.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 0 20px;
}

#content p.home{
	background-image: url(../img/icon_home.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 0 20px;
}


/* Buchung */
#content form.bestellung{
	background-image: url(../img/icon_shopping.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 4px 0 0 27px;
}
#content form.bestellung p{
	clear: left;
	padding: 0 0 4px 0;
}
#content form.bestellung img{
	margin: 0 0 0 -19px;
}
#content form.bestellung label{
	width: 200px;
	padding: 0 2px 0 0;
	margin: 2px 0 0 0;
	display: block;
	float: left;
}
#content form.bestellung input{
	margin: 0 2px 0 0;
}

#content table td{
	padding: 0 6px 5px 0;
}

#content li.center{
	text-align: center;
}

#content small{
	font-size: .7em;
	
}

/* Kontakt */

#content p.logos{
	text-align: center;
}

#content h3.logos{
	margin: -5px 0 -5px 0;
}


/* ################################################################################################## */
/* ################################################################################################## */
/* ##################################################left############################################ */
/* ################################################################################################## */
/* ################################################################################################## */

#left{
	position: relative;
	top: 330px;
	right: 140px;
	background-image: url(../img/remaining_tickets.png);
	background-repeat: no-repeat;
	width: 195px;
	height: 64px;
}

#left #count{
	position: relative;
	top: 27px;
	left: 141px;
	font-size: 1.4em;
}

/* ################################################################################################## */
/* ################################################################################################## */
/* #################################################right############################################ */
/* ################################################################################################## */
/* ################################################################################################## */

#right{
	width: 186px;
	height: 38px;
}

#press{
	position: relative;
	top: 270px;
	right: -780px;
	z-index: 999;
}

/* ################################################################################################## */
/* ################################################################################################## */
/* #################################################urls############################################# */
/* ################################################################################################## */
/* ################################################################################################## */

#urls{
	position: relative;
	top: -30px;
	right: -780px;
	width: 214px;
	height: 169px;
	text-align: center;
	background-image: url(../img/postit.png)
}


/* ################################################################################################## */
/* ################################################################################################## */
/* ################################################Footer############################################ */
/* ################################################################################################## */
/* ################################################################################################## */


#footer{
	width: 799px;
	height: 58px;
	margin: 0 auto;
	text-align:center;
	padding: 58px 0 0 0;
}

#footer p.logos{
	margin: -5px 0 -5px 0;
}




