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

/* ### �berschriften, Flie�texte ###################################################################### */

body { color: #575756; font-size: 11px; }

h1,h2,h3,h4 { font-weight:bold; color: #868689; }

h1 {
	padding-top: 5px;
	font-size: 1.2em;
}

h2 {
	font-size: 1.1em;
	padding-top: 5px;
}

.csc-header h1 {
  margin-top: 20px;
}

.csc-header-n1 h1 {
  margin-top: 5px;
}

h3 {
  font-size: 1.1em;
}

/* wird zur roten Linie */
h1.greenLine {
  background-image:url(../images/subline-red.gif);
	background-position: left bottom;
	background-repeat:no-repeat;
	padding-bottom:5px;
	color: #575757;
}

p.greenLine, span.greenLine,
.greyLine, p.greyLine, span.greyLine {
	background-image:url(../images/headerbg_green.gif);
	background-position: left bottom;
	background-repeat:no-repeat;
	padding-bottom:5px;
}

p.no-padding-bottom {
	padding-bottom: 0;
}

p.double-padding-bottom {
	padding-bottom: 10px;
}

.greyLine, p.greyLine, span.greyLine {
	background-image:url(../images/headerbg_grey.gif);
}

h1.greenLine, h1.greyLine {
	padding-top: 0;
	padding-bottom: 10px;
	background-position: 0% 70%;	
}

h6 {
	padding-top: 3px;	
	font-size: 1em;	
	margin-bottom: 0;
}

h6, h3 {
	font-weight: normal;
}

p,ul,dd,dt { line-height: 1.5em;}

dl {
	margin: 0;
}	

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; 
	border:0; 
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
	border-bottom: 1px #c31438 solid; 
}

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



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

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

#main a[href^="http:"], #main a[href^="https:"]
{
	padding-left:0;
	background-image:none;
}

#main a.imagelink {
	padding-left: 0;
	background: transparent;
}

/* ######################################################################################################
** ### Listen #############################################################################
** ######################################################################################################
*/

#main ul {
	padding: 0;
	margin: 0;
	padding-left: 4px;
}

#main li {
	list-style-image: url(../images/li-12px.gif);	
	padding: 3px;
	padding-left: 5px;		
}

#main #col3 li {
  padding: 0 5px;  
}

#main .smallFont li {
	list-style-image: url(../images/li-12px.gif);
	padding-left: 5px;
	list-style-position: inside;
	margin-left: 0px;
}

/* ######################################################################################################
** ### Formulare & Tabellen #############################################################################
** ######################################################################################################
*/

table { border-collapse:collapse; margin-bottom: 0.5em; font-size: 1em;}
table {
	width: 100%;
}

table.zebra {
	width: 100%;
}

table td {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

table td.align-center{
	text-align:center;
}

table.csc-searchform td, table.no-border td {
  border: 0;  
}

form {overflow:hidden;}

select {
	background-color: #fff;
	height: auto;
	font-size: 10px;
	font-weight: normal;
	padding: 2px;
	margin: 2px;	
	margin-left: 10px;
}	

p {
	padding: 5px 0px;	
	margin: 0;
}

}

/* ###################################
###### NEWS
################################### */

input {
	width: 200px;
	padding: 2px;
	margin: 2px;	
	margin-left: 10px;
}

.checkbox, textarea, .radio {
	width: auto;
}

.button {
      background-color: #fff;
      padding: 0px 2px;
      cursor: pointer;
      width: auto;     
}

#mailform fieldset {
  padding: 1em;
  padding-left: 0;
  border:0px;
}

#mailform .csc-mailform-field {
	padding-top: 10px;
}

#mailform label {
  width: 12em;  
  font-size: 1em;
  padding: 6px 10px 0 0;
  float: left;
  text-align: left;
  margin-right: 0.5em
  display: block;
}

#mailform input, #mailform textarea {
  margin-bottom: 10px;
  width: auto;
  margin-left: 10px;
  border: 1px solid #868689;
}

#mailform .csc-mailform-radio input, #mailform .csc-mailform-check input {
	margin: 0;
}	

#mailform select {
	background-color: #fff;
	color: #000;
}

