/* allgemein */
*     { padding:0;
	margin:0;}

h1,p {margin-top:15px;/*Setzt meine Browserwerte einheitlich.Ich bestimme hier die Abstaende aller h und p*/
	margin-bottom:15px;}
h2,h3 {margin-top:10px;
	margin-bottom:10px;}

body
 { background: #FFDA96; /* orangegelb */
   font-family: Comic, Helvetica, sans-serif;
   font-size: 13pt;
   color: #000064; /* blau */
   padding:10px;  
 }

/* Verhalten der gesamten Seite*/
#seite
 { width: 990px;
   height: auto;
   margin-left: auto;
   margin-right: auto;
   padding-top: 10px;
   padding-bottom: 10px;
   border: 1px solid #000096;
   background-color: #FFDA96;/* gelb */}



/* Linkverhalten */
a:link
 { color: #000064; /* blau */
   font-weight: 700;
   text-decoration: none;
 }
a:visited
 { color: #990000; /* rot */ 
   font-weight: 700;
   text-decoration: none;
 }
a:focus
 { color: #000064; /* blau */
   text-decoration: underline;
 }
a:hover
 { color: #000064; /* blau */
   font-weight: 700;
   text-decoration: underline;
 }
a:active
 { color:#009900; /* gruen */
   text-decoration: underline;
 }

/* Schriftzug */
#Schriftzug
 { margin-top: 20px;
   margin-left: 0px;
   width: 558px;
   height: 77px;
   img{width: 558px; height: 77px;}
 }


#Banner
 { width: auto;
 }
/* Titelspruch unter dem Schriftzug */

#Titelspruch
 { padding:10px;
   margin-left: 35px;
   text-align: left;
   font-style: italic;
   font-variant: normal;
   font-weight: 600;
   font-size: 14pt;
   line-height: 120%;
   font-family: Comic, Helvetica, sans-serif;
   color: #000064; /* blau */
 }

/* Logo rechts oben */
#Logo
 { float: right;
   padding-right: 50px;
/*   margin-top: -130px;
   margin-left: 710px;*/
   width: 98px;
   height: 180px;
   border: 0px;
 }

/* Startseite */

#startseite
{
    margin-top: 0px;
    margin-left: 20px;
    margin-bottom:60px;
    margin-left: 20 px;;

   width: auto;
   height: auto;
}

/* Position der Buttons auf der Startseite */
#links
{
position: relative;
z-index: 3;
top: 100px;
padding: 10px;
float: left;
}

#mitte
{
position: relative;
z-index: 2;
top: 0px;
padding:10px;
float: left;

}

#rechts
{
position: relative;
z-index: 1;
top: 70px;
padding: 10px;
}



/* Linkverhalten in der Navigation*/
/* link der 1. Unterkategorie */
a:link.innen
 { color: #000064; /* blau */
   font-weight: 600;
   font-size: 11pt;
   text-decoration: none;
 }
a:visited.innen
 { color: #000064;/* blau */
   font-weight: 600;
   font-size: 11pt;
   text-decoration: none;
 }
a:focus.innen
 { color: #000064; /* blau */
   text-decoration: none;
 }
a:hover.innen
 { color: #000064; /* blau */
   font-weight: 600;
   font-size: 11pt;
   text-decoration: underline;
 }
a:active.innen
 { color:#000064; /* blau */
   text-decoration: undernoneline;
 }

/* link der 2. Unterkategorie = eigentlicher Link zur Seite */
a:link.end
 { color: #000064; /* blau */
   font-weight: 500;
   font-size: 10pt;
   text-decoration: none;
 }
a:visited.end
 { color: #990000; /* rot */
   font-weight: 500;
   font-size: 10pt;
   text-decoration: none;
 }
a:focus.end
 { color: #000064; /* blau */
   text-decoration: underline;
 }
a:hover.end
 { color: #000064; /* blau */
   font-weight: 500;
   font-size: 10pt;
   text-decoration: underline;
 }
a:active.end
 { color:#009900; /* gruen */
   text-decoration: underline;
 }



/* Formatierung fŸr die Infos in der Fusszeile */
#footer
 {
  text-align: center;
  margin: 20px;
  color: #000064; 
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-size: 8pt;
 }

hdx{
  color: #000064; 
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  font-size: 8pt;}








