@charset "ISO-8859-1";
/* CSS Document */

/* Eric Meyer's Reset Reloaded */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	/*background: transparent;*/
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #7d7d7d;
	background-color:#e5e5e5;
}
#layoutTabelle {
	background-color: #FFF;
	margin: 0 auto;
	border-right: 1px solid #bec0c2;
	border-left: 1px solid #bec0c2;
}
a:link, a:visited {
	color: #006ab3;
}
p {
	line-height: 120%;
	padding-bottom: 12px;
}
h1, h2, h3 {
	font-size: 1em;
}
.error {
	color: red;
}

/*LAYOUT-TABELLE*/
tr.content td {
	font-size: 0.8em;
}
td.columnLeft, td.columnCenter, td.columnRight {
	vertical-align: top;
}
td.columnLeft {
	width: 193px;
	border-right: 1px solid #bec0c2;
}
#navLinksBlock {
	width: 181px;
	padding: 6px 6px 6px 9px;
}
td.columnCenter {
	/*padding: 10px 19px;*/
}
td.columnRight {
	width: 200px;
	background-color: #eceeef;
	border-left: 1px solid #bec0c2;
}
#spalteRechtsBlock {
	width: 200px;
}

/*HEADER*/
th {
	text-align: left;
	background:url(../pics/bg_header.gif) right no-repeat;
	background-color: #eeeff1;
}

/*BREADCRUMB*/
.breadcrumb {
	padding: 4px 0 4px 201px;
	color: #58585a;
	font-size: 60%;
	border-bottom: 1px solid #bec0c2;
}
.breadcrumb, .breadcrumb a {
	color: #dd8102;
}
.breadcrumb span {
	color: #58585a;
}

/*FOOTER*/
#footer {
	border-top: 1px solid #bec0c2;
	border-bottom: 1px solid #bec0c2;
	background-color: #eceeef;
}

/*NAVIGATION LINKS*/
.content .columnLeft ul {
	position: relative;
}
.content .columnLeft li {
	list-style-type: none;
	padding-bottom: 3px;	
}
.content .columnLeft li a {
	color: #535353;
	padding-left: 10px;
}
.columnLeft #navLinksBlock .nav_links_gesamt .subMenu {
	font-size: 90%;
}
.content .columnLeft ul li.sel, .content .columnLeft ul li.selmitSub {
	background:url(../pics/listicon.gif) left 4px no-repeat;
}
.content .columnLeft ul ul.subMenu li.sel, .content .columnLeft ul ul.subMenu li.selmitSub {
	background-image:none;
}
.content .columnLeft li.sel a, .content .columnLeft li.selmitSub a {
	color: #dd8102;
}
.content .columnLeft li.sel ul li a, .content .columnLeft li.selmitSub ul li a {
	color: #535353;
}
.columnLeft #navLinksBlock .nav_links_gesamt .subMenu .sel a, .columnLeft #navLinksBlock .nav_links_gesamt .subMenu .selmitSub a {
	color: #dd8102;
}
.columnLeft #navLinksBlock .nav_links_gesamt .subMenu a:hover {
	color: #dd8102;
}
.content .columnLeft  ul.subMenu {
	margin-left: 20px;
	margin-top: 4px;
}
.content .columnLeft ul.subMenu li a {
	text-decoration: none;
	padding-left: 0;
}
ul.subMenu li a:hover {
	text-decoration: underline;
}


/*CONTENT MITTE*/
.columnCenter p {
	padding-left: 19px;
	padding-right: 19px;
}
.columnCenter dl {
	padding: 10px 19px;
}
.columnCenter dl dt a {
	display: block;
	padding-left: 11px;
	background:url(../pics/listicon.gif) left no-repeat;
	color: #7d7d7d;
	font-weight: bold;
}
.columnCenter dd {
	padding: 3px 0 17px 11px;
}


/*FOOTER*/
td#footer {
	text-align: right;
	padding: 4px 19px;
	font-size: 60%;
	
}

/*TEASER STARTSEITE*/
.columnCenter .contenttable {
		/*text-align: center;*/
		vertical-align:middle;
		margin: 10px 19px;
}
.columnCenter .contenttable td {
		padding: 5px;
		font-size: 100%;
}
.columnCenter .contenttable td p {
		padding: 0;
}
.columnCenter ul {
		padding: 5px 19px;
		line-height: 120%
}
.columnCenter ul li {
		/*list-style:circle;*/
		list-style-image:url(../pics/listicon.gif);
		margin-left: 19px;
}

/*FORMULAR*/
label {
	float: left;
	display: block;
	width: 130px;
}

/*NEWS*/
/*RECHTE SPALTE*/
#spalteRechtsBlock .news-list-item {
	padding: 5px;
	font-size: 90%;
}
#spalteRechtsBlock h1 {
	background: url(../pics/bg_header_newsteaser.gif) repeat-y;
	color: #FFF;
	padding: 0 0 2px 5px;
}
#spalteRechtsBlock h3 span {
	display: block;
	text-align: right;
	font-weight: normal;
	font-size: 80%;
	padding-bottom: 3px;
}
#spalteRechtsBlock, #spalteRechtsBlock h3 {
	/*padding: 3px 0;*/
	padding-bottom: 5px;
}
#spalteRechtsBlock, #spalteRechtsBlock h3 a {
	color: #7d7d7d;
	text-decoration: none;
}
#spalteRechtsBlock h3 a:hover {
	text-decoration: underline;
}
#spalteRechtsBlock .news-list-category, #spalteRechtsBlock .news-latest-category {
	float:left;
	margin: 5px 0;
	font-size: 80%;
}
#spalteRechtsBlock .news-list-morelink {
	float: right;
	margin-top: 3px;
	font-size: 80%;
	margin: 5px 0;
}
#spalteRechtsBlock .clearer {
	clear: both;
}

