@import url(dynamiccss.css);

body {
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #999999;
	color: #666666;
}
#container {
	height: 100%;
	width: 996px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image: url(templ_img/header.jpg);
	height: 120px;
	width: 100%;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #006699;
	border-left-color: #006699;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006699;
}

/*Obere Navigationsleiste*/

/*#ts_mainnavigation {
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
}*/
#ts_mainnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
}
#ts_mainnav p {
	padding: 3px;
	margin: 0px;
}
ul.top, ul.top li {
	display: inline;
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
#ts_mainnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #646483;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

/*HAUPTBEREICH*/
#main {
	clear: left;
	width: 100%;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
	border-bottom-color: #000033;
	border-left-color: #FFFFFF;
	border-top-style: none;
}
#hauptteil {
	position: absolute;
	width: 996px;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	border-top: 1px none #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#content {
	width: 530px;
	position: relative;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #EBEBEB;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 40px;
}
*html #content {
	width: 600px;
	position: relative;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #EBEBEB;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 40px;
}
/*#main_content {
	min-height: 450px;
}
*html #main_content {
	height: 450px;
}*/
#main_content_block {
	min-height: 450px;
	display: block;
}
*html #main_content_block {
	height: 450px;
}
#main_content input, #main_content select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #EBEBEB;
	margin: 0px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #EBEBEB;
	margin: 0px;
}
#main_content input.search_bn {
	border:1px solid #000666; 
	background-color:#000066; 
	color:#ffffff; 
	font-weight:bold; 
	width:50px; 
	cursor:hand;
}
#referenzenblock {
	background-color: #EFEFFF;
	margin-top: 20px;
}
/*#referenzenblock  {
	min-height: 50px;
}
*html referenzenblock  {
	height: 50px;
}*/
#content #referenzenblock p {
	padding-left: 10px;
	padding-right:10px;
	padding-bottom:10px;
}
*html #content #referenzenblock p {
	padding-bottom:1px;
}
#referenzenblock h2.csc-firstHeader {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #646483;
	margin: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	display:block;
	position:relative;
	letter-spacing: 0.3em;
}
/**html #referenzenblock h2.csc-firstHeader {
	margin: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 20px;
	display:block;
	position:relative;
	font-weight: bold;
}*/

/*LINKE SPALTE*/
#ts_subnav {
	height: 100%;
	width: 185px;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #000033;
	padding: 0px 0px 10px 5px;
	float: left;
	text-align: right;
}
ul.subn {
	margin: 51px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
#ts_subnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CDCDCD;
	border-right-color: #CDCDCD;
	border-bottom-color: #CDCDCD;
	border-left-color: #CDCDCD;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 0px;
	padding-right: 5px;
	display: block;
	background-image: url(templ_img/subsubbg.gif);
	filter:alpha(opacity=40);
	opacity:0.4;
	-moz-opacity:0.4;
	-khtml-opacity:0.4;
}
#ts_subnav a.act, #ts_subnav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 0px;
	padding-right: 5px;
	display: block;
	border-top: 1px solid #C1C1E6;
	border-right: 1px none #C1C1E6;
	border-bottom: 1px solid #C1C1E6;
	border-left: 1px solid #C1C1E6;
	background-image: url(templ_img/subsubactbg.gif);
	filter:alpha(opacity=70);
	opacity:0.7;
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
}
#ts_subnav a.subact:hover {
	padding-bottom:0px;
	padding-top:0px;
}
#ts_subnav li { 
	display:block;
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 0px;
	padding-right: 0px;
}
#ts_subnav li.subsub { 
	display:block;
	margin-top: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
