/* Alle Stile der Seitenstruktur */
body {
	text-align:center;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size:80%;
}
#intro {
	width:350px;
	padding-left:350px;
	margin-left:auto;
	margin-right:auto;
	padding-top:60px;
	text-align:left;
	position:relative;
}
#logo {
	width:350px;
	padding-top:35px;
	padding-bottom:25px;
}
#adresse {
	width:350px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	color:#999;
	padding-bottom:25px;
}
#adresse strong {
	font-weight:normal;
	font-size:130%;
	text-transform:uppercase;
}
#adresse p {
	padding-bottom:10px;
	padding-top:0px;
	margin:0px;
}
#adresse a {
	color:#999;
	text-decoration:underline;
}
#adresse a:hover {
	color:#000;
	text-decoration:none;
}
#footer {
	width:700px;
	padding-top:15px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:25px;
	font-size:85%;
}
#footer b {
	color:#FBB03F;
}
#symbol {
	background-image: url(../images/symbol.gif);
	background-repeat: no-repeat;
	height: 154px;
	width: 150px;
	position: absolute;
	left: 100px;
	top: 185px;
}

/* *** Float containers fix:*/ 
.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clear{display: inline-table;}

/* Hides from IE-mac \*/
* html .clear{height: 1%;}
.clear{display: block;}
/* End hide from IE-mac */