/* Überschrift im header-DIV */
#header h1 {
  color: white;
  padding: 5px
}

/* Menüleiste (menu-DIV) */
#menu a {

  text-decoration: none;
   font-weight: bold; 
  color: black;
  display: block;   
  padding: 3px;
}

#menu a:hover {
  color: red;
  text-decoration: underline;
}

#menu a:visited {
  color: black;
 /* text-decoration: none;*/

}

#menu li {
  border: 0px solid white;  /* Trick */
}


#menu #high {
  font-weight: bold;
  color: white;
  /* background-color: #ff9900;   */
  display: block;
  padding: 3px;
}

#menu ul {
  line-height: 1.6;
  list-style-type: none;
}
 

/* Ende Menüleiste */



/* ab hier: main-DIV */
/* Hauptüberschrift: */

#main { 
 font-size: 10pt;
  font-weight: normal;
 /*   color: #333399; */
color: black;
}
#main h1 {
  font-size: 1.2em;
  font-weight: bold;
   color: red; 
   

  padding-bottom: 14px
 
}





/* Unterüberschrift: */
#main h2 {

  font-size: 1.0em;
  line-height: 1.4;
  color:  red; 
   

  margin-bottom: 6px
}



/* Hinweis main mit Link: */



/* normaler Fließtext: */
#main p {
  margin-bottom: 12px;
  line-height: 1.3;
color:  black;
}




/* Minigrafik rechts ausrichten */
#main .floatR130 {
  float: right;
  margin-left: 5px;
  margin-right: 130px;
}

/* Minigrafik rechts ausrichten */
#main .floatR500 {
  float: right;
  margin-left: 5px;
  margin-right: 500px;
}











#mainbreit { 
 font-size: 10pt;
  font-weight: normal;
    color: black;
}
#mainbreit h1 {
  font-size: 1.2em;
  font-weight: bold;
/*  color: #0023fa;*/
  color: #ce231c;

  padding-bottom: 14px
}

/* Unterüberschrift: */
#mainbreit h2 {
  font-size: 1.2em;
  line-height: 1.4;
  margin-bottom: 6px
}

/* normaler Fließtext: */
#mainbreit p {
  margin-bottom: 12px;
  line-height: 1.3;
}




/* normaler Fließtext in rechter Spalte: */

#column h3 {
  font-size: 10pt;
  font-weight: normal;
 /*   color: #333399; */
  padding-bottom: 14px
width: 80px;
}

#column p {
  font-size: 10pt; 
  font-weight: normal; 
      color: ;  
  padding-bottom: 14px 
width: 80px;
}


#colpart{
  text-decoration: none;
/* background-color: #EFFE03;*/
  /*font-weight: bold;*/
  color: black;
}

#colpart a:hover {
background-color: #ffff99;   
text-decoration: underline;
color: red;
}


 

#colpart2 a{
  text-decoration: none;
/* background-color: #EFFE03;*/
  /*font-weight: bold;*/
  color: black;
}

#colpart2 a:hover {
background-color: #ffff99;   
text-decoration: underline;
color: red;
}


#wsite{
  text-decoration: none;
 padding: 3px 3px 3px 3px  ;
  /*font-weight: bold;*/
  color: black;
background-color: #EFFE03;
 border: 2px solid red;
 float: right; /* schwebt links */

  width: 220px;
margin-bottom: 6px

}

#wsite a:hover {
background-color: #ffff99;   
text-decoration: underline;
color: red;
/*text-align:justify;*/
}



/* Kastenformat */
#main .kasten {
  text-align: center;
  padding: 5px;
  background-color: #ffff99; 
  border: solid 1px black;
  width: 500px;
}

/* Minigrafik rechts ausrichten */
#main .floatR130 {
  float: right;
  margin-left: 5px;
  margin-right: 130px;
}

/* UL mit grafischem Aufz.zeichen: */
#main ul {
  list-style-image: url(reddot.gif);
  margin-left: 30px;
  margin-bottom: 10px;
  line-height: 1.5;
}

/* STRONG umdefinieren */
#main strong {
  font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
  color: red;
}



#header3 a {
  text-decoration: none;
 font-weight: bold;
background-color: #C0FFFF; 

 color: black;

border: 0px solid white; width: 130; 
}

#header3 a:hover {
background-color: #C0FFFF; 
text-decoration: underline;
color: red;
}


#aktuell{
  text-decoration: none;
 padding: 3px 3px 3px 3px  ;
  /*font-weight: bold;*/
  color: black;
background-color: #c0ffff;
 border: 2px solid #c0ffff;
 float: right; /* schwebt links */

  width: 350px;
margin-bottom: 6px

}

#aktuell a:hover {
   
text-decoration: underline;
color: red;
/*text-align:justify;*/
}

#nhtext  a {
  text-decoration: none;
   
  color: black;
  text-decoration: underline;
  padding: 3px;
}

#nhtext  a:hover {
  /* color: red; */
background-color: #EFFE03;  
text-decoration: underline;
}



#foot a {
  text-decoration: none;
  font-weight: bold;
  color: black;
  
  padding: 3px;
}

#foot a:hover {
  /* color: red; */
background-color: #EFFE03;  
text-decoration: underline;
}

/* Ende main-DIV */