/* General/Header Elements */
body {
	margin: 0px;
	padding: 0px;
	background: #000;

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

#head {
	width: 1000px;
	height: 330px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

#main_box {
	top: 330px;
	width: 1000px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	background: #000 url(gfx/gradient_bg3.png) repeat-x;
}

#finish {
	width: 1000px;
	height: 124px;
	background: url(gfx/footer.jpg) no-repeat;
}

#navi {
	width: 1000px;
	height: 34px;
	margin: 0px;
	padding: 0px;
	background: #4d4538 url(gfx/menubg.png);
}

#navicontent {
	position: relative;
	width: 918px;
	left: 39px;
}

.naventry {
	float: left;
	height: 32px;
}

.naventry img {
	margin: 5px;
}

.naventry:hover {
	background: url(gfx/menubg_hi.png) repeat-x;
}

.naventryhi {
	float: left;
	height: 32px;
	background: url(gfx/menubg_hi.png) repeat-x;
}

.naventryhi img {
	margin: 5px;
}

#subnavi {
	width: 1000px;
	height: 33px;
	background: #8f7f67 url(gfx/subnavibg.png);
}

#subnavicontent {
	position: relative;
	left: 39px;
	width: 940px;
	height: 32px;
}

.subnaventry {
	float: left;
	height: 32px;
}

.subnaventry img {
	margin: 5px;
}

.subnaventry:hover {
	background: url(gfx/subnavibg_hi.png) repeat-x;
}

.subnaventryhi {
	float: left;
	height: 32px;
	background: url(gfx/subnavibg_hi.png) repeat-x;
}

.subnaventryhi img {
	margin: 5px;
}

.firstheadline {
	position: relative;
	clear: both;
	margin: 0px -52px 6px -52px;
	width: 1000px;
	height: 55px;
	background: #73624a url(gfx/firstheadbg.png);
}

.firstheadlineimg {
	position: relative;
	width: 900px;
	top: 17px;
	left: 52px;
}

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

.headlineimg {
	position: relative;
	width: 900px;
	top: 20px;
	left: 52px;
}

#contentbox {
	padding: 19px 40px 0px 40px;
}

.content {
	padding: 0px 12px 6px 12px;
	width: 896px;
	background: #928267 url(gfx/contentbg2.png);
}

.textbox {
	border: 1px solid black;
	background: #423b30;
	padding: 0px 8px 4px 8px;
	width: 880px;
}

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

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

.newsbody {
	border: solid 1px black;
	background: #423b30;
	color: #d7cbba;
	border-top: 0px;
	padding: 5px;
}

.bordered {
	border: solid 1px black;
}

.textpanel {
	border: solid 1px black;
	background: #5c4f3b;
}

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

.tickettable {
	border: solid 1px black;
	background: #5c4f3b;
}

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

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

a img {
	border-style: none;
}

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

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

img:focus {
  outline: none;
}

/* 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. */