#mailform .csc-mailform-submit {
        margin-bottom: 20px;
        margin-left: 0;
}

.tx-bvdecards-pi1 {
	padding: 0px 55px;
}

.tx_bvdecards_pi1 td {
	padding: 5px;
}

.wziisv select {
	padding: 0;
}

.newsletter_subscription b {
	width: 150px;
	display: inline;
	float: left;
}

.newsletter_subscription input, .newsletter_subscription select, .newsletter_subscription input.checkbox {
	
}

.csc-textpic-caption {
	font-size: 0.9em;	
}

#col3 .csc-textpic-caption {
	padding: 0 10px;
}

#search {
	color: #fff;
	position: relative;
}

#search input {
	border: 0px;
	color: #575756;
	height: 15px;
	margin-top: 1px;
	width: 130px;
}

#search .button {
	color: #fff;
	font-weight: bold;
	background-color: transparent;	
	width: auto;	
}

#search-home {
    visibility: hidden;
}

#col3 .element {
  background-color: #e1eef6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#col3 h1 {
	background-color: #AB1449;
	background-image: none;
	font-weight: bold;
	font-size: 1.1em;
	padding: 2px 10px;
	color: #fff;
}

#col3 .bodytext, #col3 ul, #col3 h2 {	
	padding: 5px 10px 0 10px;
}

#col3 ul {	
	padding: 0 10px;
}

h1.blackHeader {
	color: #000;
}

h1.greyHeader {
	color: #575756;
}

h1.greenBackground {
	background-color: #c1eda7;
	padding: 0;
	padding: 2px;
	font-size: 1.1em;
	background-image:none;
}

h1.small {
	font-size: 1em;
}

table {
	margin-top: 10px;
}

table td {
	padding: 3px;
	vertical-align: top;
}

table .bodytext {
	padding: 1px;
}

table th {
	background-color: rgb(204,204,204);
	font-size: 1.0em;  
  	padding: 3px;
	vertical-align: top;
	border: 1px solid rgb(170,170,170);
	border-collapse: collapse;
}

td.lightGreenTableCell, tr.lightGreenTableRow {
	background-color: #f0fbea;
}

td.middleGreenTableCell, tr.middleGreenTableRow {
	background-color: #C1EDA7;
}

td.darkGreenTableHeader, tr.darkGreenTableHeader {
	background-color: #c1eda7;
}

.news-latest-container {
	background-color: #e1eef6;
}

#col1 .news-latest-container p.bodytext,
#col2 .news-latest-container p.bodytext,
#col3 .news-latest-container p.bodytext {
	padding: 1px 0;
}

.news-latest-item {
	background-color: transparent;
	padding: 10px;
	padding-bottom: 0;
}

.news-latest-item .clearer {
	border: 0;
	border-bottom: 1px solid #fff;	
	margin: 0px 0px;
}

.news-latest-morelink {
	background-color: #e1eef6;
	text-align: right;
	margin: 0;
}

.news-list-item img {
	padding-right: 4px;
}

.news-single-item {
	text-align: justify;
}

.news-single-img {	
	float: left;
	margin-right: 15px;
	border-bottom: 1px solid #c31438;
	padding-bottom: 5px;
	font-size: 0.9em;
}

.news-single-imgcaption {
	text-align: left;
}

.news-single-links .bodytext {
        display: inline;
}

.news-single-links, .news-single-related, .news-single-files {
	line-height: 30px;
}

.news-latest-gotoarchive {
	padding: 10px;
}

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

.news-list-date {
	padding-top: 8px;
	float: right;
	font-size: 0.8em;
	color: #2f2f2f;
}

.news-list-item {
	padding: 0px;
}

.news-list-item h1 {
	width: 100%;
}

.news-list-morelink {
	text-align: right;
}

.news-single-item h3 {
	font-size: 1.1em;
}

.csc-searchResult {
	margin-bottom: 15px;
}

#main table td.csc-searchResultRange {
  padding-left: 0;
}



/* Newsletter Subscription */
table.inxmail td {
	border: none;
}

.inxmail input {
	width: auto;
}


.home_img0{

}

.home_img1{
margin-left: 10px;

}

.home_img2{
margin-left: 11px;

}
