@charset "ISO-8859-1";

/*Style für das Grundlayout */
a {text-decoration: none;}
a:link {color:#000099; }
a:visited {color:#000099;}
a#weiss {color:#ffffff; }
a#navi {font-size:0.8em;}
body{background-color:#ffffee;
     color: black;
     font-size: 100.01%;
     font-family: Arial,sans-serif;
     margin: 0;
     padding: 0.01em 0;
     text-align: center;} /* Zentrierung im Internet Explorer */
div#beschr{font-size:0.8em;
		  color:#000000;}
div#ende{background-color:#003366;
         margin:0;
         width:94%;
         position:fixed;
         bottom:0;
         height:1.61em;
         z-index:2;
         border-top-color:#ffffee;
         border-top-width:0.35em;
         border-top-style:solid;
         border-bottom-color:#ffffee;
         border-bottom-width:0.35em;
         border-bottom-style:solid;}
div#kopf{background-color:#ffffee;
         margin:0;
         position:fixed;
         top:0;
         width:94%;
         height:5em;
         z-index:2;
         border-top-color:#ffffee;
         border-top-width:0.35em;
         border-top-style:solid;}         
div#menue{background-color:#003366;
          margin:0;
          width:94%;
          position:fixed;
          top:5.3em;
          height:1.75em;
          z-index:2;
          border-top-color:#ffffee;
          border-top-width:0.35em;
          border-top-style:solid;
          border-bottom-color:#ffffee;
          border-bottom-width:0.35em;
          border-bottom-style:solid;}
div#Seite {text-align: left;    /* Seiteninhalt wieder links ausrichten */
           margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
           width: 94%;
           padding:0;
           background: #ffffee;}
div#ueberschrift{font-size:1.1em;
			    color:#000000;
				font-weight:bold;}
h1#mitte{text-align:center;
         color:#000099;
         font-weight:bold;
         font-size:1em;
		 margin-top:1em;}
h2#mitte{text-align:center;
         color:#990000;
         font-weight:bold;
         font-size:0.9em;}
hr#trennlinie{width:100%;
             text-align:center;
			 color:#FFCC33;}
img#pfeil{width:0.9em;
          height:0.7em;}
p#mitte{font-size:0.9em;
        font-family:arial;
		width:80%;
		margin-left:auto;
		margin-right:auto;}
p#navi{text-align:left;
       padding: 0em 1em;
       margin: 0.5em 0em;}        
table#haupttabelle{margin:0;
                   width:100%;
                   position:relative;
				   top:7.7em;}
table#daten{margin-left:auto;
           margin-right:auto;
		   width:80%;
		   border-width:0;}			   
td#addr{vertical-align:bottom;
	   width:30%;
	   font-size:0.6em;
	   color:#000000;}
td#datum{color:#000099;
        font-size:0.9em;}
td#klein{text-align:center;font-size:0.8em;}
td#mitte{background-color:#ffffee;
         margin:0;
         width:60%;
         padding:10px;
         vertical-align:top;}
td#nachricht{color:#ff0000;
			text-align:center;
			font-size:1em;}
td#randbalken{background-color:#ffcc33;
              margin:0;
              width:20%;
              padding:0;
              vertical-align:top;}
td#zeit{vertical-align:top;
	   font-size:0.8em;
	   color:#e05214;
	   padding:1em;}
/*Style für das Grundlayout - Ende */
