body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #005ba9;
	overflow: hidden; 
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #005ba9;
	border: 0;
}
	
a:hover {
	text-decoration: none;
	color: #e2000a;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #e2000a;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #ffed00;
}

br {
	line-height: 0.4em;
	content: " ";
	display: block;
}
 
#bgimg {
	position: absolute;
	z-index: -1;
}
 
#screen {
	position: absolute;
	z-index: 5;	
	overflow: auto; 
	height: 100%;
	width: 100%;
	background: url('img/grid.png');
}

#page_overlay {
	z-index: 10;
	margin: auto;
	position: relative;
	padding: 0;
	width: 1000px;
	height: 100%;
	background: url('img/bgrlayer.png');
}

#logo {
	width: 250px;
	height: 62px;
	float: right;
	margin: 20px 120px;
	border: 0;
}

#content {
	width: 460px;
	height: 450px;
	float: right;
	margin: 15px 120px;
	display: block;
}

#content .viewport {
	width: 450px;
	height: 430px;
	overflow: hidden;
	position: relative;
}

#content .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
}

#content .scrollbar {
	background: transparent url(img/bg-scrollbar-track-y.png) no-repeat 0 0;
	position: relative;
	background-position: 0 0;
	float: right;
	width: 5px;
}

#content .track {
	background: transparent url(img/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
	height: 100%;
	width: 5px;
	position: relative;
	padding: 0 0;
}

#content .thumb {
	background: transparent url(img/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
	height: 5px;
	width: 5px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

#content .thumb .end {
	background: transparent url(img/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
	overflow: hidden;
	height: 5px;
	width: 5px;
}

#content .disable {
	display: none;
}

.noSelect {
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

#girl {
	z-index: -5;
	margin: auto;
	position: absolute;
	bottom: 0;
	width: 1000px;
	height: 500px;
}

#impressum {
	bottom: 10px;
	margin: 0 0 0 380px;
	position: fixed;
	font-size: 12px;
	font-weight: normal;
	color: #ffed00;
}

#impressum a {
	color: #ffed00;
	text-decoration: none;
}

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