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

  div.UeberSeite {  
    position:normal;
    margin: 0 auto;      /* Standard-Zentrierung */      
    width: 980px;
    padding:0;
    border: 0;
	background-color: #ffe;
  }  

.twocolumns {
	width: 900px;
	margin-left:40px;
	margin-right:40px;
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count: 2;
	column-gap: 40px;
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	text-align: justify;
}  
  
  
h1 {clear:both; text-align:left; margin-left:41px; margin-right:41px; margin-bottom:1em; margin-top:2.5em; font-family:Verdana,Arial,helvetica,sanf-serif; font-size:1.6em; font-weight:bold; letter-spacing:-0.07em; color:gray; line-height:1.2em;}

h2 {clear:both; text-align:left; margin-left:41px;  margin-right:41px; margin-bottom:0.5em; margin-top:1em; font-family:Verdana,Arial,helvetica,sanf-serif; font-size:1.2em; font-weight:bold; letter-spacing:-0.05em; color:gray; line-height:1.4em;}

h3 {clear:both; text-align:left; margin-left:41px;  margin-right:41px; margin-bottom:0.5em; margin-top:1em; font-family:Verdana,Arial,helvetica,sanf-serif; font-size:1.1em; font-weight:bold; letter-spacing:-0.02em; color:gray; line-height:1.4em;}

p {text-align:left; margin-left:0; margin-right:0; line-height:1.5em; margin-bottom:0.5em; margin-top:1em; }
.wholewidth {clear:both; text-align:justify; margin-left:40px; margin-right:41px;}
.image {clear:both; margin-left:0px; margin-right:0px; text-align:center;}
.left {clear:both; display: inline; text-align:justify; width:435px; margin-left:40px; float:left;}
.right {text-align:justify; display: inline; width:435px; margin-right:40px; float:right;} 
 
/* display:inline to fix double margin bug of IE6 */


img {margin-top:1.5em; margin-bottom:1em;}

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

a {
   color: blue;
   text-decoration: none;
   text-decoration: underline;
   }

.butt a {
   padding: 5px 10px 8px 10px;
   display : block;
   color: black;
   text-decoration  : none;
   border-top : 1px solid #cccccc;
   border-left : 1px solid #cccccc;
   border-bottom : 1px solid #003300;
   border-right : 1px solid #003300;
   background : #dddddd;
}


.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 : #bbefaa;
}


.butt a:visited {
   color: black;
}
