body {
  margin: 0;
  padding: 0;
  background: #e8e8e8;
  font-size:12px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}
#frame {
  width: 970px;
}
#banner{
  width: 970px;
  height: 199px;
}
img {
  border: 0px;
}
#mainContainer {
  float: left;
  width: 970px;
  background: #ffffff;
}
#leftContent {
  float: left;
  width: 220px;
  text-align: left;
}

#content {
  float: right;
  text-align: left;
  width: 750px;
  margin-top: 20px;
}
.mainContent {
  float: left;
}

#col {
  float: left;
  width: 750px;
}
#colMain {
  float: left;
  width: 528px;
}
#colRight {
  float: right;
  width: 197px;
}

#footer {
  background: #ffffff;
  color: #c8c8c8;
  font-size: 10px;
}
/*Breadcrumb Navigation*/
#breadcrumb {
  font-size: 11px;
  margin: 5px 4px 3px 4px;
}

#breadcrumbLine {
  border-bottom: 1px dotted #C8C8C8;
}

a#breadcrumbLink {
  color:#000000;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight:bold;
  font-size:10px;
  text-decoration: none;
}
/*Links*/
a,
a:link  {
  color:#000;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight:bold;
  font-size:11px;
  text-decoration: none;
}
a:active,
a:hover {
  color:#000;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size:11px;
  text-decoration: none;
}

a.linkgreen {
  color: #7EB71C;
  font-size: 10px;
}
.txtGreen {
  color: #7EB71C;
  font-size: 10px;
}

/* Linkes Menu
----------------------------------------------- */
ul#submenu {
	font-size:11px;
	width:190px;
	margin:0px;
	padding:20px 0 0 5px;
	list-style-type:none;
	display:block;
}

#submenu li{
	list-style-type:none;
	padding: 2px 0;
}

ul#submenu a {
	color:#000;
	text-decoration:none;
	padding:0 0 0 2px;
	margin:0px;
}

ul#submenu li.level1high a,
ul#submenu li.level2high a,
ul#submenu li.level3high a {
	color:#7EB71C;
	text-decoration:none;
	padding:0 0 0 2px;
	margin:0px;
}

ul#submenu li.submenuspacer {
	height:0px;
	line-height:3px;
	font-size:1px;
	margin:0px;
	padding:0px;
	width:190px;
	display:block;
}

ul#submenu li.level1 {
	list-style:none;
	width:180px;
	line-height: 10px;
	padding: 1px 0;
  margin: 0 0 5px 30px;
	font-weight:bold;
}

ul#submenu li.level1high {
	list-style:none;
	width:180px;
	line-height: 10px;
	padding: 1px 0;
  margin: 0 0 5px 30px;
	font-weight:bold;
	color: #7EB71C;
}

ul#submenu li.level2 {
  list-style:none;
	font-weight:normal;
	font-size:11px;
	width:170px;
	padding:0;
  margin: 0 0 5px 70px;
	list-style-image: url(images/pfeil.gif);
}
ul#submenu li.level2high {
  list-style:none;
	font-weight:normal;
	font-size:11px;
	width:170px;
	padding:0;
  margin: 0 0 5px 70px;
	color: #7EB71C;  
  list-style-image: url(images/pfeil_gruen.gif);
}


/**/

h1 {
	color:#029B31;
	font-weight:bold;
	font-size:20px;
	height:30px;
	margin:20px 0px 10px 0px;
	padding:0px;
	width:auto;
	border: 0px;
}

p.bodytext {
	padding:0px;
	margin:0 0 5px 0;
	line-height: 18px;
}

ul {
  line-height: 14px;
}
li {
  margin-bottom: 7px;
}
.csc-header h1,h2,h3{
 color: #7EB71C;
}

.csc-header h1{
  font-size: 16px;
}

h1.csc-firstHeader{
 color: #7EB71C;
 font-size: 16px;
}

H1 { font-size: 16px; color: #7EB71C; font-weight: bold;}
H2 { font-size: 14px; color: #7EB71C; font-weight: bold;}
H3 { font-size: 13px; color: #7EB71C; font-weight: bold;}
H4 { font-size: 13px; color: #7EB71C; font-weight: bold;}
H1, H2, H3, H4, H5, H6 { margin: 0px 0px 0px 0px; margin-top: 15px; margin-bottom: 10px; }

/* Formulare */
/* ---------- Fieldset---------------------------------------- */
.csc-mailform-submit {
      color: #000;
}
.csc-mailform-field {
      color: #000;
      border: 0px solid #B01217;
      margin-bottom: 3px;
}
.csc-mailform{
        border: 1px solid #D9D9D9;
        background: #F7F7F7;
}

.csc-mailform input,
.csc-mailform textarea {
        border: 1px solid #c9c9c9;
}
fieldset {
  padding: 1em;
  font:80%/1 sans-serif;
  border:0px;
}

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

input {
 margin-bottom: 0px;
 color: #000;
}

textarea {
  margin-bottom: 10px;
  color: #000;
  width: 90%;
  height: 50px;
}

.spacer-top, .clearer {
  margin-bottom: 20px;
  margin-right: 40px;
  clear: both;
}

.htmlarea-showtableborders {
  border: 0px;
}

.htmlarea-showtableborders h1,
.htmlarea-showtableborders h2,
.htmlarea-showtableborders h3{
  margin: 0px;
  padding: 0px;
}
.csc-frame-rulerBefore {
  border-top: 1px solid #7EB71C;
  margin: 5px 0;
}

/* DAM Liteshow */
.tx-damliteshow-previewitem {
	float: left;
  margin: 0 2px 2px 0;
	border: 1px solid #999;
	padding: 0 2px 2px;
	width: 190px;
	height: 210px;	
}

.tx-damliteshow-pi1,
* html .tx-damliteshow-pi1 {
	min-height: 100px;
}

.tx-damliteshow-pi1:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.tx-damliteshow-previewimage {
	border: 0;
	padding-top: 5px;
}

.tx-damliteshow-previewimage img {
	padding: 5px;
}

.tx-damliteshow-previewtitle {
	padding-top: 5px;
	text-align: left;
}
	
.tx-damliteshow-pi1 a,
.tx-damliteshow-pi1 a:hover,
.tx-damliteshow-previewtitle,
.tx-damliteshow-previewtitle a,
.tx-damliteshow-previewtitle a:hover {
	border: 0;
	text-decoration: none;
}