/*NEWS-LISTE MITTE*/
.columnCenter .news-list-item {
	padding: 10px 19px;
	background: url(../pics/trenner_hor.gif) bottom repeat-x;
}
.columnCenter .news-list-item h3 a {
	color: #7d7d7d;
	text-decoration: none;
}
.columnCenter .news-list-item h3 a:hover {
	text-decoration: underline;
}
.columnCenter .news-list-item .news-list-date {
	float: right;
	font-size: 80%;
	margin-left: 10px;
}
.columnCenter .news-list-item .newsListImage {
	float: left;
	margin: 0 10px 0 0;
}
.columnCenter .clearer {
	clear: both;
	height: 10px;
}
.columnCenter hr.clearer {
	height: 1px;
	background-color: #bec0c2;
}
.columnCenter .news-list-morelink {
	clear: both;
}

/*NEWS-SINGLE*/
.news-single-item {
	padding: 10px 19px;
}
.columnCenter .news-single-item p {
	padding-left: 0px;
	padding-right: 0px;
}
.news-single-item .news-single-timedata {
	float: right;
	font-size: 80%;
	margin-left: 10px;
}
.news-single-item h3 {
	padding-bottom: 10px;
}
.news-single-item .news-single-author {
	margin: 5px 0;
}
.news-single-item .news-single-img {
	float: right;
	margin: 0 0 10px 10px;
}

/*SUBMENU CONTENT MITTE*/
.columnCenter .csc-menu li {
	margin-left:0;
}
.columnCenter .csc-header-n2 {
	clear: both;
}
.columnCenter .csc-header h1 {
	padding: 10px 19px;
}
.columnCenter .csc-header-n2 h1 {
	padding: 10px 19px;
}
.columnCenter h1.csc-firstHeader {
	padding: 10px 19px 20px 19px;
	background: url(../pics/trenner_hor.gif) bottom repeat-x;
	margin-bottom: 10px;
}
.columnCenter ul.csc-menu{
	padding: 10px 19px;
	height: 28px;
	background: url(../pics/trenner_hor.gif) bottom repeat-x;
}
.columnCenter ul.csc-menu li {
	float: left;
	margin-right: 10px;
	list-style:none;
}

/*NEWSLETTER-ANMELDUNG*/
.columnCenter fieldset {
	padding: 10px 19px;
}
.columnCenter .csc-mailform-field {
	margin: 3px 0;
}
.columnCenter .csc-mailform-label {
	padding: 5px 0;
	font-weight: bold;
	line-height: 20px;
}
.columnCenter .csc-mailform-field input.csc-mailform-submit {
	margin-left: 130px;
}
.columnCenter .mailformplus_contactform {
	padding: 10px 19px;
}
.columnCenter .mailformplus_contactform input.standard {
	width: 250px;
	border: 1px solid #bec0c2;
	line-height: 20px;
}
.columnCenter .mailformplus_contactform p {
	padding-left: 0px;
}
.columnCenter .mailformplus_contactform p.requiredInfo {
	padding: 5px 0;
}

/*MAILFORMULAR*/
.tx-thmailformplus-pi1 .mailformplus_contactform .csc-mailform-field {
	clear: both;
}
.tx-thmailformplus-pi1 .mailformplus_contactform input.csc-mailform-check {
	float: left;
	margin-left: 130px;
	line-height:20px;
}
.tx-thmailformplus-pi1 .mailformplus_contactform input.standard, .tx-thmailformplus-pi1 .mailformplus_contactform textarea {
	width: 250px;
	border: 1px solid #bec0c2;
}
.tx-thmailformplus-pi1 .mailformplus_contactform label.labelCheck {
	float:left;
	width: auto;
	line-height:20px;
}
.mailformplus_contactform fieldset.csc-mailform {
	padding:0;
}
.tx-thmailformplus-pi1 .mailformplus_contactform #submit {
	margin-top: 10px;
	margin-left: 130px;
}

/*LOGINFORMULAR*/
.csc-loginform td.csc-form-labelcell {
	width: 130px;
	line-height: 30px;
	font-size: 100%;
}
.csc-loginform td.csc-form-fieldcell {
	line-height: 30px;
	padding-bottom: 10px;
}

/*SITEMAP*/
.csc-sitemap ul {
	padding-top: 0px;
}
.csc-sitemap ul li {
	list-style-type:none;
}
.csc-sitemap ul li a {
	color: #7d7d7d;
	font-weight: bold;
	text-decoration: none;
	font-size: 100%;
}
.csc-sitemap ul li a:hover {
	text-decoration: underline;
}
.csc-sitemap ul li ul li a {
	font-weight: normal;
}
.csc-sitemap ul li ul li ul li a {
	font-size: 90%;
	font-weight: bold;
}
.csc-sitemap ul li ul li ul li ul li a {
	font-weight: normal;
}