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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E2E2E2;
	color: #333333;
}

#header {
	width: 100%;
	height: 101px;
	position: fixed;
	top: 0;
	left: 0;
	background-image: url(/images/header.jpg);
	background-repeat: repeat-x;
	z-index: 100;
}

#logo {
	width: 262px;
	height: 76px;
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
	position: fixed;
	top: 21px;
	left: 50%;
	margin: 0 0 0 -464px;
	z-index: 120;
}

#content_top {
	width: 951px;
	height: 38px;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-top: 2px solid #000000;
	position: fixed;
	top: 61px;
	left: 50%;
	margin: 0 0 0 -477px;
	background-color: #FFFFFF;
	z-index: 110;
}

#content {
	width: 911px;
	min-height: 500px;
	padding: 20px;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	position: absolute;
	top: 96px;
	left: 50%;
	margin: 0 0 20px -477px;
	background-color: #FFFFFF;
	z-index: 50;
}

h1 {
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	padding: 0;
	margin: 0 0 20px 0;
}

p {
	padding: 0;
	margin: 0 0 10px;
}

a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

#logo_espea {
	width: 250px;
	height: 89px;
	margin: 0 0 20px 50px;
	float: right;
	background-image: url(/images/logo_espea.gif);
	display: block;
}

.neutralisator {
	width: 100%;
	height: 1px;
	overflow: hidden;
}

#box_schlaflos {
	width: 423px;
	height: 450px;
	background-color: #EFEFEF;
	background-image: url(/images/kasten_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #DEDEDE;
	padding: 10px;
	float: left;
}

#box_mysteryfiles {
	width: 423px;
	height: 450px;
	background-color: #EFEFEF;
	background-image: url(/images/kasten_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #DEDEDE;
	padding: 10px;
	float: right;
}

.logo_box {
	margin: 0 0 20px 0;
}

#impressum {
	width: 100px;
	color: #FFFFFF;
	text-decoration: none;
	position: fixed;
	top: 20px;
	left: 50%;
	margin: 0 0 0 358px;
	text-align: right;
	z-index: 120;
	display: block;
	font-size: 9px;
	font-weight: bold;
	outline: none;
}
#impressum:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
