/* CSS Document */

* {
	margin: 0;
	padding: 0;
	list-style: none;
    text-align: left;
}

body {
     link: #99CC33;
	 

}



img {
  border: 0px;
  float: right;
  }

a {
color: #ffffff;
text-transform: italic;

}
.banner{
float: right;
margin-bottom: 20px;
}


.verdana {
font-family: Verdana;
color: #FF0099;
line-height: 16pt;
font-size: 10pt;
word-spacing: 0,2px;
padding-bottom: 30px;
}

h1 {
   font-family: Verdana;
   font-size: 12px;
   font-decoration: none;
   padding-top: 30px;
   padding-bottom: 1px;
   width: 100%;
   color: #ffffff;
   border-bottom: 1px solid #FF0099;
}

#rahmen {
	width: 600px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
    
    
    
}

#content {
    font-size: 8pt;
	margin: 13px; 
}

#footer {
  	 text-align: center;
     width: 100%;
     font-family: Verdana;
     font-size: 12px;
	 height: 20px;
	 clear: both;
     color:#FF0099;
     font-style: bold;
     
     
}