body {
	background-image:url(../images/layout/background.gif);
	background-repeat:repeat-y;
	margin:0;
	}

/* Seiten-Header */
#HEADER {
	position:absolute;
	display:block;
	height:160px;
	width:1000px;
	
	background-color:#FFFFFF;
	}
	
#SOCIAL {
	position:absolute;
	left:205px;
	top:138px;
	height:30px;
	width:200px;
	overflow:hidden;
}

/* Navigation Formatierungen */
#NAVIGATION {
	position:absolute;
	top:161px;
	left:0px;
	display:block;
	width:200px;
	}
	
#NAVIGATION a {
	display:block;
	z-index:0;
	position:relative;
	text-decoration:none;
	color:#F04F11;
	font-family:Tahoma, Arial;
	font-size:12px;
	height:20px;
	border-top:1px solid #F9C995;
	border-bottom:1px solid #FEEFE0;
	padding-top:3px;
	}
	
#NAVIGATION a.activ {
	background-color:#FAD4A9;
	}
	
#NAVIGATION a#stufe1 {
	font-weight:bold;
	padding-left:10px;
	}
	
#NAVIGATION a#stufe2 {
	padding-left:25px;
	}
	
#NAVIGATION a#stufe3 {
	padding-left:40px;
	}
	
#NAVIGATION div.trenner {
	font-size:1px;
	line-height:1px;
	border-top:1px solid #F9C995;
	}

/* Formatierungen für den Contentbereich */
#CONTENT {
	position:absolute;
	display:block;
	top:161px;
	left:205px;
	width:575px;
	}
	
#CONTENT p, li, td, h2 {
	font-family:Tahoma, Arial;
	font-size:12px;
	line-height:16px;
	color:#333333;
	margin:0 0 5px 0;
	vertical-align:top;
	}
	
#CONTENT td {
	vertical-align:top;
	}
	
#CONTENT ul {
	list-style-image:url(../images/layout/list.gif);
	}
	
#CONTENT a {
	text-decoration:none;
	color:#F04F11;
	padding:0 13px 0 0;
	margin:0 3px 0 3px;
	background-image:url(../images/buttons/link.gif);
	background-position:right;
	background-repeat:no-repeat;
	}
	
#CONTENT h2 {
	margin:5px 0 3px 0;
	font-weight:bold;
	}

#CONTENT table.einspaltig {
	width:575px;
	}

#CONTENT table.einspaltig h1 {
	background-image:url(../images/layout/bg_h1_2-spaltig.jpg);
	background-repeat:no-repeat;
	
	display:block;
	height:20px;
	width:565px;
	
	font-family:Tahoma, Arial;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0 0 10px 0;
	padding:2px 0 0 10px;
	}
	
#CONTENT table.zweispaltig {
	width:575px;
	}
	
#CONTENT table.zweispaltig td.spalte {
	width:280px;
	}
	
#CONTENT table.zweispaltig td.spacer {
	width:15px;
	}

#CONTENT table.zweispaltig h1 {
	background-image:url(../images/layout/bg_h1_1-spaltig.jpg);
	background-repeat:no-repeat;
	
	display:block;
	height:20px;
	width:280px;
	
	font-family:Tahoma, Arial;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0 0 10px 0;
	padding:2px 0 0 10px;
	}
	
#CONTENT table.news {
	width:280px;
	margin-bottom:10px;
	}
	
#CONTENT table.news th {
	background-image:url(../images/layout/bg_h1_1-spaltig.jpg);
	background-repeat:no-repeat;
	height:20px;
	text-align:left;
	font-family:Tahoma, Arial;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	color:#FFFFFF;
	padding:0 0 0 10px;
	border-bottom:1px solid #FFFFFF;
	}
	
#CONTENT table.news td {
	background-color:#FCE7CF;
	padding:10px;
	}
	
#CONTENT table.news div.link {
	display:block;
	text-align:right;
	}
	
#CONTENT table.news td.image {
	padding:0;
	background-color:none;
	}
	
#CONTENT table.news td.image a {
	margin:0;
	padding:0;
	}
	
#CONTENT div.footer {
	border-top:1px solid #F04F11;
	margin:20px 0 0 0;
	}
	