#ts_subnav a.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CDCDCD;
	border-right-color: #CDCDCD;
	border-bottom-color: #CDCDCD;
	border-left-color: #CDCDCD;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	padding-right: 5px;
	display: block;
	background-image: url(templ_img/subsubbg.gif);
	background-repeat: repeat;
	filter:alpha(opacity=40);
	opacity:0.4;
	-moz-opacity:0.4;
	-khtml-opacity:0.4;
}
#ts_subnav a.subact, #ts_subnav a.sub:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	padding-right: 5px;
	display: block;
	border-top: 1px solid #C1C1E6;
	border-right: 1px none #C1C1E6;
	border-bottom: 1px solid #C1C1E6;
	border-left: 10px solid #C1C1E6;
	background-image: url(templ_img/subsubactbg.gif);
	background-repeat: repeat;
	filter:alpha(opacity=70);
	opacity:0.7;
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
}




/*RECHTE SPALTE*/
#content_right {
	float: right;
	/*position: relative;*/
	width: 180px;
	padding: 10px 10px 10px 0px;
}
#search input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #EBEBEB;
	margin: 0px;
}
#search input.search_bn {
	border:1px solid #000666; 
	background-color:#000066; 
	color:#ffffff; 
	font-weight:bold; 
	width:50px; 
	cursor:hand;
}
*html #search input.search_bn {
	border:none; 
}

#coma_telefon {
	background-color: #000063;
	color: #646483;
	margin-bottom: 10px;
	font-weight:bold;
		
}
.toptel {
	/*display: block;*/
	background-color: #646483;
	padding:3px;
	margin-top:5px;
	color:#ffffff;
	font-size:12px;
	letter-spacing: 0.3em;
	text-align:center;
	font-weight:bold;
	}
.texttel {
	background-color: #EFEFFF;
	padding: 2px 5px;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px dashed #CCCCCC;
	border-left: 1px dashed #CCCCCC;
	border-right: 1px dashed #CCCCCC;	
	}
.textemail {
	background-color: #EFEFFF;
	padding: 2px 5px;
	font-size: 12px;
	font-weight:bold;
	border-bottom: 1px dashed #CCCCCC;
	border-left: 1px dashed #CCCCCC;
	border-right: 1px dashed #CCCCCC;	
	}
#coma_telefon a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000066;
}
#coma_telefon a {
	text-decoration: none;
	color: #646483;
	font-weight: bold;
	font-size:12px;
}

#newsheader, #aktionenheader {
	display: block;
	background-color: #646483;
	padding:3px;
	margin-top:5px;
	color:#ffffff;
	font-size:12px;
	letter-spacing: 0.3em;
	text-align:center;
	font-weight:bold;
}
div.newsblock div.reblock {
	padding: 5px;
	border: 1px dashed #CCCCCC;
	margin-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000033;
	background-color: #F8F8F8;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	display:block;
}
div.aktionenblock div.reblock {
	padding: 5px;
	border: 1px dashed #CCCCCC;
	margin-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000033;
	background-color: #EFEFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	display:block;
}




/*FOOTER*/
#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
	padding: 3px 10px;
	text-align: center;
	background-color: #FFFFFF;
	color: #999999;
}


/*ALLGEMEIN*/
a.internal-link img {
	border:none;
}
a.external-link img {
	border:none;
}
a.internal-link-new-window img {
	border:none;
}
a.external-link-new-window img {
	border:none;
}
a.download img {
	border:none;
}
a.mail img {
	border:none;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FF5E28;
	display: block;
	padding: 10px 10px 10px 0px;
	border-top: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	border-left: 1px none #EBEBEB;
	text-align:center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-bottom:0px;
	margin-top:20px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FF5E28;
	display: block;
	padding: 10px 10px 10px 0px;
	border-top: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	border-left: 1px none #EBEBEB;
	text-align:center;
}

/*h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FF5E28;
	display: block;
	padding: 10px 10px 10px 0px;
	border: 1px solid #D3D3ED;
	text-align:center;
	background-color:#F3F3FF;
}*/
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h4.nl {
  background-color:#F3F3FF;
  margin-top: 20px;
  }
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;
}
.mailformH3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF5E28;
	display: block;
	padding: 5px;
	text-align:left;
	border: none;
	background: none;
	}
