body {
	margin:0;
	color: #000;
	min-width: 930px;
	background: #fff url(../images/bg-body-c.jpg) repeat-x;
	font:12px "lucida sans", unicode, "lucida grande", sans-serif;
}
/* General reset */
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
img {
	border:0;
}
input, select, textarea {
	vertical-align: top;
	font: 100% arial, helvetica, sans-serif;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* General settings */
.page {
	width:100%;
	background:url(../images/bg-body.jpg) no-repeat 50% 0;
}
#wrapper {
	width:930px;
	margin: 0 auto;
}
#header {
	width:928px;
	position:relative;
	z-index:100;
	margin:0 0 8px 1px;
}
.top-nav {
	margin:0 27px 11px 0;
	padding:8px 0 0;
	list-style:none;
	height:1%;
	overflow:hidden;
	text-align:right;
}
.top-nav li {
	padding:0 0 0 5px;
	display:inline;
	font-size:11px;
	font-weight:bold;
}
.top-nav a {
	color:#fff;
}
.header-holder {
	width:100%;
}
#header .header-t {
	height:14px;
	overflow:hidden;
	background:url(../images/bg-header-t.png) no-repeat;
}
#header .header-b {
	height:14px;
	overflow:hidden;
	background:url(../images/bg-header-b.png) no-repeat;
}
#header .header-c {
	height:1%;
	padding:0 14px;
	background:url(../images/bg-header-c.png) repeat-y;
}
.logo-holder {
	width:100%;
	height:230px;
	position:relative;
	margin:0 0 1px;
	background:url(../images/intro-img.jpg) no-repeat;
}
.logo {
	position:absolute;
	top:15px;
	left:50%;
	width:290px;
	height:113px;
	margin:0 0 0 -120px;
}
.logo a {
	position:relative;
	display:block;
	height:100%;
	overflow:hidden;
	text-indent:-9999px;
}
#header .c:after, .nav-hold:after, .header-holder:after {
	display:block;
	clear:both;
	content:"";
}
.nav-hold {
	height:1%;
	position:relative;
	padding:1px 10px 0 0;
	background:url(../images/bg-nav-hold.jpg) no-repeat;
}
.search-bar {
	float:right;
	width:103px;
	height:16px;
	overflow:hidden;
	padding:0 0 0 6px;
	margin:8px 0 0;
	background:url(../images/bg-search-bar.gif) no-repeat;
}
.search-bar .text {
	float:left;
	width:79px;
	height:16px;
}
.search-bar .text input {
	width:100%;
	padding:0;
	margin:2px 0 0;
	border:0;
	background:none;
	color:#333;
	font-size:10px;
	line-height:12px;
}
.btn-search {
	float:left;
	width:18px;
	height:16px;
	cursor:pointer;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	background:none;
	border:0;
	margin:0 0 0 6px;
	display:inline;
}
#nav {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#nav li {
	float:left;
	font-size:13px;
	font-weight:bold;
}
#nav li a {
	float:left;
	color:#fff;
	line-height:28px;
	text-transform: uppercase;
	padding:1px 20px 0 12px !important;
	padding: 1px 15px 0 12px;
}
#nav li:hover a, #nav li.hover a, #nav li.active a {
	text-decoration:none;
	background-color:#a10100;
}
#nav .drop {
	width:171px;
	position:absolute;
	top:29px;
	left:-9999px;
	margin:0 0 0 -2px;
}
#nav .drop .t {
	width:171px;
	height:4px;
	overflow:hidden;
	background:url(../images/bg-drop-t.png) no-repeat;
}
#nav .drop .c {
	float:left;
	width:167px;
	padding:0 2px;
	background:url(../images/bg-drop-c.png) repeat-y;
}
#nav .drop .b {
	width:171px;
	height:4px;
	overflow:hidden;
	clear:both;
	background:url(../images/bg-drop-b.png) no-repeat;
}
#nav .drop ul {
	width:167px;
	height:1%;
	position:relative;
	z-index:1000;
	margin:-4px 0 0;
	padding:0;
	list-style:none;
}
#nav li li {
	display:block;
	float:none;
	height:1%;
	font-size:12px;
	font-weight:normal;
	vertical-align:top;
	position:relative;
}
#nav li li a {
	display:block;
	height:1%;
	text-transform: none;
	float:none;
	line-height:24px;
	background:none;
	padding:0 5px 0 12px;
}
#nav li li:hover li a, #nav li li.hover li a {
	background:none;
}
#nav li li li:hover a, #nav li li li.hover a {
	background-color:#ce0301;
}
#nav li li li:hover li a, #nav li li li.hover li a {
	background:none;
}
#nav li li li li:hover a, #nav li li li li.hover a {
	background-color:#ce0301;
}
#nav li:hover, #nav li.hover {
	position:relative;
}
/* first level */
#nav li:hover .drop, #nav li.hover .drop {
	left:0;
}
#nav li li:hover a, #nav li li.hover a, #nav li li.subactive a {
	background-color:#ce0301;
}
/* second level */
#nav li:hover li .drop, #nav li.hover li .drop {
	top:-9999px;
}
#nav li li:hover .drop, #nav li li.hover .drop {
	top:0;
	left:167px;
}
/* third level */
#nav li:hover li li .drop, #nav li.hover li li .drop {
	top:-9999px;
}
#nav li li li:hover .drop, #nav li li li.hover .drop {
	top:0;
}
.main {
	width:100%;
	overflow:hidden;
	background:url(../images/bg-main-t.png) no-repeat;
}
.main-c {
	width:874px;
	margin:16px auto 0;
	overflow:hidden;
	/* Vorher 781 */
	min-height:500px;
	padding:0 14px 0 12px;
	background:url(../images/bg-main-c.jpg) no-repeat;
}
* html .main-c {
	height:500px;
	overflow:visible;
}
#content {
	float:left;
	width:644px;
	margin:6px 0 0;
}
.breadcrumbs {
	margin:0 0 9px;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
.breadcrumbs li {
	float:left;
	font-size:11px;
	line-height:14px;
	padding:0 3px 0 14px;
	margin:0 14px 0 -14px;
	color:#666;
	background:url(../images/bullet1.gif) no-repeat 0 2px;
}
.breadcrumbs li a {
	color:#666;
}
.info-box {
	width:100%;
	margin:0 0 13px;
}
.info-box:after {
	display:block;
	clear:both;
	content:"";
}
#content h2 {
	font-size:22px;
	margin:0 0 17px;
	color:#cd0200;
}
.frame-photo {
	float:left;
	width:106px;
	position:relative;
	margin:0 26px 0 -5px;
	display:inline;
}
#sidebar .frame-photo {float: none;}
.frame-photo .t {
	height:15px;
	overflow:hidden;
	position:relative;
	z-index:10;
	background:url(../images/corner-photo-t.png) no-repeat;
}
.frame-photo .c {
	width:92px;
	float:left;
	padding:0 7px;
	background:url(../images/corner-photo-c.png) repeat-y;
}
.frame-photo .wrap {
	margin:-8px 0;
	width:92px;
	overflow:hidden;
	position:relative;
}
.frame-photo .b {
	height:15px;
	bottom:0;
	width:106px;
	clear:both;
	position:relative;
	z-index:10;
	background:url(../images/corner-photo-b.png) no-repeat;
}
.frame-photo img {
	display:block;
}
.info-box .text-hold {
	width:500px;
	padding:4px 0 0;
	float:left;
}
#sidebar .info-box .text-hold {
	width:220px;
	padding:4px 0 0;
	float:none;
}
.info-box:hover {
	background-color: #EEE;
}
#sidebar .info-box:hover {
	background-color: transparent;
}
.info-box h3 {
	margin:0;
	font-size:18px;
	line-height:20px;
}
#sidebar .info-box h3 {
	margin:0;
	font-size:15px;
	line-height:17px;
}
.info-box .title {
	display:block;
	margin:0 0 14px;
}
#sidebar .info-box .title {
	display:block;
	margin:0 0 5px;
	padding-bottom: 0px;
	font-size: 13px;
}
#sidebar .infobox p {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.info-list {
	margin:0;
	width:100%;
	overflow:hidden;
	line-height:15px;
}
.info-list dt {
	float:left;
	width:73px;
}
.info-list dd {
	margin:0;
}
#sidebar {
	float:right;
	width:209px;
	margin:6px 0 0;
	position:relative;
	padding-top: 10px;
}
.side-box {
	width:220px;
	overflow:hidden;
	color:#fff;
	font-size:14px;
	line-height:17px;
	position:relative;
	margin:0 -4px 12px -8px;
}
.side-box p {
	margin: 0;
	padding: 0;
}
.side-box a {
	color:#fff;
}
.side-box .t {
	height:5px;
	overflow:hidden;
	background:url(../images/bg-side-box-t.png) no-repeat;
}
.side-box .b {
	height:5px;
	overflow:hidden;
	background:url(../images/bg-side-box-b.png) no-repeat;
}
.side-box .c {
	height:1%;
	overflow:hidden;
	padding:0 6px;
	background:url(../images/bg-side-box-c.png) repeat-y;
}
.side-box .wrap {
	width:192px;
	overflow:hidden;
	padding:12px 5px 15px 11px;
	background:#b30000 url(../images/bg-side-box-gradient.jpg) no-repeat;
}
.side-box .title {
	display:block;
	font-size:16px;
}
.side-box .date {
	display:block;
}
.reg-box {
	text-align:center;
}
.reg-box .wrap {
	width:186px;
	padding:5px 11px 10px 11px;
}
.reg-box .title {
	font-size:18px;
	margin:0 0 6px;
}
.reg-box .more {
	padding:0 0 0 18px;
	background:url(../images/bullet3.gif) no-repeat 0 50%;
}
.side-hold {
	height:1%;
	padding:7px 0 0;
	overflow:hidden;
}
#sidebar h3 {
	margin:0 0 7px;
	font-size:16px;
	line-height:18px;
}
#sidebar .list, #sidebar ul, #inhalt ul {
	margin:0 0 19px;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
