body {
	margin: 0; 
	padding:0; 
    text-align: center;    /*Zentrierung extra fuer den IE */
	color: black; 
	background-color: #999;
	font-family: Verdana,Arial,Sans-serif;
    font-size: 11pt;
	line-height:1.3em; 
  }

p {
margin:0em 0px 1em 0em;
line-height:1.5em; 
}  

.im {
    position:relative;
    top:0.25em;
    border:0;
    margin-right:2pt;
}
  
div#UeberSeite {  
    position:normal;
    margin: 0 auto;      /* Standard-Zentrierung */      
    width: 780px;
    padding:0;
    border: 0;
	background-color: #ffe;
  }  


  div#Seite {  
    text-align: left;       /* Kompensation eines Nebeneffektes der Zentrierung fuer IE */
    margin: 0 auto;      /* Standard-Zentrierung */
    width: 760px;
    padding:0;
    border: 0;
	background-color: #ffe;
  }
  
a {text-align:left; text-decoration:underline; color:blue; font-weight:bold;}

			
h1 {font-family:Verdana,Arial,helvetica,sanf-serif; font-size:1.4em;font-weight:bold; margin-top:0em; letter-spacing:-0.07em; line-height:1.2em; color:gray;}
h2 {font-family:Verdana,Arial,helvetica,sanf-serif; color:gray; font-size:1.3em; font-weight:bold;margin-top:2em; line-height:1.4em;}
h3 {font-family:Verdana,Arial,helvetica,sanf-serif; color:gray; font-size:1.3em; font-weight:bold;margin-top:2em;line-height:1.4em;}
  


.butt {
   line-height: 1.2;
   margin-left: 2px;
   margin-right: 0px;
   margin-bottom : 0px;
   text-align : center;
   float:left;
   font-size:0.8em;
   font-weight:normal;
}


.butt a {
   font-weight:normal;
   text-align : center;
   padding: 4px 15px 4px 15px;
   text-decoration : none;
   display : block;
   color : black;
   border-top : 1px solid #cccccc;
   border-left : 1px solid #cccccc;
   border-bottom : 1px solid #003300;
   border-right : 1px solid #003300;
   background : #cccccc;
}

.butt a:hover {
   border-top : 1px solid #003300;
   border-left : 1px solid #003300;
   border-bottom : 1px solid #ccffcc;
   border-right : 1px solid #ccffcc;
   text-decoration : none;
   background : #ccffcc;
}