p {
	margin: 9px 0px 0px;
	padding: 0px;
	color: #666666;
	/*text-indent: 1em;*/
}
#content a, #content_right a, #footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #646483;
	text-decoration: none;
	font-variant: normal;
}
#content a:hover, #content_right a:hover, #footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
	font-variant: normal;
}
.quote {
	font-size: 11px;
	font-weight: bold;	
}
.imgleft {
	margin-right: 10px;
	margin-left: 0px;
	margin-top:3px;
	margin-bottom:5px;
	/*border: 1px solid #EBEBEB;*/
}
.imgright {
	margin-left: 10px;
	margin-right: 0px;
	margin-top:3px;
	margin-bottom:5px;
	/*border: 1px solid #EBEBEB;*/
}
#content ul, #content_right ul {
	list-style-image: url(templ_img/reddot.gif);
	color: #666666;
}
#content td {
	font-size: 11px;
}
#ts_mainnav a.act {
	color: #8F8FA5;
	/*background-color: #EFEFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #C1C1E6;*/
}
a:hover, #ts_subnav a:hover, #ts_mainnav a:hover {
	color: #000033;
}
#search {
	margin-bottom: 10px;
}
form {
	margin: 0px;
	padding: 0px;
}
#ts_breadcrumb a, #ts_breadcrumb2 a {
	font-weight: normal;
	color: #999999;
}
#ts_breadcrumb a:hover, #ts_breadcrumb2 a:hover {
	font-weight: normal;
	color: #000033;
	text-decoration: none;
}
#ts_breadcrumb2 {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #EBEBEB;
	padding-top: 10px;
	display: block;
	clear: left;
	padding-bottom: 10px;
	margin-top: 10px;
}
#ts_breadcrumb, #ts_breadcrumb2 {
	text-align:center;
}
#ts_breadcrumb {
	margin-top: 0px;
	margin-bottom: 17px;
}
.indexpoint {
	display: block;
	height: 100px;
	padding: 10px;
}
#pdfgen {
	text-align: center;
	display: block;
	margin-top: 30px;
}
#pdfgen a, #pdfgen a:hover {
	font-weight: normal;
}#pdfgen a {
	color: #999999;
}
#footer a {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: none;
	font-weight: normal;
}
#content #pdfgen #ts_coma_pdf a {
	text-decoration: none;
}
#content #pdfgen #tipafriend a {
	text-decoration: none;
}
#sitemap {
	float: right;
	margin-top: 1px;
}
#sitemap a {
	font-weight: bold;
	color: #646483;
	text-decoration: none;
	margin-right: 10px;
}
*html #ts_subnav a.subact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	padding-right: 5px;
	display: block;
	border-top: 1px solid #C1C1E6;
	border-right: 1px none #C1C1E6;
	border-bottom: 1px solid #C1C1E6;
	border-left: 1px solid #C1C1E6;
	background-color:#eeeeee;
	filter:alpha(opacity=40);
	opacity:0.4;
	-moz-opacity:0.4;
	-khtml-opacity:0.4;
}
*html #ts_subnav a.sub:hover {
	filter:alpha(opacity=20);
	opacity:0.2;
	-moz-opacity:0.4;
}
*html #ts_subnav {
	filter:alpha(opacity=50);
	-moz opacity:0.5;
	opacity:0.5;
}
table.contenttable td {
	*/border:1px solid #666666;
	border-collapse: collapse;*/
	padding-left:5px;
	vertical-align:top;
}
table.special td {
	border:1px solid #666666;
	border-collapse: collapse;
	padding-left:5px;
	vertical-align:top;
}
table.contenttable td.special {
	border:1px solid #666666;
	border-collapse: collapse;
	padding-left:5px;
	vertical-align:top;
}
table.contenttable th, table.special th, th.special {
	border:1px solid #646483;
	border-collapse: collapse;
	padding:3px;
	vertical-align:top;
	background-color:#646483;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
}
table.contenttable, table.special {
	border-collapse: collapse;
}
table.noborder td {
	border:none;
	padding-left:5px;
	vertical-align:top;
}
hr {
	color:#ebebeb;
	border:none;
	height:1px;
	background-color:#ebebeb;
}
.csc-mailform {
	border:none;
}
.csc-mailform input{
	width:200px;
	/*margin-left:120px;*/
	}