#sidebar .csc-textpic ul {
	overflow: visible;
}
#sidebar .list li, #sidebar ul li, #inhalt ul li {
	padding:0 0 0 12px;
	line-height:16px;
	background:url(../images/bullet2.gif) no-repeat 0 6px;
}
#footer {
	width:900px;
	overflow:hidden;
	background:url(../images/divider1.gif) repeat-x;
	margin:0 auto;
	padding:10px 0 20px;
	color:#999;
}
#footer p {
	margin:0;
}
#footer a {
	color:#999;
}
#footer .design {
	float:right;
}
/* Anpassungen */
#inhalt {
	padding-right: 15px;
	padding-bottom: 20px;
	line-height: 18px;
}
.info-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.info-box ul li b, .info-box ul li strong {
	display: block;
	float:left;
	width:73px;
}
body.ehren .info-box ul li b, body.ehren .info-box ul li strong {
	display: inline:
	float: none;
	padding-right: 4px;
	width: auto;
}
#inhalt a {
	color: #cd0200;
}
/* Anpassungen formular */

/* Anpassungen */

.tx-powermail-pi1 fieldset {
	border: none;
	margin-top: 10px;
}
.tx-powermail-pi1 fieldset img {
	padding-left: 2px;
}
.tx-powermail-pi1 legend {
	/*	color: #333333;

	margin: 0px;

	padding: 0px;

	font-weight: bold;

	font-size: 15px;

	padding: 10px 0px 0px 0px;*/

	display: none;
}
.tx-powermail-pi1 label {
	display: block;
	float: left;
	width: 100px;
	padding-bottom: 5px;
	font-size: 12px;
}
.tx-powermail-pi1 input, .tx-powermail-pi1 textarea, .tx-powermail-pi1 select {
	border: #cd0200 1px solid;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #FFF;
	padding: 3px;
	font-size: 12px;
	margin-bottom: 4px;
	width: 170px;
	color: #000;
	font:12px "trebuchet ms", helvetica, sans-serif;
}
.tx-powermail-pi1 input:hover, .tx-powermail-pi1 textarea:hover, .tx-powermail-pi1 input:focus, .tx-powermail-pi1 textarea:focus {
	/*border: #333333 1px solid;*/

	background-image: none;
	background-color: #CCC;
}
.tx-powermail-pi1 input.powermail_submit, .tx-powermail-pi1 input[type=submit] {
	border: #cd0200 1px solid;
	background-image: none;
	background-color: #cd0200;
	color: #FFF;
	margin-left: 100px;
	margin-top: 5px;
	width: 170px;
	padding: 3px;
}
.tx-powermail-pi1 input.tx-powermail-pi1_confirmation {
	margin-left: 0px;
	margin-right: 8px;
	float: left;
}
/* Table Styles */