#CONTENT div.footer p {
	text-align:right;
	font-size:11px;
	}

/* Sidebox Formatierung */
#SIDEBOX {
	position:absolute;
	display:block;
	top:160px;
	left:795px;
	width:205px;
	height:100px;
	background-image:url(../images/layout/bg_sidebox.gif);
	background-repeat:no-repeat;
	background-position:top;
	}
	
#SIDEBOX div.box {
	width:205px;
	height:191px;
	cursor:pointer;
	}
	
#SIDEBOX div.box div.txt {
	padding:10px 15px 15px 5px;
	width:185px;
	height:70px;
	background-image:url(../images/sidebox/bg_txt.jpg);
	background-repeat:no-repeat;
	font-family:Tahoma, Arial;
	font-size:11px;
	line-height:14px;
	color:#FFFFFF;
	}
	
#SIDEBOX div.box div.img {
	width:205px;
	height:96px;
	}

/* Dialog Formatierung */

#DIALOG {
	position:absolute;
	z-index:2;
	}
	
div.tellafriend {
	width:369px;
	height:239px;
	text-align:left;
	background-image:url(../images/dialog/tellafriend_bg.gif);
	background-repeat:no-repeat;
	padding:20px 47px 48px 20px;
	}
	
div.tellafriend iframe {
	width:100%;
	height:100%;
	background-color:#FCE7CF;
	}

div.tellafriend a.hideDialog {
	position:absolute;
	background-image:url(../images/dialog/tellafriend_close.gif);
	width:10px;
	height:10px;
	left:379px;
	line-height:1px;
	font-size:1px;
	}

div.hidden{
	visibility:hidden;
	}
	
div.hidden iframe {
	width:0px;
	height:0px;
	}
	
#DIALOGCONTENT body {
	margin:0;
	background-color:#FCE7CF;
	}
	
#DIALOGCONTENT h1 {
	font-family:tahoma, arial, verdana;
	font-size:12px;
	color:#F04F11;
	}
	
#DIALOGCONTENT p, td {
	font-family:Tahoma, arial, verdana;
	font-size:12px;
	color:#333333;
	vertical-align:top;
	}
	
#DIALOGCONTENT input {
	font-family:tahoma, arial, verdana;
	font-size:10px;
	color:#333333;
	line-height:16px;
	height:16px;
	border:0;
	background-color:#FFFFFF;
	width:150px;
	}
	
#DIALOGCONTENT textarea {
	font-family:Tahoma, arial, verdana;
	font-size:10px;
	line-height:14px;
	border:0;¨
	width:100%;
	}
	
/* Formular Formatierung */	

#FORMULAR table {
	width:560px;
	margin-left:15px;
	}

#FORMULAR form {
	padding:0;
	margin:0;
	}
	
#FORMULAR td {
	vertical-align:top;
	}
	
#FORMULAR td.label {
	width:150px;
	padding:0 0 10px 0;
	}

#FORMULAR input {
	font-family:tahoma, arial, verdana;
	font-size:10px;
	line-height:10px;
	background-color:#FCE7CF;
	border:1px solid #F04F11;
	padding:4px;
	width:90%;
	}
	
#FORMULAR input.formButton {
	width:auto;
	}
	
#FORMULAR input.error {
	background-color:#CC0000;
	color:#FFFFFF;
	font-weight:bold;
	}
	
#FORMULAR textarea {
	font-family:tahoma, arial, verdana;
	font-size:10px;
	line-height:14px;
	background-color:#FCE7CF;
	border:1px solid #F04F11;
	padding:4px;
	width:90%;
	}
	
/* Events Formatierung */
table#EVENTS {
	background-color:#FCE7CF;
	background-image:url(../images/events/bg.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	border-bottom:1px solid #FFFFFF;
	width:100%;
	cursor:pointer;
	}
	
table#EVENTS td {
	font-family:Tahoma, Arial, Verdana;
	font-size:9px;
	color:#000000;
	width:50%;
	padding:2px 0 2px 5px;
	}
	
table#EVENTS td.titel {
	font-size:12px;
	color:#F04F11;
	}