body {
    color: black; background-color: white;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; /* padding: 1em; */
    /* min-width: 41em;  Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }
 
	
/* Aussehen des Untermenu (nicht auf allen Seiten vorhanden) definieren */	
	
.untermenu {
	font-size: 1em;
}
	.untermenu a:link {
	color:black;
	}
	.untermenu a:visited {
	color:black;
	}
	.untermenu a:hover {
	color:red;
	}
	.untermenu a:active {
	color:red;
	}
	.untermenu a:focus {
	color:red;
	}


div#header_1 {
    font-size: 1.5em;
    padding: 0.3em;
    text-align: center;
    /*border: 2px ridge silver;*/
  }

div#header_2 {
    color: black;
    background-color: #FFFFFF;
    font-size: 1em;
    margin: 50px 3em 0 0;
    margin: 0 0 0 0; padding: 0.3em;
    text-align: center;
    border: 0px;
  }

div#header_2 table {
   text-align: left;
   font-size: 1em;
   color: black;
   margin-top: 2.5em;
   margin-left: 200px;
}

  div#header_2 a:link {
    color: #018181;
  }
  div#header_2 a:visited {
    color: #018181;
  }
  div#header_2 a:hover {
    color: #c70091;
  }
  div#header_2 a:focus {
    color: #c70091;
  }
  div#header_2 a:active {
    color: #c70091;
  }

div#footer {
    /* position:absolute; bottom:0.5em; left:200px; */
    clear: both;
    font-size: 0.7em;
    font-weight:bold;
    margin: 1em; padding: 0.1em;
    text-align: center;
    color: black; 
    border: 1px solid silver;
}

/* Text unter den Bildern */

.csc-caption {
   font-size: 0.7em;
	font-weight: bold;
}
.imgtext-table {
	font-size: 0.7em;
	font-weight: bold;
}

/* Text unter den Bildern auf der News-Seite*/

.news-single-imgcaption {
	font-size: 0.6em;
	font-weight: bold;
}


/*  Streifen mit Ueberschrift */
div#headeroben {
   color: white;
   background-color: #018181;
   margin: 30px 3em 0 0;
}

div#headeroben table {
   text-align: left;
   font-size: 1em;
   color: white;
   margin-left: 13em;
}

/* Content column */
div#content {
   position:absolute; left:175px;
   color: black;
   background-color: #FFFFFF;
   margin: 0 1em 0 0;
   padding: 40px 0.5em;
   /*border: solid;*/
   
}
  * html div#content {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }
  div#content h2 {
    font-size: 1.2em;
    margin: 0.3em;
  }
  div#content p {
    font-size: 1em;
    margin: 0.3em;
  }
  div#content table {
  font-size: 1em;
  margin-left:1.5em;
  }
  div#content a:link {
    color: #018181;
  }
  div#content a:visited {
    color: #018181;
  }
  div#content a:hover {
    color: #c70091;
  }
  div#content a:focus {
    color: #c70091;
  }
  div#content a:active {
    color: #c70091;
  }
  
/* Hauptmenu links */  
  
ul#menu_1 {
    font-size: 1.2em;
    position:absolute; top:0px;
    float: left; width:172px; height: 490px;
    padding: 140px 0;
    margin:0;
    background-image: url(images/menu-background.jpg);
    background-repeat: no-repeat;
    background-position:top;
    background-color: #FFFFFF;
   /* border:solid; */
  }
  .menu1-level1-no {
   list-style: none;
   margin: 0; padding-left:20px;
  }
  .menu1-level2-no {
  	list-style: none;
  	font-size: 12px;
  	padding-left:30px;
  }
  .menu1-level3-no {
  	list-style: none;
  	font-size: 10px;
  	padding-left:40px;
  }
  
  ul#menu_1 a {
    display: block;
    padding: 0.2em;
  /*  font-weight: bold; */
    text-decoration:none;
  }
  ul#menu_1 a:link {
    color: #018181;
  }
  ul#menu_1 a:visited {
    color: #018181;
  }
  ul#menu_1 a:hover {
    color: #c70091; 
    background-color: white;
  }
  ul#menu_1 a:focus {
    color: #c70091; 
    background-color: white;
  }
  ul#menu_1 a:active {
    color: #c70091;
    background-color: white;
  }

/* allgemeine Defintitionen */

h1 { 
	font-size:20px; 
   }

fieldset.csc-mailform label {
	float:left; width:120px;
  }