table.contenttable {
	margin: 12px 1px;
	font-size: 13px;
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0px;
}
table p {
	padding: 0px;
	margin: 0px;
	line-height: 20px;
}
table.contenttable td, table.contenttable th {
	padding: 4px 6px;
}
table.contenttable th {
	background-color:#333;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	border: thin solid #FFF;
	height: 20px !important;
}
table.contenttable td {
	border: thin solid #CCC;
}
table.contenttable tbody tr {
	background-color: #F8F8F8;
}
table.contenttable tr.odd {
	background-color: #F2F2F2;
	color: #333;
}
table.contenttable tr.even {
	background-color: #ECECEC;
	color: #333;
}
table.contenttable tbody tr:hover {
	color: #333333;
	background-color: #CCC;
}
/* Verschiedenes */
.csc-textpic-caption {
	font-size: 11px;
	padding: 4px;
	color: #666;
}
.csc-textpic-border img {
	border: thin solid #999 !important;
}
.clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
}
/* for IE6 */
* html .clearfix {
        height: 1%;
}
/* for IE7 */
*:first-child+html .clearfix {
        min-height: 1px;
}

/* Agenda */
.news-list-item {
	border-bottom: thin dotted #999;
	padding: 6px;
}
.news-list-container .odd {
	background-color: #F7F7F7;
}
.news-list-item:hover {
	background-color: #EEE;
}
.news-list-item h3 {
	font-size: 15px;
	margin: 0;
	padding: 0;
	color: #000;
}
.news-list-item p {
	margin: 0;
	padding: 0;
}
.news-list-item .date {
	float: left;
	width: 20px;
	text-align: center;
}
.news-list-item .text {
	float: right;
	width: 570px;
}
.news-list-item .text p {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.news-list-item .date .tag {font-size: 18px; line-height: 18px;}
.news-list-item .date .monat {font-size: 10px; text-transform: uppercase; line-height: 12px; }
.news-list-item .date .jahr {font-size: 9px; line-height: 12px; }
.news-list-morelink {display: block;}

.news-single-rightbox {
	padding-top: 10px;
}
.news-single-item h2 {
	font-size: 20px !important;
	padding-top: 10px;
}
.news-single-datum {
	text-align: right;
	color: #999;
}
.clear {clear: both;}
/* Newssingle */
.news-single-item .datum .tag {
	font-size: 32px;
	padding-right: 5px;
}
.news-single-item .datum p {
	float: right;
	width: 40px;
	padding: 2px 0 0 0;
	text-align: left;
	margin: 0;
	border-left: 1px solid #999;
}
.news-single-item .datum .monat {
	font-size: 15px;
	padding-left: 5px;
}
.news-single-item .datum .jahr {
	font-size: 11px;
	padding-left: 5px;
	font-weight: bold;
}
/* Diverses */
.csc-textpic-imagewrap ul li {
	background-image: none !important;
	padding-left: 0;
}

body.wettbewerb .tx-powermail-pi1 label {
	display: block;
	float: none;
	width: 100%;
	padding-bottom: 5px;
	font-size: 12px;
}
body.wettbewerb .tx-powermail-pi1 input.powermail_submit, body.wettbewerb .tx-powermail-pi1 input[type=submit] {
	border: #cd0200 1px solid;
	background-image: none;
	background-color: #cd0200;
	color: #FFF;
	margin-left: 0px;
	margin-top: 5px;
	width: 170px;
	padding: 3px;
}
.csc-textpic-imagewrap ul, .csc-textpic-imagewrap ul li {
	margin: 0 !important;
	padding: 0 !important;
}
