/* global whitespace reset */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-image: url(bg.png);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* layout */

#header {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 10;
}

#rightcontent {
	left: 833px;
	position: absolute;
	top: 118px;
	width: 134px;
}

#pagetitle {
	left: 205px;
	position: absolute;
	top: 65px;
	width: 565px;
	z-index: 2;
}

#content {
	left: 205px;
	position: absolute;
	top: 115px;
	width: 565px;
	z-index: 2;
}

#line_blue {
	background: #072f66;
	height: 1px;
	left: 165px;
	position: absolute;
	top: 100px;
	width: 655px;
	z-index: 1;
}

#line_white {
	background: #fff;
	height: 1px;
	left: 815px;
	position: absolute;
	top: 100px;
	width: 170px;
	z-index: 1;
}

#menu {
	left: 24px;
	line-height: 20px;
	list-style-position: outside;
	position: absolute;
	top: 55px;
	width: 140px;
	z-index: 10;
}

#searchbox {
	color: black;
	font-size: 9px;
	font-weight:bold;
	left: 833px;
	position: absolute;
	text-transform: uppercase;
	top: 54px;
	width: 134px;
	z-index: 50;
}

#latestnews {
	position: relative;
	border: 1px solid #fff;
	width: 134px;
	z-index: 1;
}

/* menu **************************************************************/

#m2 .m2-l1-act {
	background-image: url(navi_pfeil_rot.png);
	background-position: 0 6px;
	background-repeat: no-repeat;
	list-style-type: none;
}

.m2-l1-act a {
	color: #E70127;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 9px;
	text-decoration: none;
	text-transform: uppercase;
}

#m2 .m2-l1-no {
	background-image: url(navi_pfeil_grau.png);
	background-position: 0 6px;
	background-repeat: no-repeat;
	list-style-type: none;
}

.m2-l1-no a {
	color: #68676B;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 9px;
	text-decoration: none;
	text-transform: uppercase;
}

.m2-l1-no a:hover {
	color: #f00;
}

	
.m2-l2 .m2-l2-act {
	background-image: url(navi_pfeil_rot.png);
	background-position: 0 6px;
	background-repeat: no-repeat;
	list-style-type: none;
	margin-left: 9px;
}

.m2-l2-act a {
	color: #e70127;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: uppercase;
}

.m2-l2 .m2-l2-no {
	background-image: url(navi_pfeil_grau.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	list-style-type: none;
	margin-left: 9px;
}

.m2-l2-no a {
	color: #68676b;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: uppercase;
}

.m2-l2-no a:hover {
	color: #f00;
}

/* news - latest *************************************************************/

div.newsbox h1.csc-firstHeader {
	background-color: #e70127;
	border: 1px solid white;
	color: white;
	font-size: 13px;
	line-height: 13px;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	margin: 0;
}

div.newsbox p.bodytext {
	/* border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white; */
	padding: 0px;
}

.news-latest-container h2, .news-latest-container .news-latest-item {
	padding: 5px 8px 5px 8px;
}

div.news-latest-container {
	border: 1px solid #fff;
}

div.news-latest-container h2 {
	background-color: #e70127;
	border-bottom: 1px solid white;
	color: white;
	font-size: 13px;
	line-height: 13px;
}

div.news-latest-container h3 {
	font-size: 13px;
}

div.news-latest-container.bodytext {
	margin: 0 0 12px 0;
}

.news-latest-picture {
	margin: 0 0 8px 0;
	text-align: left;
}

/*
.news-latest-item {
	padding-top: 8px;
}
*/

.news-latest-container h3, .news-latest-container p {
	padding-top:4px;
	padding-bottom:2px;
}

.news-latest-container a:link, .news-latest-container a:visited, .news-latest-container a:hover, .news-latest-container a:active  {
	color: black;
	text-decoration:underline;
}

.news-latest-date {
	margin: 8px 0 0 0;
}

.news-latest-morelink {
	display: none;
}
	
/* list */
.news-list-container {
	font-size: 0.85em;
	/* margin-top: 5em; */
}

.news-list-item {
	background-color: #D4DDCD;
	padding: 5px;
	margin-bottom:16px;
}

.news-list-date {
float:left;
}

.tx-ttnews-browsebox td
{
padding:2px;
}

.news-list-title,
.news-list-morelink
{
	margin-left:6em;
	border-left: 1px solid red;
	padding-left:6px;
}

div#content .news-list-title a:link, div#content  .news-list-title a:visited, div#content  .news-list-title a:hover, div#content  .news-list-title a:active  {
	color: black;
	text-decoration: none;
}

.clearer
{
	clear:both;
}

.tx-ttnews-browsebox-SCell
{
padding:4px;
}
	
/* news - single**************************************************************/
	
