/* CSS Document */

/* Allgemeine Websiteneinstellung */
    html, body { height:100%; margin:0; padding:0; }

	body {
	text-align: center;
	width: 100%;
	margin: 0;
	background-color: #e0e0e0;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 0.9em;
	}
	
	#container {
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
        height: 100%; /* Mindesthöhe in IE (<7) */
	text-align: left;
	width: 950px;
	align: left;
	margin: 0 0 -36px 0;
	background: url(../images/bg_container.gif) top left repeat-y;
	}
	
	* html #container {
	margin: 0 0 -24px 0;
	}
	

/* Head-Bereich */
	
	#header {
	height: 104px;
	background-color: #cc0000;
	}
    #adventTable {
  border-width:0pt;
  border-style:solid;
  border-color:#8b0007;
  text-align:center;
}
#adventBorder {
  border-width:4pt;
  border-style:solid;
  border-color:#8b0007;
}
#adventText {
  color:#f89118;
}	
	#logo_wrap {
	height: 104px;
	width: 180px;
	background-color: #fff;
	float: left;
	}
	
	#logo {
	padding-left: 10px;
	padding-top: 20px;
	}
	
	#header_image {
	width: 427px;
	height: 104px;
	float: left;
	}
	
	* html #navi_top_wrap {
	margin-top: -3px;
	}
	
	#navi_top_wrap {
	clear: both;
	background-color: #0f0f0f;
	height: 1.7em;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	font-size: 1em;
	}
	
	#navi_top {
	padding-left: 180px;
	}
	
	#navi_top ul {
	list-style-type: none;
	margin:	0;
	padding: 0;	
	font-color: #fff;
	}
		
	#navi_top li {
	padding: 0;
	width: auto;
	float: left;
	font-weight: bold;
	text-align: center;
	border-right: 2px solid #fff;
	}
	
	#navi_top a {
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	display: block;
	background-color: #0f0f0f;
	text-decoration: none;
	}
	
	#navi_top a:hover {
	background-color: #cc0000;
	}
	
	#navi_top a.aktuell {
	background-color: #0f0f0f;
	color: #ff0000;
	}
	
	#navi_top li.lasttop {
	border-right: none;
	}
	
	#navi_top a:active {
	color: #fff;
	background-color: #910000;
	}

