/* allgemein */

h1 {
	margin-top:0px;
	font-size:14px;
	border-bottom:1px solid #0C4DA2;
	padding: 2px 2px 2px 0;
	font-weight:bold;
	margin-bottom:3px;
	text-transform:uppercase;
}

h2 {
	margin-top:3px;
	font-size:12px;
	border-bottom:1px solid #0C4DA2;
	padding: 2px 2px 2px 0;
	margin-bottom:3px;
	font-weight:bold;
	color:#CC0000;
	text-transform:uppercase;
}

h3 {
	margin-top:3px;
	font-size:12px;
	padding: 2px 2px 2px 0;
	font-weight:bold;
	margin-bottom:3px;
	color: #000;
}

h4 {
	margin-top:0px;
	font-size:12px;
	border-bottom:1px solid #0C4DA2;
	padding:2px;
	font-weight:bold;
	margin-bottom:3px;
}
	
h40 {
	margin-top:10px;
	font-size:12px;
	background-color:#EE1C23;
	color:#FFFFFF;
	padding: 2px 2px 2px 0;
	padding-left:10px;
	font-weight:bold;
	margin-bottom:0px;
}
h4 a {
	color:#FFFFFF; 
	font-weight:bold;
}

h5 {
	margin-top:0px;
/*	font-size:12px; */
	font-size:14px;
	border-bottom:1px dotted #0C4DA2;
	padding: 2px 2px 2px 0;
	margin-bottom:3px;
	font-weight:bold;
}

img {border:none;}

p,td,form{
	padding:0;
	margin:0;
}

a{
	text-decoration: none;
	color:#EE1C23;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
	color:#EE1C23;
}

table {
	/*border:1px solid #0D3F96;*/
}

td {
	vertical-align:top;
	/*border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	padding-left:0.2em;*/
}

/* allgemein end */

/* history */
#location {
	float:left;
	margin-left:13px;
}

.location_point {
	margin-left:3px;
	padding-left:12px;
	float:left;
}

.location_point a {
	font-weight:normal;
	font-size:11px;
	color:#0C4DA2;
}
/* history end */

/****************  navright *****************/

#nav_right {
	float:right;
	width:160px;
}

.navright_box {
	background-color:#FAFAFA;
	margin-right: 1px;
/*	margin-bottom: 25px; */
	border: 1px solid #DDD;
}

.navright_box p {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px; 
}

.navright_box h1 {
	font-size:12px;
	text-transform: none;
	color:#FFFFFF;
	text-align: center;
	padding: 3px 0 0 0;
margin-left: -1px;
margin-right: -1px;
	height: 19px;
	border-bottom:1px solid #665338;
	background:transparent url(tbheadbg.png) no-repeat;
}

#navright_link {
	margin:5px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px solid #8B8B8B;
	padding-left:5px;
}

#navright_link a {
	padding-left: 15px;
	text-decoration: none;
	font-weight:bold;
	color:#000;
	background-image: url(/fileadmin/template/files/dot.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
}

#navright_link a:hover {
	text-decoration: none;
	font-weight:bold;
	color:#EE1C23;
}

#navright_linkaktiv {
	margin:5px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px solid #8B8B8B;
	padding-left:5px;
	color:#EE1C23;
}

#navright_linkaktiv a {
	padding-left: 15px;
	color: #EE1C23;
	text-decoration: none;
	font-weight:bold;
	background-image: url(/fileadmin/template/files/dot.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
}

#navright_link1 {
	margin:5px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px solid #8B8B8B;
	padding-left:2px;
}

#navright_link1 a {
	padding-left: 25px;
	text-decoration: none;
	font-size: 10px;
	font-weight:normal;
	color:#000;
	background-image: url(/fileadmin/template/files/dot2.gif);
	background-repeat: no-repeat;
	background-position: 13px 6px;
}

#navright_link1 a:hover {
	text-decoration: none;
	font-weight:normal;
	color:#EE1C23;
}

#navright_link1aktiv {
	margin:5px;
	display:block;
	text-decoration:none;
	font-weight:normal;
	color: #EE1C23;
	border-bottom:1px solid #8B8B8B;
	padding-left:5px;
}

#navright_link1aktiv a {
	padding-left: 22px;
	color: #EE1C23;
	font-size: 10px;
	text-decoration: none;
	font-weight:normal;
	background-image: url(/fileadmin/template/files/dot2.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
}

#navright_link2 {
	margin:5px;
	display:block;
	text-decoration:none;
	font-weight:normal;
	border-bottom:1px solid #8B8B8B;
	padding-left:5px;
}

#navright_link2aktiv {
	margin:5px;
	display:block;
	text-decoration:none;
	font-weight:normal;
	border-bottom:1px solid #8B8B8B;
	padding-left:5px;
	color:#EE1C23;
}

/****************  navright end *****************/


