/* CSS Document */

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

body {
	margin:0;
	padding:0;
	background-color:#4B4B4B;
	background-image:url(images/bg_body.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align:center;
	color:#000000;
}

#preheader {
	width:1120px;
	height:65px;
	background-color:#000000;
	background-image:url(images/preheader.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	margin:0 auto;
}

#container {
	width:1020px;
	margin:0px auto 30px;
	background-color:#FEBB12;
}

#presenter {
	height:59px;
	background-color:#FFFFFF;
	background-image:url(images/bg_presenter.gif);
	background-repeat:no-repeat;
	padding:10px 0 0 0;
}

#head {
	height:208px;
	background-color:#FEBB12;
}

#kopfzeile {
	height:48px;
	background-image:url(images/bg_kopfzeile.gif);
	background-repeat:repeat-x;
	text-align:left;
}

#kopfzeile img {
	float:left;
	position:relative;
	vertical-align:top;
	
}

#menu {
	margin-left:57px;
}

#navigation {
	margin:0;
	padding:0;
	list-style-type:none;
	white-space: nowrap;
}

#navigation li {
	font-weight: bold;
  	list-style-image: none;
	text-align:center;
	height:28px;
	float:right;
	border-left:2px solid #000000;
	border-bottom:2px solid #000000;
	margin:0;
	padding:0;
}

#navigation li a {
	width:106px;
	font-size:0.93em;
	display:block;
	text-decoration: none;
	line-height:28px;
	vertical-align:middle;
	color:#D3131E;
	background-color:#fedb03;
}

#navigation li a:hover, #navigation li a.active {
	color:#FFF100;
	background-color:#D3131E;
}

#main {
	background-color:#FFFFFF;
	margin:0;
	padding:10px;
}

#content {
	float:left;
	text-align:justify;
	width:725px;
	padding:5px 10px;
	line-height:1.15em;
}

img.textflow {
	float:left;
	margin:0 5px 0 0;
}

#rechteSpalte {
	width:250px;
	margin:0;
	float:right;
	text-align:justify;
}


.box_header {
	background-image:url(images/bg_h2_rechts.jpg);
	background-repeat:no-repeat;
	text-align:left;
	font-weight:bold;
	font-size:1em;
	padding:0px 3px 0px 40px;
	color:#FFFFFF;
	height:23px;
	line-height:23px;
	vertical-align:middle;
}

.box, .sponsorBox {
	background-image:url(images/klecks.gif);
	background-repeat:no-repeat;
	padding:45px 3px;
	margin-bottom:10px;
	font-size:0.4em;
	height:105px;
}

.sponsorBox {
	text-align:center;
}

#clear {
	clear:both;
}

#footer {
	height:360px;
	background-image:url(images/bg_footer.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#FFFFFF;
	border-top:2px solid #fedb03;
	text-align:justify;
}

#footer h2 {
	text-align:left;
	color:#000000;
	font-size:0.9em;
	font-weight:bold;
	margin:5px;
}
	

#footer p {
	margin:0;
	padding:40px 20px 0px 0px;
	color:#000000;
	font-size:0.9em;
	text-align:right;
}

#footer p a{
	color:#000000;
	font-weight:bold;
}

img {
	border:none;
}

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

h2 {
	font-size:1.35em;
	font-weight:bold;
	padding:0;
	color:#FEBB12;
}

h3 {
	font-size:1.2em;
	font-weight:bold;
	padding:0;
	color:#000000;
}

a {
	text-decoration:none;
	color:#D3131E;
}

a:hover {
	text-decoration:underline;
}

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

.rechts {
	text-align:right;
}

.links {
	text-align:left;
}

.klein {
	font-size:0.7em;
}

hr {
	background-color:#FEBB12;
	border:1px solid #FEBB12;
	height:1px;
	margin:10px 0;
}

/* Formular */

table.formular {
	border:1px solid #D3131E;
	text-align:left;
	margin:10px auto;
}


table.formular td {
	padding:3px;
	vertical-align:top;
}

label {
	font-size:0.9em;
}

input,textarea,select {
	border:1px solid #FEBB12;
	padding:2px;
}

input:focus, textarea:focus,select:focus {
	background-color:#FFF100;
}

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

table.starters, table.starters td, table.starters th {
	border:1px solid #000000;
	border-collapse:collapse;
	text-align:left;
} 
	
	
	
	
	

