@media all
{
/* ######################################################################################################
** # Standard-Vorgaben ##################################################################################
** ######################################################################################################
** 

/* ### Überschriften, Fließtexte ###################################################################### */

body { color: #000; font-size: 83.33%; font-family:Verdana, Helvetica, Arial, 'Trebuchet MS',  sans-serif; }

h1,h2,h3,h4 { font-weight:normal;}
h1,h2,h3,h4 { display:block; font-weight:bold; color: #e20040; margin: 0; padding: 0; font-size: 1em;}

h1 {
	line-height: 12px;	
	font-size: 1em;	
	margin-top: 3px;
}

#col1 h1, #col2 h1, #col3 h1, #col4 h1 {
	padding: 5px 25px;	
}

#col1, #col2, #col3, #col4 {
	font-size: 0.85em;
}

p,ul,dd,dt { line-height: 1.5em; }
p { line-height: 1.5em; margin: 0;}
p {	padding: 4px 0px;	
}

.bodytext {
	padding-left: 25px;
	padding-right: 25px;
}


strong,b { font-weight: bold; }
em,i { font-style:italic; }
pre, code {	font-family: "Courier New", Courier, monospace; }
address { font-style:normal; line-height: 1.5em; margin: 0 0 1em 0; }

hr { 
	color: #fff; 
	background:transparent; 
	margin: 0 0 0.5em 0; 
	padding: 0 0 0.5em 0; 
	border:0; 
	border-bottom: 1px #eee solid; 
}

acronym, abbr {
	border-bottom: 1px dashed #c00;
	cursor: help;
}

ul, ol, dl, dd {
	margin: 0;
}

/* ### Auszeichnung lokaler und Externer Links ######################################################## */

#main a, a em.file {color: #e20040; text-decoration:none;}
#main a:hover {text-decoration:underline;}

#main a.imagelink {
	padding-left: 0;
	background: transparent;
}
/* ######################################################################################################
** ### Formulare & Tabellen #############################################################################
** ######################################################################################################
*/

select, textarea, input {
	font-family: Verdana;
}

/* Formular */
fieldset.csc-mailform {
  border:0;
  margin-top: 20px;
  padding: 0px 25px;
}
.csc-mailform-field {
 clear:both;
 margin-bottom:5px;
 
}

fieldset.csc-mailform label {
  width: 150px;
  float: left;
  /*margin-left:30px;*/
  /*text-align: right;*/
  margin-right: 10px;
  display: block
}


fieldset.csc-mailform input, 
fieldset.csc-mailform textarea  {
 margin-bottom:0px;
 font-size:10px;
 font-family: Verdana, Helvetica, sans-serif;
 border:1px solid #ccc;
 padding:2px;
 border:0px;
}

fieldset.csc-mailform fieldset input {
	float:none;
	display:inline;
	width: auto;
	text-align:left;
	margin-right: 10px;
}

fieldset.csc-mailform textarea {
	width: 312px;
	border:1px solid #7b7c7e;
}

fieldset.csc-mailform .csc-mailform-input {
	width: 312px;
	margin: 0;
	border:1px solid #7b7c7e;
}

fieldset.csc-mailform fieldset label{
	display:inline;
	float:none;
	text-align:left;
	width:300px;
	margin:10px 0;
}
fieldset.csc-mailform fieldset {
border:0;

}

fieldset.csc-mailform  fieldset legend {
	display:none;
}

fieldset.csc-mailform select {
	width:320px;
	margin:2px 0;
}
fieldset.csc-mailform option {
	padding:0 5px;
	background:#fff;
}

fieldset.csc-mailform input.csc-mailform-check{
	border:0;
}
/* SUBMIT Button */
.csc-mailform-submit {
 margin-left:160px;
}



#main table { border-collapse:collapse; margin: 10px 25px;}

#main table.contacts {
	margin: 10px 0px;
}

#main p table {
	margin-left: 0;
}

form {overflow:hidden;}

.searchinput {
	background-image: url(../images/search-bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 160px;
	height: 16px;	
	padding: 5px 10px;	
	margin: 0;
	border: 0;
}

.searchsubmit {
	background-color: transparent;
	border: 0;
	color: #fff;
	margin: 0;
	height: 25px;
	font-weight: bold;
}

h1.blackBackgroundHeader, #col1 h1.blackBackgroundHeader, #col2 h1.blackBackgroundHeader, #col3 h1.blackBackgroundHeader, #col4 h1.blackBackgroundHeader {
	color: #000;
	text-transform: uppercase;	
  	background-image: url(../images/headline.gif);
  	background-repeat: no-repeat;	
  	background-position: top left;
  	padding-top: 20px;
  	padding-bottom: 20px;
  	margin-bottom: 10px;
  	margin-top: 0;
}

h1.whiteBackgroundHeader, #col1 h1.whiteBackgroundHeader, #col2 h1.whiteBackgroundHeader, #col3 h1.whiteBackgroundHeader, #col4 h1.whiteBackgroundHeader  {
	color: #fff;
	text-transform: uppercase;	
	background-image: url(../images/headline.gif);
  	background-repeat: no-repeat;   
  	background-position: top left;  	  	   
  	padding-top: 20px;
  	padding-bottom: 20px;  	
  	margin-bottom: 10px;  	
  	margin-top: 0;  	
}