/* content box*/	
#content {
	float:left;
	width:790px;
	margin-left:20px;
	margin-top:10px;
}
.column_normal p, column_normal_breit p {
  padding: 0 0 5px 0;
}

.column_normal p.align-justify, column_normal_breit p.align-justify {
  text-align: justify;
}

.column_normal {
	float:left;
	width:610px;
}

.column_normal table {
	margin: auto;
}

.column_normal ul {
  margin-top: 0px;
}

.column_normal_breit {
	float:left;

	width:785px;
}

.column_left {
	float:left;
	margin-right:20px;
	width:295px;
}

.column_right {
	float:left;
	width:295px;
}

.headbox {
	width:295px;
	border-bottom:1px solid #0C4DA2;
	padding-bottom:2px;
	font-weight:bold;
}

.img_right {
	float:right;
	margin-left:8px;
}	

.img_left {
	float:left;
	margin-right:8px;
}

.double-margin {
	margin-top:15px;
}

.greybox_wide {
width:600px;
	float:left;
	font-size:12px;
	color:#0C4DA2;
	padding-left:10px;
	padding-top:5px;
	background-color:#CCCCCC;
	padding-bottom:1px;
}

/* news seiten */

.news_box {
	background-color:#FAFAFA;
	padding-bottom:0px;
	margin-right: 1px;
}

.news_box p {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px; 
}

.news_box h1 {
	font-size:12px;
	text-transform: none;
	color:#FFFFFF;
	text-align: center;
	padding: 3px 0 0 0;
	height: 19px;
	border-bottom:1px solid #665338;
	background:transparent url(tbheadbg.png) no-repeat;
}

.content_box {
	margin-top: 20px;
}

.content_box_home {
	margin-top: 0px;
}

.rahmen_news {
	background-color:#FAFAFA;
	border: 1px solid #DDD;
}

.rahmen_news h1 {
	margin-left: -1px;
	margin-right: -1px;
}

/*news seiten end*/

.image_subtitle {
font-size:10px;
}

.bildbreit {
width:295px;
}


.row {	
	width:610px;
	float:left;
}

.head_with_img {
	width:295px;
	float:left;
	border-bottom:1px solid #FF0000;
	margin-bottom:3px;
}

/* content box end */

.spacer {
	float:left;
	width:620px;
	height:20px;
	/*background-color:#ff00ff;*/
		}

/* Mailformular */
.mailform {
	font-size : 12px;
	color : #000;
	font-weight : normal;
}
.mailformrequired {
	font-size : 12px;
	color : #000;
	font-weight : normal;
}
.mailformcomment {
	font-size : 12px;
	color : #000;
	font-weight : normal;
}
.mailformradio {
	font-size : 10px;
	color : #000;
	font-weight : normal;
}
.csc-mailform {
        border: 1px dotted #333;
        width:350px;
}
.csc-mailform-field label {
        float: left;
        clear: both;
        display: block;
        width: 100px;
        font-size: 12px;
        margin-bottom: 4px;
        padding-left: 10px;
	padding-top: 6px;
}

.csc-mailform-submit {
        margin-left:110px;
}

.csc-mailform input, .csc-mailform textarea, .csc-mailform select {
        font-size: 12px;
        width:200px;
        border: 1px solid #B0B0B0;
        background:#F9F9F9;
        margin-top:5px;
	margin-left: 25px;
        margin-bottom:5px;
        padding:1px;
}

input.csc-mailform-submit {
margin-left: 135px;
width: 100px;
}

.mpunkt {
 padding: 0px;
 margin: 0px;
 padding-bottom: 5px;
}

.mpunkt a {
 padding-left: 10px;
 text-decoration: none;
 background-image: url(/fileadmin/template/files/dot.gif);
 background-repeat: no-repeat;
 background-position: 0px 6px;
}

.mpunkt a:hover {
 padding-left: 10px;
 text-decoration: none;
}

.mpunkt_on {
 padding: 0px;
 padding-bottom: 5px;
 margin: 0px;
 color: #EE1C23;
}

.mpunkt_on a {
 padding-left: 10px;
 color: #EE1C23;
 text-decoration: none;
 background-image: url(/fileadmin/template/files/dot.gif);
 background-repeat: no-repeat;
 background-position: 0px 6px;
}

.sub {
 padding: 0px;
 margin: 0px;
}

.sub_on {
 padding: 0px;
 margin: 0px;
 color: EE1C23
}

.sub a {
 padding-left: 13px;
 text-decoration: none;
 display: block;
 padding-bottom: 5px;
 background-image: url(/fileadmin/template/files/dot2.gif);
 background-repeat: no-repeat;
 background-position: 3px 6px;
}

.sub a:hover {
 padding-left: 13px;
 text-decoration: none;
 display: block;
}

.sub_on a {
 padding-left: 13px;
 color: #EE1C23;
 text-decoration: none;
 display: block;
 background-image: url(/fileadmin/template/files/dot2.gif);
 background-repeat: no-repeat;
 background-position: 3px 6px;
 padding-bottom: 5px;
}

