@charset "utf-8";
/* CSS Document */
body {
	background-color:#666666;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	}
#site {
	position:absolute;
	width:1000px;
	height:760px;
	left: 50%;
	margin-left: -500px;
	background-color: #000000;
	}
#top {
	position:absolute;
	top:0px;
	width:1000px;
	height:128px;
	}
#top_text {
	position: absolute;
	left:325px;
	top: 3px;
	height:34px;
	width: 400px;
	text-align:center;
	}
#top_description {
	position:absolute;
	left:380px;
	width:340px;
	top: 48px;
	height:40px;
	}
#silouette {
	position:absolute;
	left:5px;
	top:140px;
	width:278px;
	height:400px;
	}
#silouette_rechts {
	position:absolute;
	left:720px;
	top:140px;
	width:278px;
	height:400px;
	}
#content {
	position:absolute;
	left:290px;
	top:160px;
	width:420px;
	height:200px;
	}
#continue {
	position:absolute;
	left:321px;
	top:447px;
	width:360px;
	height:140px;
	background-color:#0000FF;
	font-size:10px;
	text-align:justify;
	padding:10px;
}	
#footer {
	position:absolute;
	top:614px;
	width:1000px;
	height:40px;
	text-align:center;
	left: -2px;
	}
#backlink {
	position:absolute;
	top:668px;
	width:1000px;
	height:120px;
	color:#cccccc;
	font-size:10px;
	}
	
h1 {
	color:#cccccc;
	font-size:20px;
	font-weight: normal;
	font-style:italic;
	line-height:20px;
	word-spacing: 0.8em;
	}
img {
	border:0px;
	}
a {
	text-decoration:none;
	color:#CCCCCC;
	vertical-align:top;
	font-size:34px;
	}