.csc-mailform-field label {
	width:210px;
	text-align:right;
	font-weight:bold;
	float:left;
	margin-right:10px;
}
.csc-mailform-check {
	width:20px !important;
}
.csc-mailform-field {
	margin-bottom:5px;
	}
.csc-mailform-field textarea {
	width:200px;
	overflow:auto;
}
.csc-mailform input#mailformformtype_mail {
	width:160px;
	margin-left:220px;
	background-color:#646483;
	color:#ffffff;
	font-weight:bold;
}

}
.news-list-item h3 {
	background-color:#efefff;
	margin-top:0px;
	padding:3px;
	font-size:12px;
	text-align:left;
}
.news-list-item {
	border: 1px solid #d3d3ed;
	margin-top:10px;
}
.news-list-item div,.news-list-item p {
	padding:3px;
}
table p {
	margin:0px;
	padding:0px;
}
#to_top a:hover {
	text-decoration:none;
	}

/*Überschreibt Formate der Suche*/
.tx-indexedsearch 
.tx-indexedsearch-res 
.tx-indexedsearch-descr
.tx-indexedsearch-redMarkup {

color:#646483;
}

.tx-indexedsearch-title {
	color:#FF5E28;
}

.tx-indexedsearch-title a {
	color:#A8562F !important;
}

.tx-indexedsearch-title a:hover {
	color:#A8562F !important;
	text-decoration:underline !important;
}

.tx-indexedsearch-browselist-currentPage {
	border: dotted 1px #646483;
	padding-left:3px;
	padding-right:5px;
	text-align:center;
}
.tx-indexedsearch 
.tx-indexedsearch-searchbox 
input.tx-indexedsearch-searchbox-button {
background-color:#000066;
	border:1px solid #000666 !important;
	color:#FFFFFF !important;
	font-weight:bold;
	width:50px;
}
/*.tx-indexedsearch-searchbox-button {
	background-color:#000066;
	border:1px solid #000666;
	color:#FFFFFF;
	font-weight:bold;
	width:50px;
}*/
	
	/*Formate für den Newsletter*/
#nl_label {
	width:175px; 
	float:left; 
	text-align:right;
	margin: 1px 5px 1px 0px;
	font-weight: bold;
	font-size: 11px;
	color: #666666;
}

#newsletter_button {
	width:100px;
	
	background-color:#646483 ;
	color:#ffffff !important;
	font-weight:bold;
}

#nl_field {
	margin: 1px 0px 1px 0px;
}

#nl_confirm {
	font-weight: bold;
	font-size: 11px;
	color:#FF5E28 !important;
}

#nl_confirm2 {
	font-weight: bold;
	font-size: 10px;
	color:#FF5E28 !important;
}
p.indexlnk {
	text-align:right;
	display:block;
	background-color:#F3F3FF;
	padding:5px;
	margin-top:20px;
}
#coma-kampagne-bild {
  float:left;
  background-image: url(templ_img/coma_berlin.gif);
  background-repeat: no-repeat;
  background-position: 5px 0px;
  height:300px;
  width:305px;
  color:#ffffff;
  margin-right:10px;
  }
#coma-kampagne-adresse {
  background-color:#000066;
  color:#ffffff;
  width:140px;
  padding:5px;
  margin-top:75px;
  margin-left:0px;
  border: solid 1px #ffffff;
  }
#coma-kampagne-adresse p {
  color:#ffffff;
  font-size:10px;
  margin-top:0px;
  }
*html #coma-kampagne-adresse {
  width:150px;
  }
.news-single-item dd {
	display:inline;
	}