<!--

/*--------Grundeinstellungen-----------------------------------------------------*/

body {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
background: white;
color: black;
}

a:link { color: black; }
a:hover { background-color: yellow; }


/*----------Bereiche Oben mit Logo und Buttons -------------------------------------*/


#oben { background-color: white; }

#oben h1 {
border-bottom: 1px dashed black;
font-size: 20pt;
margin-top: 4px;
padding-bottom: 3pt;
}

#oben a { text-decoration: none; }
#oben a:hover { background-color: white; }
#oben { width=1000px; }


/*------------------------Navigation links----------------------------------------------*/


#navi {
border: 1px dashed black;
background-color: #EBEBEB;
padding: 7pt;
height:3000px;
}

#navi a:link { text-decoration:none; }
#navi a:visited { color:black; text-decoration:none;  }


#navi h2 {
font-size: 12pt;
color: blue;
margin:0pt;
}



/*-----------------------Inhalte mittig-------------------------------------------*/

#inhalt {
height:3000px; /*------zieht den gestrichelten Bereich beliebig nach unten---*/
width:595px;
border: 1px dashed black;
background-color:#FFFFd8;
 }

#inhalt b { color:blue; }

#inhalt a:link { color:#C59008; text-decoration:none;  }
#inhalt a:visited { color:#C59008; text-decoration:none;  }
#inhalt a:active { color:#C59008; text-decoration:underline; }


#inhalt h1 {
font-size: 18pt;
color: red;
}


#inhalt h2 {
font-size: 16pt;
color: red;
padding-top:1px;
padding-bottom:3px;
}

#inhalt h3 {
font-size: 14pt;
color: red;
}

#inhalt th { color:blue; }





#inhalt table { 
background-color:#FFFFd8;
}




/*--------------Einzelartikel rechts -----------------------------------------------*/


#einzel b { color:blue; }
#einzel a:link { color:black; text-decoration:none;  }
#einzel a:visited { color:black; text-decoration:none;  }


#einzel {
border: 1px dashed black;
background-color: #EBEBEB;
padding: 5pt;
height:3000px;
font-size: 10pt;
}

#einzel a { text-decoration: none; }

#einzel h2 {
font-size: 10pt;
color: blue;
margin: 0pt;
}


/*--------------------------unten-----------------------------------*/


#unten {
border-top: 1px dashed black;
text-align: center;
font-size: 10pt;
}

#unten a:link { color:#C59008; text-decoration:none;  }
#unten a:visited { color:#C59008; text-decoration:none;  }
#unten a:active { color:#C59008; text-decoration:underline; }



-->
