/* GENERAL  ------------------------------------------------------------------------ */
body {
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Sans-Serif;
	color: #000000;
	background-color: #50301a;
}
/* CONTAINER ------------------------------------------------------------------------ */
#container {
	float: left;
	width: 1106px;
	position: absolute;
	left: 50%;
	margin: 39px 0px 0px -553px;
	padding: 0px 0px 0px 0px;
	background-image: url('../images/background.png');
}
/* TOPBAR -------------------------------------------------------------------------- */
#topbar {
	width: 1106px;
	height: 132px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#banner {
	float: left;
	width: 663px;
	height: 132px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url('../../../images/content/banner/rotator.php');
}

#logo {
	position: absolute;
	right: 0px;
	width: 443px;
	height: 175px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* CONTENT & NAVIGATION ------------------------------------------------------------ */
#main {
	width: 1106px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#navigation {
	float: left;
	width: 238px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 45px 0px 0px 0px;
	background-color: #f0911e;
}

#navigation ul {
	width: 238px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#navigation ul li {
	display: block;
	height: 23px;
	width: 194px;
	margin: 0px 0px 7px 22px;
	padding: 2px 0px 0px 4px;
}

	/* Level 1 */
	#navigation ul li.l1_inactive {
		background-image: url('../images/menu_1_inactive_bg.png');
		background-repeat: no-repeat;
	}

	#navigation ul li.l1_inactive:hover {
		background-image: url('../images/menu_1_active_bg.png');
		background-repeat: no-repeat;
	}

	#navigation ul li.l1_inactive a {
		display: block;	/* Important for changing colors of the links */
		height: 23px;
		text-decoration: none;
		color: #f0dacd;
	}

	#navigation ul li.l1_inactive a:hover {
		color: #50301a;
	}

	#navigation ul li.l1_active {
		background-image: url('../images/menu_1_active_bg.png');
		background-repeat: no-repeat;
	}

	#navigation ul li.l1_active a {
		text-decoration: none;
		color: #50301a;
	}

	/* Level 2 */
	#navigation ul li.l2_inactive {
		background-image: url('../images/menu_2_inactive_bg.png');
		background-repeat: no-repeat;
		padding: 2px 0px 0px 35px;
	}

	#navigation ul li.l2_inactive:hover {
		background-image: url('../images/menu_2_active_bg.png');
		background-repeat: no-repeat;
	}

	#navigation ul li.l2_inactive a {
		display: block;	/* Important for changing colors of the links */
		height: 23px;
		text-decoration: none;
		color: #f0dacd;
	}

	#navigation ul li.l2_inactive a:hover {
		color: #50301a;
	}

	#navigation ul li.l2_active {
		background-image: url('../images/menu_2_active_bg.png');
		background-repeat: no-repeat;
		padding: 2px 0px 0px 35px;
	}

	#navigation ul li.l2_active a {
		text-decoration: none;
		color: #50301a;
	}

#content {
	float: left;
	width: 620px;
	min-height: 490px;
	margin: 0px 0px 0px 0px;
	padding: 10px 22px 25px 30px;
	color: #50301a;
}

#sidebar {
	float: right;
	width: 176px;
	margin: 45px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
	background-color: #f0dacd;
	text-align: center;
	color: #50301a;
	font-size: 0.9em;
}

#sidebar a {
	color: #50301a;
	font-size: 0.9em;
}

#sidebar .box {
	background-color: #50301a;
	color: #f0dacd;
	padding: 5px 0px 5px 0px;
}

#sidebar .sponsor {
	background-color: #ffffff;
	margin: 0px 0px 5px 0px;
	padding: 2px 0px 2px 0px;
}

#sidebar .sponsor a img {
	border-style: none;
}

#sidebar .box a {
	color: #f0dacd;
	font-size: 1.0em;
}

/* FOOTER -------------------------------------------------------------------------- */
#footer {
	clear: both;
	width: 1106px;
	height: 100px;
	background-color: #50301a;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	background-color: #50301a;
	color: #ffffff;
	font-size: 0.7em;
	text-align: right;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #cccccc;
}

/* HOME ---------------------------------------------------------------------------- */
#home {
	float: left;
	width: 620px;
	min-height: 490px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #50301a;
}

