@charset "utf-8";

/* CSS Document */

/***** HTML-Tags *****/
html {
	font-size: 100.01%;
}

html,
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	background-color: #7c7c7c;
	margin: 0;
	padding: 0;
}

body {
	font-size: 0.75em;
	line-height: 1.5em;
}

hr {
	border: 0 none;
	border-bottom: 1px solid #000;
}

#hintergrund_wiederholen {
	background-image: url(../pix/navi_hg.gif);
	background-repeat: repeat-y;
	width: 863px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

#hintergrund {
	background-image: url(../pix/junge_kopf.gif);
	background-repeat: no-repeat;
}

#kopf {
	background-image: url(../pix/kopf.gif);
	background-repeat: no-repeat;
	height: 207px;
	margin-left: 106px;
}

#bg_inhalt {
	padding-top: 1em;
	padding-left: 105px;
}

#fuss {
	background-image: url(../pix/fuss.gif);
	background-repeat: no-repeat;
	padding-left: 105px;
	height: 15px;
}

#navigation {
	height: 250px;
	width: 200px;
	padding-left: 10px;
	float: left;
}

#navigation ul {
	padding: 0;
	margin: 0;
}

#navigation li {
	background-repeat: no-repeat;
	list-style-type: none;
	margin-bottom: 10px;
}

#navigation li a {
	display: block;
	width: 199px;
	height: 30px;
}

.wegdamit,
#navigation li a span {
	display: block;
	position: absolute;
	top: -1000px;
	left: -1000px;
}

li#flashticketinfo {
	background-image: url(../pix/flashinfos.gif);
}

li#flashticketinfo:hover,
li#flashticketinfo.on {
	background-image: url(../pix/flashinfos_on.gif);
}

li#geltungsbereich {
	background-image: url(../pix/geltungsbereich.gif);
}

li#geltungsbereich:hover,
li#geltungsbereich.on {
	background-image: url(../pix/geltungsbereich_on.gif);
}

li#questions {
	background-image: url(../pix/questions.gif);
}

li#questions:hover,
li#questions.on {
	background-image: url(../pix/questions_on.gif);
}

li#bestellung {
	background-image: url(../pix/bestellung.gif);
}

li#bestellung:hover,
li#bestellung.on {
	background-image: url(../pix/bestellung_on.gif);
}

li#kontakt {
	background-image: url(../pix/kontakt.gif);
}

li#kontakt:hover,
li#kontakt.on {
	background-image: url(../pix/kontakt_on.gif);
}

#inhalt {
	background-image: url(../pix/inhalt_hg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: 240px;
	padding-right: 70px;
	margin-right: 18px;
	padding-bottom: 50px;
}

#inhalt img {
	margin-bottom: 5px;
}

a {
	color: #555;
	font-weight: bold;
	outline: none;
}

a:hover, a:active, a:focus {
	outline: none;
}

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

#kopf #navi_horizontal {
	width: 300px;
	text-align: right;
	position: relative;
	top: 45px;
	left: 400px;
}

#fuss #navi_horizontal {
	width: 170px;
	text-align: center;
	position: relative;
	top: -2em;
}

#navi_horizontal a {
	color: #000;
	text-decoration: none;
}

#navi_horizontal a:hover {
	text-decoration: underline;
}

.weiss {
	color: #FFFFFF
}

.top a {
	color: #000000;
	text-decoration: none;
	background-image: url(../pix/top.gif);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 4px;
	font-weight: bold;
}

.top a:hover {
	color: #999999;
	text-decoration: none;
	background-image: url(../pix/top_grau.gif);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 4px;
}

h1 {
	font-size: 1.7em;
	margin-top: 0;
}

h2 {
	font-size: 1.1em;
	margin: 2.5em 0 0.5em;
	color: #FFF;
}

p {
	margin: 0.5em 0 1em;
}

ol  {
	padding-left:30px;

}


ol li {
	color: #555;
	font-weight: bold;

}

#inhalt ul  {
	padding-left:0;
}


#inhalt ul li {
	background-image: url(../pix/pfeil.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	list-style-type: none;
	padding-left:15px;
}

.pflichtfeld {
	color: #ff0000;
}

.feld,
.feldfehler {
	margin: 0 7px 7px 0;
	border: 1px solid #000000;
	width: 260px;
}
.feldfehler {
	border-color: #F00;
	border-right-width: 6px;
}

div.eingabefehler {
	color: red;
	background-color: white;
	border: 1px solid #000000;
	padding: 10px;
	margin-bottom: 1em;
}

div.eingabefehler ul {
	padding-left: 2em
}

a img {
	border: 0;
}

