@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
	font-family:'EB Garamond', Sabon, Times, serif;
	font-size:70%;
	color:#A4A4A4;
	margin:0px;
	padding:0px;
	}

a img {
	border:none;
	margin-bottom:-5px;
	}

	
div#alles {
	margin:0px;
	overflow:hidden;
	}
	
div#header {
	margin:30px;
	margin-top:40px;
	position:fixed;
	z-index:1;
	}
	
div#nav {
	text-align:right;
	padding-top:170px;
	padding-bottom:0px;
	padding-right:30px;
	margin:0px;
	font-size:1.3em;
	letter-spacing: -0.002em;
	line-height:2em;
	}
.navabstand {
	color:#FFFFFF;
	}
	
div#subnav {
	text-align:right;
	padding-right:30px;
	padding-top:-10px;
	margin-top:-14px;
	font-size:1.23em;
	color:#000000;
	}
div#footer {
	text-align:left;
	font-size:1.23em;
	color:#A4A4A4;
	padding:30px;
	margin:0px;
	margin-top:-80px;
	line-height:1em;
	}
.footerblack {
	color:#000000;
	}

a:link {
	color:#A4A4A4;
	text-decoration:line-through;
	}
a:visited {
	color:#A4A4A4;
	text-decoration:line-through;
	}
a:hover {
	color:#A4A4A4;
	text-decoration: none; 
	}
a:active {
	color:#000000;
	text-decoration:none;
	}
.active {
	text-decoration:none ! important;
	color:#000000 ! important;
	}

	
div#content {
	padding-top:10px;
	cursor:url(next.cur), auto;
	float:left;
	width:auto;
	}
	
p {
	width:150px;
	float:left;
	padding-right:10px;
	margin-top:0px;
	vertical-align:top;
	}

img {
	margin-top:3px;
	}
	
div#contact {
	margin:45px;
	width:100%;
	height:500px;
	position:fixed;
	z-index:1;
	font-size:1.29em;
	color:#000000;
	}


div#subnav a:link {
	color:#000000;
	}
div#subnav a:visited {
	color:#000000;
	}
div#subnav a:hover {
	color:#000000;
	text-decoration:none;
	}
div#subnav a:active {
	color:#000000;
	text-decoration:none;
	}


.image_carousel {
	padding-right: 15px;
	position: relative;
	overflow:hidden;
	display:block;
	left:0px;
	}
.image_carousel img {
	background-color: #FFFFFF;
	padding-right: 5px;
	display: block;
	float: left;
	}
a.prev, a.next {
	background: url(sprite.gif) no-repeat transparent;
	width: 300px;
	height: 600px;
	display: block;
	position: absolute;
	top: 25px;
	outline:none;
	}
a#content_prev {
	cursor:url(prev.cur), w-resize;
	z-index:100;
	width:50%;
	height:600px;
	position:absolute;
	left:0;
	top:50px;
}
a#content_next {
	cursor:url(next.cur), e-resize;
	z-index:100;
	width:51%;
	height:600px;
	position:absolute;
	right:0;
	top:50px;
}


a.prev {
	left: -22px;
	background-position: 0 0;
	}
a.next {
	right: -22px;
	background-postion: -50px 0;
	}
a.prev span, a.next span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
	}