.news-single-item h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 25px;
	margin-bottom: 10px;
}	

.news-single-timedata {
	font-weight: bold;
}

.news-single-item h3 {
	font-size: 13px;
	font-weight: bold;
}

/* sitemap  ************************************************************/

.csc-sitemap {
	font-weight: bold;
	list-style-position: inside;
	list-style-image: url(sitemap_pfeil_rot.png);
}

.csc-sitemap ul ul {
	font-weight: normal;
	list-style-image: url(sitemap_pfeil_grau.png);
}

.csc-sitemap li a {
	text-decoration: none;
}


/* contact form **************************************************************/

#mailform {
	font-size:13px;
}

#mailform input, #mailform textarea {
	border: 1px solid black;
  	width: 290px;
  	padding-left: 5px;
}

#mailform label, #mailform input, #mailform select {
	display: block;
	float: left;
}

select#mailformAnrede {
	border: 1px solid black;
	width: 60px;
}

#mailform legend {
	display:none;
}

#mailform br {
	clear: left;
}

#mailform label {
	margin-bottom: 10px;
	padding-right: 10px;
	text-align: left; 
	width: 80px;
}

input#submit {
	background-color: white;
	border: 1px solid white;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	width: 190px;
}

/* Suche */

#searchbox p.csc-form-label {
	display: none;
}

#searchbox .textbox {
	height: 18px;
	width: 120px;
}

#searchbox .submit {
	background-color: transparent;
	background-image: url(navi_pfeil_grau.png);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	height: 16px;
	margin-left: 3px;
	width: 5px;
}
	
/*searchform*/	

.csc-form-labelcell {
	padding: 0 20px 0 0;
}

.csc-form-labelcell, .csc-form-fieldcell {
	padding-bottom: 10px;
}

.content td input, .content td select {
	border: 1px solid black;
}

/* content *******************************************************************/

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: none;
}

.content input, .content select {
	border: 1px solid #6a82a4;
}


.content a:link, .content a:visited, .content a:hover, .content a:active  {
	color: black;
	text-decoration:underline;
}

.content .csc-textpic {
	margin-top: 10px;
}

.bodytext {
	font-size: 13px;
	margin: 0 0 10px 0;
}

.content .csc-textpic-caption {
	color: #fff;
	font-size: 11px;
}

#content .csc-textpic-caption {
	color: #000;
	font-size: 12px;
}

h1.csc-firstHeader {
	margin: 0 0 16px 0;
}

h1.pagetitle {
	font-size: 20px;
	font-weight: normal;
	background: #fff;
}

.content .csc-header h1 {
	font-size: 13px;
	font-weight: bold;
}

#content ul {
	list-style-type: square;
	margin-left: 14px;
	margin-bottom:14px;
}

#content li {
	margin-bottom: 16px;
}

/* Tabelle: Zahlen */

.zahlen {
	border-collapse: collapse;
	width:570px;
}

.zahlen th {
	background: #345b8e;
	border-bottom: 16px solid white;
	color: #fff;
	padding-left: 5px;
	text-align: left;
}

.zahlen td {
	background: #cdd5e0;
	border-bottom: 16px solid white;
	padding-left: 5px;
	vertical-align: top;
}

/* Bilder */

div#content .csc-textpic-imagewrap, div#rightcontent .csc-textpic-imagewrap {
	margin: 16px 0 16px 0;
}

.csc-textpic-caption {
	color: #fff;
	font-size: 13px;
}

#content .bodytext + ul {
	margin-top: -13px;
}

#rightcontent .bodytext a:link, #rightcontent .bodytext a:visited, #rightcontent .bodytext a:hover, #rightcontent .bodytext a:active {
	color: black;
	text-decoration:underline;
}

/* faq */

.content h1.faqtitle {
	font-size: 13px;
}

.content p.faqtitle {
	margin: 0 0 13px 0;
}

.content p.faqcontent {
	margin: 0 0 24px 0;
}


/* kontaktformular */

.bb {
	border-bottom: 1px solid #78926a;
}

.bt {
	border-top: 1px solid #78926a;
}

.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

.content td textarea {
	border: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.content textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.tx-mlmaps-pi1 .bodytext {
	background: white;
	padding: 6px;
}

.copywhite, .copywhitebd {
	color: #fff;
	padding: 5px 0 8px 0;
}

#content td.copywhite a, td.copywhitebd a {
	color: #fff;
}

.bgdark {
	background: #496a38;
}

.bglight {
	background: #8aa07f;
}

#content #col191-0 {
	width: 194px;
}

#content #col191-1 {
	width: 105px;
}

#rightcontent img {
	margin-bottom: 8px;
}

p.toplink {
	margin: 15px 0 15px 0;
}

ul#form_error {
	padding-top: 10px;
	color: #E7004B;
}