@charset "UTF-8";
/*======================Start CSS-Reset==========================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*======================End CSS-Reset==========================*/


/*======================Start Layout==========================*/
html, body {
	height: 100%;
	}
body {
	color: #FFF;
	background-image: url(../img/bg-enter.jpg);
	background-color: #999;
	font-family: Helvetica,sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	background-repeat: no-repeat;
	background-position: center 100px;
	}
.clear {
	clear: both;
	}
a {
	font-size: 12px;
	color: #FFF;
	}
h1 {
	font-size: 24px;
	margin-bottom: 20px;
	}
h1.center {
	text-align: left;
	padding-top: 30px;
	margin-left: 50px;
	}
h2 {
	font-size: 24px;
	margin-bottom: 20px;
	}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	}


.wrapper {
	background-image: url(../img/enter.jpg);
	width: 900px;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0% 100px;
	}
.wrapper > .inside {
	padding: 240px 50px 23px 50px;
	}
.box {
	background-color: #888;
	position: relative;
	float: left;
	width: 40%;
	border: 1px solid #FFF;
	padding: 3%;
	min-height: 230px;
	margin-bottom: 20px;
	-webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.37);
	-moz-box-shadow:    2px 2px 2px rgba(50, 50, 50, 0.37);
	box-shadow:         2px 2px 2px rgba(50, 50, 50, 0.37);
	}
.left {
	margin-right: 4%;
	}
.websitelink {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 100%;
	text-align: right;
	}
p > strong {
	display: inline-block;
	margin-top: 10px;
	}
.neue-website {
	position: absolute;
	top: 0;
	right: 10px;
	}
#footer {
	position: relative;
	margin-top: -23px;
	height: 23px;
	clear:both;
	background: none repeat scroll 0 0 #333333;
    box-shadow: 0 50px 0 #FFFFFF;
    color: #FFFFFF;
    outline: 3px solid rgba(100, 100, 100, 0.5);
	line-height: 23px;
	}
#footer .inside{
	width: 900px;
	margin: 0 auto;
	padding-left: 50px;
	}
.imprint li {
	float: left;
	margin-right: 50px;
	}
.imprint li a {
	font-size: 12px;
	text-decoration: none;
	color: #ccc;
	}
.imprint li a:hover {
	text-decoration: underline;
	}
#footer .inside span {
	font-size: 12px;
	color: #ccc;
	float: right;
	margin-right: 100px;
	}
/* CLEAR FIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	}
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/*======================END Layout==========================*/