/*Main---------------------------------------------------------------------------------------------------------------------------------------*/
body {
	color: black;
	background-color: white;
	font-size: 100.01%;
	font-family: Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 5px 0;
	text-align: center;
}
div#typ-70-30 {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 745px;
	padding: 5px;
	border: 1px solid silver;
	height:100%;
	background-color:#fcfcfc;
}
div#typ-normal {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 745px;
	padding: 5px;
	border: 1px solid silver;
	height:100%;
	background-color:#fcfcfc;
}
/*Inhalt-Boxen-------------------------------------------------------------------------------------------------------------------------------*/
#klickpfad {
	padding:5px;
}
div#typ-70-30 * #linke-spalte {
	padding:5px;
	float:left;
	width:525px;
	padding-top:11px;
}
div#typ-70-30 * #rechte-spalte {
	margin-left:535px;
	margin-right:0px;
	/*padding:5px;*/
/*	background-color:silver;
	border:1px solid black;*/
}
div#typ-normal * #linke-spalte {
	padding:5px;
	/*float:left;*/
	clear:both;
	width:744px;
	padding-top:11px;
}
div#typ-normal * #rechte-spalte,
div#typ-normal * div.rounded-corners,
div#typ-normal * div.rounded-corners .top,
div#typ-normal * div.rounded-corners .bottom,
div#typ-normal * #box-inhalt {
	display:none;
}

    .rounded-corners {
        width: 210px;
    }

    .rounded-corners .top {
        background: url(../img/rounded-corners-top.png) no-repeat;
        font-size: 1px;
        height: 10px;
    }

    .rounded-corners .bottom {
        background: url(../img/rounded-corners-bottom.png) no-repeat;
        font-size: 1px;
        height: 10px;
    }

    #box-inhalt {
	background: url(../img/rounded-corners-bg.png) repeat-y;
        padding: 1px 15px;
    }

#inhalt {
	margin-top:5px;
	color:black;
	min-height:100%;
}
div#typ-normal * .wrap {
	float:left;
	width:740px;
}
div#typ-70-30 * .wrap {
	float:left;
	width:530px;
}
/*Inhalt-------------------------------------------------------------------------------------------------------------------------------------*/
H1, H2, H3, H4, H5, H6, P, UL {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
A {
	color: #004078;
	text-decoration: none;
}
A:hover {
	color: #004078;
	text-decoration: underline;
}

P, UL, OL { font-size: 12px; }

P { margin: 0px 0px 0px 0px; }



H1 { font-size: 14px; color: #000000; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #004078; padding: 0 0 3px 0;}
.page-title { font-size: 14px; color: #000000; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #004078; padding: 0 0 3px 0; margin-bottom: 20px;}

H2 { font-size: 14px; color: #000000; }

H3 { font-size: 12px; color: #000000; }

H4 { font-size: 11px; color: #000000; }

H5 { font-size: 10px; color: #000000; }

H6 { font-size: 9px; color: #333333; font-weight: normal; }

H1, H2, H3, H4, H5, H6 { margin: 0px 0px 0px 0px; margin-top: 20px; }

H1 { margin: 0px 0px 0px 0px; margin-top: 20px; margin-bottom: 20px; }

H2, H3 { margin: 0px 0px 0px 0px; margin-top: 20px; margin-bottom: 10px; }

H4, H5, H6 { margin: 0px 0px 0px 0px; margin-top: 20px; margin-bottom: 10px; }

H1.csc-firstHeader, H2.csc-firstHeader  { margin-top: 0px; }

H3.csc-firstHeader { margin-top: 0px; }

H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0px; }

.csc-header{
	left:0;
}

.news-list-morelink a,
.news-single-item a {
  font-size:12px;
}

.bodytext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; line-height: 14px; padding-bottom: 6px;}



UL { list-style-type: disc; list-style-position: outside; }

UL UL LI { font-size: 10px; }

LI { padding-left: 2px; }



IMG { border-style: none; }



P.csc-caption { font-size: 10px; }



.csc-textpic-caption { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 10px; }

TABLE { 
  
  padding:0;
  margin:0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#000000;
  border:1px solid #000000;
  border-collapse:collapse;
  width:100%;
  }

/*navigation---------------------------------------------------------------------------------------------------------------------------------*/
#haupt-menu {
	position: relative;
	height: 24px;
	background: #e8e8e8;
	width:742px;
	margin-bottom:0px;
	font-size:14px;
	border:1px solid #999999;
	text-align:center;
}

#haupt-menu ul.dropdown
{
	list-style: none;
	margin:0;
	padding:0;
	width:100%;
	z-index:99;
}
#haupt-menu ul a, #haupt-menu ul .cur {
	line-height: 24px;
	text-decoration: none;
	background-color: #e8e8e8;
	border-right:1px solid #999999;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;*/
	padding: 0 12px;
	margin: 0;
}

#haupt-menu ul a:hover{
	/*color: #FFFFFF;*/
	background-color: #cccccc;
}

.act, a.act {
	color:black;
	font-weight:bold;
}

#haupt-menu ul.dropdown * ul
{
	background-color: #e8e8e8;
	list-style: none;
	margin:0;
	padding: 0;
	display:none;
	position:absolute;
	z-index:99;
}

#haupt-menu ul.dropdown li
{
    float:left;
}

#haupt-menu ul.dropdown li * li
{
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    float:none;
    position: relative;
}

#haupt-menu ul.dropdown ul * ul
{
	background-color: #e8e8e8;
	margin:0;
	padding:0;
	left:100%;
	top:0;
}

#haupt-menu ul.dropdown a
{
    display:block;
}

#haupt-menu ul.dropdown ul * a
{
    height:100%;
}

#haupt-menu ul.dropdown li:hover ul ul,#haupt-menu  ul.dropdown li:hover ul ul ul,#haupt-menu  ul.dropdown li:hover ul ul ul ul
{
    display:none;
}

#haupt-menu ul.dropdown li:hover ul,#haupt-menu  ul.dropdown ul li:hover ul,#haupt-menu  ul.dropdown ul ul li:hover ul
{
    display:block;
}

/*Mail-Form----------------------------------------------------------------------------------------------------------------------------------*/
SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border: 0px solid #CCCCCC;
}

TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border:1px solid #000000;
	color: #000000;
	font-weight : normal;
	background-color: #FFFFFF;
}

INPUT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
/*	background-color:#CCCCCC;*/
	border: 1px solid #666666;
}

BUTTON {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #EDEFF1;
}

.csc-mailform {
	width: 300px;
	border: 1px none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	/*padding-left: 36px;*/
}

.csc-mailform-field {
	margin-bottom: 6px;
	line-height: 18px;
	clear:both;
}
label {
  display: block;
  float: left;
  width: 100px; /* Breite.*/
}
input, select,textarea { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 300px; /* Breite.*/
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

input#mailformformtype_mail { /* den Submit-Button */
  float: none;
  width: auto;
  width:auto;
  margin-top:5px;
}
