/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	}
	
#alles {
	margin: 0px;
	padding: 0px;
	height:370px;
	width: 600px;
	text-align: center;
	vertical-align: middle;
	background-attachment: scroll;
	background-image: url(grafik/221205_02_370.jpg);
	background-repeat: no-repeat;
	background-position: center 70px;
	position: absolute;
	left: 50%;
	top:50%;
	margin-top:-200px;
	margin-left:-300px;

}
#recherche {
	padding-top: 237px;
}
#willkommen {
	float: left;
	clear: left;
	margin-top:-25px;
	margin-left: 10px;
}
#welcome {
	margin-top: -25px;
	float: right;
	clear: right;
	margin-right: 40px;
}
#in {
	display: none;
}
.titel {
	font-size: 36px;
	font-weight: 100;
	color: #FF9900;
	text-transform: none;
	font-variant: normal;
	margin: 0px;
	padding: 0px;
}

.utitel {
	font-variant: normal;
	position: relative;
	top: -10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	text-transform: uppercase;
	color: #666666;
}
a {
	font-size: 24px;
	color: #FF9900;
	text-decoration: underline;
}
a:link {
	font-size: 24px;
	color: #FF9900;
	text-decoration: underline;
}
a:hover {
	color: #6699CC;
	text-decoration: underline;
}
a:active {
	font-size: 24px;
	color: #996600;
	text-decoration: underline;
}