#tickerbox {
	float: left;
	width: 200px;
	height: 24px;
	padding: 6px 0px 0px 0px;
	 background-color: #f0dacd;
	color: #50301a;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}

#datebox {
	float: left;
	width: 200px;
	height: 24px;
	padding: 6px 0px 0px 0px;
	margin: 0px 0px 0px 26px;
	background-color: #f0dacd;
	color: #50301a;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}

#home_content {
	float: left;
	width: 620px;
	min-height: 490px;
	margin: 0px 0px 0px 0px;
	padding: 14px 12px 25px 30px;
	color: #50301a;
}

#home_content .home_news_title {
	float: left;
	width: 75%;
	padding: 2px 0px 2px 0px;
	margin: 5px 0px 10px 0px;
	background-color: #50301a;
	color: #f0dacd;
	font-size: 0.9em;
	font-weight: bold;
}

#home_content .home_news_date {
	float: right;
	width: 25%;
	padding: 2px 0px 2px 0px;
	margin: 5px 0px 10px 0px;
	background-color: #50301a;
	color: #f0dacd;
	font-size: 0.9em;
	font-weight: bold;
	text-align: right;
}

#home_content .home_news_content {
	clear: both;
	margin: 0px 0px 10px 0px;
	font-size: 0.9em;
}

#home_content .home_news_image {
	float: left;
	margin: 5px 10px 10px 0px;
}

#home_content a {
	color: #50301a;
	font-size: 0.9em;
}

/* CONTENT STYLES ----------------------------------------------------------------- */
#content h1, #home h1 {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	font-size: 1.3em;
	font-variant: small-caps;
}

#content h2, #home h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 1.2em;
}

#content a, #content a:visited {
	color: #50301a;
}

#content a:hover {
	color: #000000;
}

/* NEWS STYLES -------------------------------------------------------------------- */
.news_title_title {
	float: left;
	width: 75%;
	padding: 2px 0px 2px 0px;
	margin: 5px 0px 5px 0px;
	background-color: #50301a;
	color: #f0dacd;
	font-size: 0.9em;
	font-weight: bold;
}

.news_title_date {
	float: right;
	width: 25%;
	padding: 2px 0px 2px 0px;
	margin: 5px 0px 5px 0px;
	background-color: #50301a;
	color: #f0dacd;
	font-size: 0.9em;
	font-weight: bold;
	text-align: right;
}

.news_content_title {
	float: left;
	width: 75%;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 5px 0px;
	background-color: #f0dacd;
	font-size: 0.9em;
}

.news_content_date {
	float: right;
	width: 25%;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 5px 0px;
	background-color: #f0dacd;
	font-size: 0.9em;
	text-align: right;
}

/* TEILNEHMER STYLES -------------------------------------------------------------- */
.teilnehmer_container {
	float: left;
	width: 100%;
	border-bottom: 1px solid #000000;
	padding: 15px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
}

.teilnehmer_image {
	float: left;
	width: 192px;
	height: 131px;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.teilnehmer_image a img {
	border: none;	
}

.teilnehmer_column1 {
	float: left;
	width: 194px;
	padding: 78px 30px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.teilnehmer_column1 p {
	border-bottom: 1px solid #000000;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	margin: 6px 0px 0px 0px;
}

.teilnehmer_column2 {
	float: left;
	width: 194px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.teilnehmer_column2 p {
	border-bottom: 1px solid #000000;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0px 0px 3px 0px;
	margin: 6px 0px 0px 0px;
}

/* SPONSOREN STYLES ------------------------------------------------------------------ */
.sponsoren_box {
   float: left;
	width: 188px;
	height: 55px;
	padding: 10px 4px 10px 4px;
	margin: 5px 5px 5px 5px;
	background-color: #ffffff;
	text-align: center;
}

.sponsoren_box a img {
	border-style: none;	
}

.sponsoren_box_small {
   float: left;
	width: 188px;
	height: 15px;
	padding: 12px 4px 10px 4px;
	margin: 5px 5px 5px 5px;
	background-color: #ffffff;
	font-size: 0.7em;
	text-align: center;	
}
