/* General/Header Elements */
body {
	margin: 0px;
	padding: 0px;
	background: #135e1c url(gfx/bg.png);

	font: 13px tahoma,verdana,arial,helvetica,helv,sans-serif;
	line-height: 1.55em;
	color: #473813;
	text-align: justify;
}

#head {
	position: absolute;
	left: 50%;
	width: 778px;
	height: 246px;
	padding: 0px;
	margin-left: -389px;
	background: #c7bd65;
}

#jungle_left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
}

#jungle_left .gfx {
	margin-right: 389px;
	background-image: url(gfx/left.png);
	height: 474px;
	background-position: right top;
	background-repeat: no-repeat;
}

#jungle_right {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50.1%;
}

#jungle_right .gfx {
	margin-left: 389px;
	background-image: url(gfx/right.png);
	height: 478px;
	background-position: left top;
	background-repeat: no-repeat;
}

#main_box {
	position: absolute;
	left: 50%;
	top: 246px;
	width: 790px;
	padding: 0px;
	margin-left: -395px;
	background: url(gfx/bg_loop.png);
}

#navi {
	width: 790px;
	height: 37px;
	margin: 0px;
	padding: 0px;
	background: #c7bd65 url(gfx/navi_bg.png);
}

#navicontent {
	position: relative;
	top: 10px;
	left: 22px;
}

#subnavi {
	width: 790px;
	height: 30px;
	background: #a79247 url(gfx/subnavi_bg.png);
}

#subnavicontent {
	position: relative;
	top: 4px;
	left: 22px;
}

.headline {
	margin-left: 7px;
	width: 776px;
	height: 52px;
	background: #7d6325 url(gfx/headline_bg.png);
}

.headlineimg {
	position: relative;
	top: 14px;
	left: 44px;
}
			
.content {
	margin-left: 7px;
	margin-right: 7px;
	padding: 13px 23px;
	background: url(gfx/content_upper.png) no-repeat top;
}

.content_lower {
	clear: both;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 776px;
	height: 6px;
	padding: 0px;
	background: url(gfx/content_lower.png) no-repeat;
}

.newsitem {
	width: 100%;
}

.newshead {
	border: solid 1px #7d6325;
	background: #a79247;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}

.newsbody {
	border: solid 1px #7d6325;
	background: #d4cb80;
	border-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

.bordered {
	border: solid 1px #7d6325;
}

.textpanel {
	border: solid 1px #7d6325;
	background: #d4cb80;
}

#banners {
	text-align: center;
}

#chameleon {
	margin-left: 7px;
	margin-right: 7px;
	width: 776px;
	height: 267px;
	background: url(gfx/chameleon.png) no-repeat;
}

.photo_with_desc {
	border: solid 1px #7d6325;
	background: #d4cb80;
	margin: 0px;
	padding: 0px;
	width: 350px;
	height: 254px;
	text-align: center;
}

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

a img {
	border-width:0;
}

a:link {
	color: #6c1d06;
}

a:visited {
	color: #6c1d06;
}

a:hover {
	color: #6c1d06;
	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;
}

/* Forum */

.list {
	font-size: 13px;
	text-align: left;
}

.date {
	font-size: 13px;
}

.head {
	color: black;
	background-color: #7d6325;
	font-weight: bold;
	text-align: center;
}

.forum_name {
	font-size: 20px;
	font-weight: bold;
}

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