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

        scrollbar-base-color:#504e4f;
         scrollbar-track-color:#504e4f;
           scrollbar-face-color:#504e4f;
           scrollbar-highlight-color:#504e4f;
           scrollbar-3d-light-color:#fffcf6;
           scrollbar-dark-shadow-color:#504e4f;
           scrollbar-shadow-color:#fffcf6;
           scrollbar-arrow-color:#504e4f; 
           }

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


a:link, a:visited {
              color: #ea9a29;
              text-decoration:none;
              }
a:hover       {
               color: #000000;
               text-decoration: underline;
               }



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

h2             {
                font-size: 16px;
                font-weight: normal;
                text-decoration: underline;
                }
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 #ea9a29;
           border-bottom: solid 1px #ea9a29;
           font: 48px arial;
           }
/*Startseite*/
#start {
        text-align: center;
        margin: 30px;
        }

#start p { 
		  text-align: center;
			font-size: 16px;
		  }

#footer {
         text-align: center;
         padding-top: 50px;
         }

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

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

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

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

#copy a, #copy a:visited { color: #504e4f; }
#copy a:hover { color: #000000;
                  text-decoration:none;
                  font-style: italic;
                   }