.csc-textpic-caption {
        font-size: 11px;
        font-weight: bold;
}

/*******************************************
* Styles für Extension "tx_indexedsearch"
********************************************/
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#eeeeee; }

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#B9C9D2; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { color:#006699; margin-top:0px; margin-bottom:0px; background:transparent; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#cccccc; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color : #666666; }
.tx-indexedsearch-sw, .csc-sword, .tx-indexedsearch-redMarkup { color: #EE1C23; font-family: monospace; font-style: normal; padding:0 0.3em 0 0.3em; border: 1px #ccd solid; }

/* "Suche nach" nicht anzeigen */
.tx-indexedsearch-whatis{ display:none; }
/* Abstand zwischen den Ergebnisseiten */
.tx-indexedsearch-browsebox table tr td p a { margin-right: 5px; }
/* Abstand zwischen den einzelnen Suchergebnissen bzw. Titeln */
.tx-indexedsearch .tx-indexedsearch-res table { margin-top: 10px; }


/*--------------------------------- tt_news LATEST view  ---------------------------------*/
.news-latest-item {
  padding: 3px;
  margin: 0px;
}
.news-latest-item h3 {
  font-size: 11px;
}
.news-latest-item h3 a{
  color: #000;
}
.news-latest-item h3 a:hover{
  text-decoration: none;
}
.news-latest-item p {
  padding: 3px;
  margin: 0px;
  margin-top: -7px;
  margin-bottom: -5px;
  font-size: 11px;
}
.news-latest-morelink a {
  font-size: 10px;
  padding: 3px;
}

.news-latest-container {
  background-color:#FAFAFA;
  border: 1px solid #DDD;
  margin-top: 0px;
/*    margin-top: 0px; */
}

.news-latest-container h2 {
	margin: 0 -1px;
	font-size:12px;
	color:#FFFFFF;
	text-align: center;
	padding: 3px 0 0 0;
	height: 19px;
	border-bottom:1px solid #665338;
	font-weight:bold;
	background:transparent url(tbheadbg.png) no-repeat;
	text-transform:none;
}

/*--------------------------------- tt_news LIST view  ---------------------------------*/
.t3_news_list {
  clear: both;
}
.t3_news_list img {
  float: left;
  margin-left: 0;
}
.t3_news_list h2 {
  text-transform: none;
  border: 0;
  margin-bottom: 0;
}
.t3_news_list h2 a {
  color: #000; 
}
.news-list-container H1 {
  margin: 0px;
  margin-left: -2px;
}
.news-list-container H1 a{
  color: #000;
}
.news-list-container H1 a:hover{
  text-decoration: none;
}
.news-list-imgcaption {
  float: right;
  padding-top:3px;
  padding-right:3px;
  font-size: 9px;
}
.news-list-container IMG {
  float:left;
  border:1px solid #D8D8D8;
  background-color:#fff;
  padding:.3em;
  margin-bottom:5px;
  margin-right:5px;
  margin-left: 0px;
}
.news-list-morelink {
  margin-bottom: 10px;
}

/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
}

.news-single-item H1 {
  margin-left: 0px;
  margin-bottom: 3px;
  font-size:12px;
  border-bottom:1px solid #0C4DA2;
  padding:2px;
  font-weight:bold;
}
.news-single-item H3 {
  margin: 0;
  font-weight: bold;
}
.news-single-item p {
  padding: 0 0 5px 0;
}

#.news-single-img {
#  float: left;
#  margin: 3px 5px 5px 0px;
#  border:1px solid #D8D8D8;
#  background-color:#fff;
#}

.news-single-img {
        margin: 0 10px 10px 0;
}

.news-single-img img {
        width: 120px;
        height: 80px;
}

.news-single-img a {
        margin: 0 5px 5px 0;
}
.news-single-img p.news-single-imgcaption {
        display: none;
}






.news-single-imgcaption {
  padding:3px;
  clear:both;
}

.news-single-category {
  float: right;
}
.news-single-backlink, .news-single-backlink a {
  font-size: 10px;
  margin: 20px 0 10px 0;
}
.news-single-timedata {
  float: left;
  margin-left: 0px; 
}
.news-single-timedata, .news-single-author,.news-single-imgcaption,.news-single-date {
        font-size: 9px;
}
.news-single-author {
  padding-bottom: 3px;
}
.news-single-related DT, .news-single-links DT, .news-single-files DT {
        font-weight: bold;
        font-size: 11px;
}

.filelinks {
  margin: 10px 0 0 -25px;
  line-height: 1.3em;
}
      
div.lr_download {
  background: none;
}

table td {
  font-size: 11px;
  padding: 1px;
}

table th {
  font-weight: normal;
}

.datenblatt_liste li {
  line-height: 1.4;
  margin-left: -25px;
}