/* BASICS */
body{
        font: 14px Arial;
        margin: 0px 0px 0px 0px;
        align: center;
        background: #F2F2F2 url(ecke1.gif) no-repeat top right;

        scrollbar-base-color:#F2F2F2;
           scrollbar-track-color:#F2F2F2;
           scrollbar-face-color:#F2F2F2;
           scrollbar-highlight-color:#F2F2F2;
           scrollbar-3d-light-color:#AFAFAF;
           scrollbar-dark-shadow-color:#F2F2F2;
           scrollbar-shadow-color:#6F6F6F;
           scrollbar-arrow-color:#F2F2F2;
           }

p  {
        font: 14px Arial;
        line-height: 18px;
        color: #040000;
        text-align: justify;
        }
				  
table  {
        font: 14px Arial;
        line-height: 18px;
        color: #040000;
        text-align: left;
        }
				  

a, a:visited {
              color: #007F00;
              text-decoration:none;
              }
a:hover       {
               color: #BF0000;
               text-decoration: underline;
               }


h1             {
                font-size: 26px;
                font-weight: normal;
                }

h2             {
                font-size: 16px;
                font-weight: normal;
                }
h3              { font-size: 16px;
                  font-weight: bold;
                  text-decoration: underline;
                  }

hr {
     border: dotted;
     border-color: #005f00;
     border-width: 1px;
    }

/* DIVS */
#kopf{
        position: 0 0 0 0 absolute;
        text-align: center;
        margin-top: 30px;
        height: 99px;
        font-size:24px;
}
#quensell {
           text-align: center;
           height: 60px;
           padding: 5px;
           border-top: solid 1px #005f00;
           border-bottom: solid 1px #005f00;
           font: 48px arial;
           }
/*Startseite*/
#start {
        text-align: center;
        margin: 30px;
        }
		
#start p { 
		  text-align: center;
			font-size: 16px;
		  }
		
#footer {
         text-align: center;
		 padding-top: 30px;
         }

#footer p  {
     		text-align: center;
			font-size: 15px;
     		font-weight: bold;
     		}

#footer a, #footer a:visited { color: #000000; }
#footer a:hover { color: #C00040;
                  text-decoration:none;
                  font-style: italic;
                  }

#copy {
         text-align: center;
		 padding-top: 20px;
         }

#copy p  {
     		text-align:center;
			font-size: 10px;
     		}

#copy a, #copx a:visited { color: #000000; }
#copy a:hover { color: #C00040;
                  text-decoration:none;
                  font-style: italic;
                   }
				   		
#aktuell, #aktuell a, #aktuell a:visited {
		 color: #990000;
		 text-transform:uppercase;
		 }
