@charset "utf-8";
/* CSS Document */
* {
margin: 0;
padding: 0;
}
html, body {
border: 0 solid;
}
a:link {
			text-decoration:none;
			font-weight: bold;
			color: #A6FFFF;
		}
a:visited {
			text-decoration:none;
			font-weight:bold;
			color: #A6FFFF;
		}
a:hover {
			text-decoration:none;
			font-weight:bold;
			color: #FFF;
		}
a:active {
			text-decoration:none;
			font-weight:bold;
			color: #A6FFFF;
		}
a:focus {
			text-decoration:none;
			font-weight:bold;
			color: #09C;
		}
html,body,textarea, p, a, td {
font-family: Myriad,Helvetica,Tahoma,Arial,clean,sans-serif;
font-size: 13px;
color:  #fff;
}
b, strong {
font-weight: bold;
}
a img {
border: 0 none;
}
input, textarea {
font-size: 1em;
}
ul { 
list-style-type: none; 
padding-left: 30px;
}

#alles {
position: relative;
}
h1,h2,h3,h5,h6{
	font-family: Myriad,Helvetica,Tahoma,Arial,clean,sans-serif;
	letter-spacing:0.1em;
	color:  #CCC;
	font-size: 14px;
}
/* die naechsten 2 anweisungen sorgen dafuer, dass floatende elemente eingeschlossen werden */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix { 
height: 1%; 
}
/* End hide from IE-mac */



