@charset "UTF-8";
/*  CSS Frederiks Hus
	© Hans-Jörg Rüstemeier
	http://ruestemeier.net
	
Farben
	hellgrau	b7c2d1
	schwarz		234
 */
@font-face {
	font-family: Futuran;
	src: url(FUTURAN.TTF);
}
body {
	background-color: #b7c2d1;
	color: #456;
	font-family: Futuran, Futura, 'Century Gothic', Arial, sans-serif;
	font-size: 14px;
	font-weight: 200;
	line-height: 1.3;
	/*margin: 15px;*/
}


#wrapper {
	background-color:#fff;
	border-top: 15px solid #fff;
	border-bottom: 15px solid #fff;
	width: 2295px;
	position: absolute;
	top: 50%;
	margin-top: -198px;
	/*border-right: 15px solid #b7c2d1;*/
}
#logo {
	font-size: 14.5px;
	text-align: center;
	text-transform: lowercase;
	letter-spacing: 2px;
}
#crossSlide {
	width: 555px;
	height: 365px;
}
.bottom {
	position: absolute;
	bottom: 0;
	width: inherit;
}
h1 {
}
h2 {
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
}
h3 {
	color: #fff;
	font-size: 1em;
}
p {
	margin-bottom: 15px;
}
.ort {
	font-size: 0.66em;
	font-weight: 100;
	color: #456;
	letter-spacing: 1px;
	text-transform: uppercase;
}
a {
	color: inherit;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
.fancybox{}
