
/******************/

/* Headers, plain */

/******************/



h1 { font-size: 18px; color: #000000;}

h2 { font-size: 12px; color: #000000; font-weight:600; font-family:Verdana;}

h3 { font-size: 16px; color: #000000; }

h4 { font-size: 14px; color: #000000; }

h1, h2, h3, h4, h5, h6 { margin: 0px 0px 0px 0px; margin-top: 10px; margin-bottom: 15px; }

H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0px; }





/* Headers, with link */

h1 A, H2 A, H3 A, H4 A, H5 A { color: #000000; text-decoration: none; }

h2 A { color: #000000; }

h3 A { color: #000000; }

h4 A { color: #000000; }

h1 A:hover, h2 A:hover, h3 A:hover, h4 A:hover, h5 A:hover { text-decoration: underline; }




td { vertical-align: top; }

td.menu { vertical-align: middle; }


.content {

	vertical-align: top;
	padding-left: 10px;
	padding-bottom:10px;
	padding-top: 10px;
  	padding-right: 10px;

}

.news {

  	vertical-align: top;
	float: left;
}



/*
definition für menü mini -
das ist das oberste menü mit HOME | SITEMAP
*/



.menu_oben a:link {
	font-family: Verdana;
	font-size: 10px;
	font-weight: 500;
	text-decoration: none;
	color: #FFFFFF;
}

.menu_oben a:visited {
	font-family: Verdana;
	font-size: 10px;
	font-weight: 500;
	text-decoration: none;
	color: #FFFFFF;
}

.menu_oben a:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: 500;
	text-decoration: underline;
}


/*
definition für menü center -
das ist das oberste menü mit HOME | SITEMAP
*/

.menu_center {
}

.menu_center a:link {
	font-family: Arial, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	line-height:16pt;
}

.menu_center a:visited {
	font-family: Arial, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	line-height:16pt;
}

.menu_center a:hover {
	font-family: Arial, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #347152;
	line-height:16pt;
}


td.Adresse {
	font-family: Times New Roman,Times,serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	vertical-valign:middle;
	text-align:center;
	vertical-align: top;
}


	
.news-list-titel a:visited, .news-list-titel a:link, .news-list-titel a:hover{
	font-family: Arial, serif;
	font-weight:normal;
	font-size: 14px; 
 	text-decoration:none;
	color:#FFFFFF;
}

.news-list-subheader a:visited, .news-list-subheader a:link, .news-list-subheader a:hover{
	font-family: Arial, serif;
	font-weight:normal;
	font-size: 12px;  
  	text-decoration:none;
	color:#FFFFFF;
	
}


/* Mail-Formular formattieren */

.csc-mailform {
  background-color: #EFEFEF;
  border: 0px;
}

.csc-mailform-field label {
  float:middle;
  width:20%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:400;
}

.csc-mailform-submit {
  float: center;
  margin-left: 118px;
  margin-top: 20px;
}

