/* CSS Document */

/*
grau (Hintergrund): #4B4B4B
rot: #D3131E
orange: #FEBB12
gelb: #FFF100
*/

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align:center;
	color:#000000;
}

#container {
	width:100%;
	margin:20px auto;
	background-color:#FFFFFF;
}

#presenter {
	display:none;
}

#head {
	display:none;
}

#kopfzeile {
	display:none;
}


#menu {
	display:none;
}

#main {
	margin:0;
	padding:10px;
}

#content {
	float:left;
	text-align:justify;
	width:100%;

}

#rechteSpalte {
	display:none;
}

.box_header {
	background-color:#FFF100;
	text-align:left;
	font-weight:bold;
	padding:3px;
}

.box {
	background-color:#FFFFFF;
	padding:3px;
}

#footer {
	clear:both;
}

img {
	border:none;
}

h1 {
	background-image:url(images/bg_h1.gif);
	background-repeat:no-repeat;
	background-position:left;
	line-height:30px;
	font-size:1.5em;
	font-weight:bold;
	padding:2px 0 0 30px;
	color:#D3131E;
}

.center {
	text-align:center;
	margin:auto;
}

.rechts {
	text-align:right;
}

.links {
	text-align:left;
}

.klein {
	font-size:0.7em;
}

#tickets {
	width:300px;
	margin:auto;
}
#tickets td {
	padding:3px;
	margin: 1px;
	border:1px solid #000000;
}
	
	
	
	
	

