/* General/Header Elements */
body {
	margin: 0px;
	padding: 0px;
	background: #0b1205 url(gfx/gradient_bg.png) repeat-x;

	font: 12px tahoma,verdana,arial,helvetica,helv,sans-serif;
	line-height: 1.4em;
	color: #fff;
	text-align: center;
}

#head {
	width: 980px;
	height: 353px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

#main_box {
	top: 303px;
	width: 980px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

#finish {
	width: 980px;
	height: 137px;
	background: url(gfx/footer.png) no-repeat;
}

#navi {
	width: 980px;
	height: 39px;
	margin: 0px;
	padding: 0px;
	background: url(gfx/menubg.png);
}

#navicontent {
	position: relative;
	width: 918px;
	top: 9px;
	left: 10px;
}

#subnavi {
	width: 980px;
	height: 50px;
	background: url(gfx/subnavibg.png);
}

#subnavicontent {
	position: relative;
	left: 20px;
	width: 940px;
	text-align: right;
}

.firstheadline {
	position: relative;
	clear: both;
	margin: 0px -12px 6px -12px;
	width: 931px;
	height: 53px;
	background: #192002 url(gfx/firstheadbg.png);
}

.firstheadlineimg {
	position: relative;
	width: 850px;
	top: 15px;
	left: 47px;
}

.headline {
	position: relative;
	clear: both;
	margin: 6px -12px 6px -12px;
	width: 931px;
	height: 63px;
	background: #192002 url(gfx/headbg.png);
}

.headlineimg {
	position: relative;
	width: 850px;
	top: 24px;
	left: 15px;
}

#contentbox {
	padding: 0px 27px 0px 22px;
	background: #0b1205 url(gfx/contentbg.png);
}

#contentend {
	height: 24px;
	background: url(gfx/contentend.png);
}

.content {
	padding: 0px 12px 6px 12px;
	width: 907px;
	background: #374604 url(gfx/contentbg2.png);
}

.newsitem {
	width: 100%;
	margin-top: 1.5em;
}

.newshead {
	border: solid 1px black;
	background: #546706;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	color: #d5e3f2;
}

.newsbody {
	border: solid 1px black;
	background: #32381e;
	border-top: 0px;
	padding: 5px;
}

.bordered {
	border: solid 1px black;
}

.textpanel {
	border: solid 1px black;
	background: #32381e;
	color: #d5e3f2;
}

#banners {
	text-align: center;
	margin-top: 15px;
}

.tickettable {
	border: solid 1px black;
	background: #32381e;
}

.photo_with_desc {
	border: solid 1px black;
	background: #32381e;
	margin: 0px;
	padding: 0px;
	width: 350px;
	height: 256px;
	text-align: center;
	color: #fff;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a img {
	border-style: none;
}

a:link, a:visited {
	color: #d2ff00;
}

a:hover, a:active {
	color: #d2ff00;
	border-style: none;
	text-decoration: underline;
}

ul {
	padding: 0;
	margin-left: 2em;
}

input {
	font: 13px verdana,arial,helvetica,helv,sans-serif;
}

/* Organizer list */
.orga_l {
	width: 35%;
	text-align: right;
	vertical-align: top;
}

.orga_r {
	text-align: left;
}

/* Timetable */
.ttab_l {
	width: 15%;
	text-align: right;
	vertical-align: top;
	line-height: 1.4em;
	padding-top: 0.5em;
}

.ttab_r {
	text-align: left;
	line-height: 1.4em;
	vertical-align: top;
	padding-top: 0.5em;
}

/* Please @import all styles that are just used for a few pages seperately.
   Scamp, du bist gemeint. survey2005.php macht es richtig. */