h1.black {
	color: #000;	
}

h1.red {
	color: #e20040;
}

  #main a.arrow, .morelink a {
  	background-image: url(../images/arrow.gif);
  	padding-left: 8px;
  	background-repeat: no-repeat;
  	background-color: transparent;
  	background-position: 0px 4px;
  }
  
  #main a.black-font-arrow {
  	color: #000;
  	background-image: url(../images/arrow.gif);
  	padding-left: 8px;
  	background-repeat: no-repeat;
  	background-color: transparent;
  	background-position: 0px 4px;
  }
  
  a.green-arrow, #main a.green-arrow {
  	background-image: url(../images/green-arrow.gif);
  	padding-left: 17px;
  	color: #000;  	
  	background-repeat: no-repeat;
  	background-color: transparent;
  	background-position: 0px 2px;
  }
  
  p.green-arrow, span.green-arrow {
  	background-image: url(../images/green-arrow.gif);
  	padding-left: 17px;
        margin-left: 25px;
  	color: #000;  	
  	background-repeat: no-repeat;
  	background-color: transparent;
  	background-position: 0px 7px;
  }

  span.green-arrow {
  	padding-left: 15px;  
  	background-position: 0px 2px;
        margin-left: 0;
  }
  
  a.red-arrow, #main a.red-arrow {
  	background-image: url(../images/red-arrow.gif);
  	padding-left: 17px;
  	color: #000;
  	background-repeat: no-repeat;
  	background-color: transparent;
  	background-position: 0px 1px;
  }

  p.red-arrow, span.red-arrow {
  	background-image: url(../images/red-arrow.gif);
  	padding-left: 17px;
  	color: #000;
        margin-left: 25px;
  	background-repeat: no-repeat;
  	background-color: transparent;
  	background-position: 0px 7px;
  }

span.red-arrow {  	
  	padding-left: 15px;
  	background-position: 0px 1px;
        margin-left: 0;
  }
 
  #main .morelink a {
  	color: #000;
  	font-weight: bold;
  }
  
  #main a.black {
  	color: #000;
  }
  
  
  /*   LISTEN */
  ul {
  	list-style-image: url(../images/arrow.gif);
  	padding-left: 20px;
  	padding-right: 20px;
  	margin: 5px 0px;
  }  
  
  .black-bullet ul, .news-single-item ul {
  	list-style-image: url(../images/bullet-black.gif);
  }
  
  div.red-arrow ul {
  	list-style-image: url(../images/red-arrow.gif);
  }
  
  div.green-arrow ul {
  	list-style-image: url(../images/green-arrow.gif);
  }
  
  .grey-bullet ul {
  	list-style-image: url(../images/bullet-grey.gif);
  }

  #main div.csc-header {
  	padding: 0;
  }

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color: #e20040;
}

.tx-indexedsearch-list, .tx-indexedsearch-descr {
  padding: 0 25px;
}

div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	margin: 0;
}

.filelinks div {
	background-image: none;
	margin-bottom: 0;
}

table.news-list-container td {
	border: 1px solid #9a9a9a;
	border-collapse: collapse;
	padding: 3px;	
	color: #000;
}

#main table.news-list-container td a {
	color: #000;
	font-weight: bold;
}

#main table.news-list-container td a:hover {
	color: #e20040;
}

#main .news-list-item a {
	color: #000;
}

.news-list-container {
	padding: 3px 25px;
}

.linecard_single {
	padding: 5px 25px;
}

.linecard_single ul {
	padding-left: 0px;
	padding-bottom: 10px;
}

#col1 .linecard_single h1, #col2 .linecard_single h1, #col3 .linecard_single h1, #col4 .linecard_single h1 {
	padding: 0;
}

#main .linecard-link a {
	font-weight: bold;
	padding-top: 2px;
	color: #000;
}

#main .element {
	margin-bottom: 20px;
}

table.black-border td, td.black-border {
	border: 1px solid #000;	
	border-collapse: collapse;	
}

table.grey-border td, td.grey-border {
	border: 1px solid #7b7b7b;	
	border-collapse: collapse;	
}

.news-archive-link {
	margin-top: 30px;
}

.news-single-item {
	padding: 0px 25px;
}

.news-single-item p, .news-single-item div, #col3 .news-single-item h1, .news-single-item ul {
	padding: 0;
}

.news-single-img img {
	margin-right: 15px;
}

.tx-indexedsearch-searchbox p, .tx-indexedsearch-rules, .tx-indexedsearch-whatis, .tx-indexedsearch-browsebox {
	padding: 0px 25px;
}

.floatbox {
	overflow: visible;
}

/* Flashplayer */
.tx-bddbflvvideogallery-pi1 {
margin-left:25px;
}

/* Pictures on left, add margin on right */
DIV.csc-textpic-intext-left-nowrap,
DIV.csc-textpic-intext-left {
	padding-left:30px;		
}

/* Pictures on left, add margin on right */
DIV.csc-textpic-intext-left-nowrap p.bodytext,
DIV.csc-textpic-intext-left p.bodytext {
	padding-left:0;		
}

/* Indent for headings etc. */
DIV.indent {
padding-left:25px;
}

/* reduce padding for schedule tables */
td p.bodytext {
padding-right:5px;
}

td p.bodytext b{
white-space: nowrap;
}

}