/* Content-Bereich */

	#main1 {
	height: auto;
	margin:0;
	padding:0;
	background: url(../images/bg_left.gif) top left repeat-y;
	}
	
	#main2 {
	margin:0;
	padding:0;
	background: url(../images/bg_right.gif) top right repeat-y;
	}

	#content {
	width: 540px;
	margin: 0 180px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 37px;
	font-size: 0.9em;
	}
	
	#content img {
	padding:0;
	margin:0;
	}
	
	#content h1 {
	font-size: 1.7em;
	color: #666;
	}
	
	#content a {
	font-weight:bold;
	color: #910000;
	text-decoration:none;
	}
	
	table tr #abstand {
	height: 10px;
	}
	
	#content h2 {
	font-size: 0.9em;
	color: #000000;
	padding-top: 0;
	padding-bottom: 0;
	margin:0;
	}
	
	#content p {
	font-size: 0.9em;
	color: #000;
	padding:0;
	margin:0;
	}
	
	#content_zwsp {
	width: 505px;
	padding-bottom: 20px;
	}
	
	#content_zwsp_left {
	float: left;
	padding-right: 20px;
	width: 150px;
	
	}
	
	#content_zwsp_right {
	float: left;
	width: 335px;
	}
	
	/* Left Bereich */
	
	#left {
	float:left;
	width:180px;
	margin:0;
	font-size:0.9em;
	}
	 
	#left_menu {
	font-size: 11pt;
	color:black;
	margin-top: 40px;
	background-color: #910000;
	}
	
	#left_menu a .dot{
	color:#910000;
	background:transparent;
	font-weight:normal;
	font-size:14px;
	}
	
	#left_menu a:hover .dot{
	color:#fff;
	background:transparent;
	font-weight:normal;
	font-size:14px;
	}
	
	#left_menu ul {
	list-style-type: square;
	color: #910000;
	margin:	0;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;	
	}
	
	#left_menu li {
	list-style-type: square;
	border-bottom: 1px solid #ffffff;
	}
	
	#left_menu a {
	font:bold 13px verdana, sans-serif;
	display:block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 5px;
	color: #fff;
	text-decoration: none;
	}
	
	#left_menu li.aktuell {
	color: #ffffff;
	background-image: url(../images/leftmenu_bg.gif);
	background-repeat:no-repeat;
	}
	
	#left_menu .aktuell {
	font:bold 13px verdana, sans-serif;
	display:block;
	color: #fff;
	text-decoration: none;
	}
	
	#left_menu a.aktuell {
	color: #fff;
	}
	
	#left_menu li.last {
	clear:both;
	border-bottom: none;
	}
	
	#left_menu li.lastaktuell {
	clear:both;
	border-bottom: none;
	background-image: url(../images/leftmenu_bg.gif);
	background-repeat:no-repeat;
	}
	
	#addr {
	font-size: 1em;
	color: #fff;
	padding-left: 20px;
	padding-top: 20px;
	}
	
	#right {
	float:right;
	width:180px;
	margin:0;
	font-size:0.9em;
	}
	
	#special_menu {
	font-size:1em;
	padding-right: 10px;
	margin-top: 2px;
	}

	#special_menu ul {
	list-style-type: none;
	margin:	0;
	padding: 0;	
	}
	
	#special_menu li {
	float: right;
	}
	
	#special_menu a {
	color: #333;
	text-decoration: none;
	}
	
	#special_menu a:hover {
	color: #cc0000;
	}
	
	#special_menu a .dotspecial{
	color: #333;
	}
	
	#nextgd {
	padding-top: 20px;
	}
	
	#right_content {
	padding-top: 10px;
	}
	
	#box_grey h1 {
	font-size: 1.2em;
	color: #cc0000;
	}
	
	#box_grey td {
	vertical-align: top;
	font-size: 0.8em;
	color: #000;
	}
	
	#box_grey a {
	font-weight:bold;
	color: #910000;
	text-decoration:none;
	}
	
	#box_grey {
	position: static;
	width: 160px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #e0e0e0;
	margin-top: 15px;
	margin-left: 0px;
	margin-bottom: 10px;
	}
	
	hr {
	clear: left;
	visibility: hidden;
	}
	
	#search {
	
	}
	
	#left_static_menu {
	
	}
	
	/* Content Bereich */
	
	.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border: 0px none;
	margin:0;
	padding:0;
	background:transparent;
	}
	
	/* Tables */
	#downloadTable , #kalenderTable  {
	width: 100%;
	border-collapse:collapse;
	border-bottom: 4px solid #c0c0c0;
	}
	
	#download, #kalender {
	text-align:left;
	vertical-align: top;
	height:35px;
	border-collapse:collapse;
	border-bottom: 4px solid #c0c0c0;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 0.9em;
	padding-left:10px;
	padding-right:10px;
	}
	
	/* Footer */
	
	#footer {
	font-size:0.9em;
	color: #fff;
	width: 950px;
	height: 24px;
	vertical-align: middle;
	background-color: #910000;
	clear: both;
	}
	
	* html #slogan {
	top:0;
	margin-top:0px;
	top:100%;
	}
	
	#slogan {
	line-height:24px;
	top:50%;
	margin-top:-12px; /* negative Hälfte von line-height:24px */
	}

	/* Formular */
	form{
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 0.9em;
	width:30em;
	}
	
	label{
	clear:left;
	margin-top: 3px;
	margin-left:5px;
	text-align:left;
	float:left;
	width:200px;
	height: 15px;
	}
		
	textarea, input{
	width: 200px;
	display: block;
	margin-left:100px;
	margin-top:15px;
	}
	
	.csc-mailform{
		border:0px;
	}
	
	p.attribut_title {
	font-size: 0.9em;
	font-style: italic;
	color: #444;
	padding: 4px 0 0 0;
	margin: 0;
	}
	
	p.attribut {
	padding: 0;
	margin: 0;
	}
	
	#box_grey p.bodytext {
	padding: 0;
	margin: 0;
	}
	
	.attribut {
	font-size: 1em;
	font-style: normal;
	color: #000;
	padding: 4px 0 0 0;
	margin: 0;
	}

