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

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

#head {
	width: 980px;
	height: 303px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background: #5a81ab url(gfx/logo_head.jpg);
}

#main_box {
	top: 303px;
	width: 980px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

#finish {
	width: 980px;
	height: 240px;
	background: url(gfx/pagebottom.jpg) no-repeat;
}

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

#navicontent {
	position: relative;
	width: 918px;
	top: 5px;
	left: 62px;
}

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

#subnavicontent {
	position: relative;
	top: 8px;
	left: 36px;
	width: 908px;
	text-align: right;
}

.headline {
	position: relative;
	clear: both;
	margin-left: -44px;
	margin-right: -44px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 75px;
	background: #6886ab url(gfx/headline_bg.png);
}

.headlineimg {
	position: relative;
	width: 868px;
	top: 28px;
	left: 112px;
}
			
.content {
	padding: 6px 44px;
	background: #a3b9d1 url(gfx/contentbg.png);
}

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

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

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

.bordered {
	border: solid 1px black;
}

.textpanel {
	border: solid 1px black;
	background: #869aaf;
	color: #d5e3f2;
}

#banners {
	text-align: center;
}

.tickettable {
	border: solid 1px black;
	background: #869aaf;
}

.photo_with_desc {
	border: solid 1px black;
	background: #869aaf;
	margin: 0px;
	padding: 0px;
	width: 350px;
	height: 254px;
	text-align: center;
	color: #d5e3f2;
}

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

a img {
	border-style: none;
}

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

a:hover, a:active {
	color: #832323;
	border-style: none;
	text-decoration: underline;
}

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. */
