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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-family: "Roboto", Courier, Courier New, monospace;
	font-weight: 500;
	font-size: 14px;
}

h2 {
	font-family: "Roboto", Courier, Courier New, monospace;
	font-weight: 300;
	font-size: 12px;
}

#navigation {
	position:fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 32px;
	z-index: 100;
	background-color: #FFFFFF;
}

#platzhalter {
	height:1000vmin;
}

#content {
	position:relative;
	margin: 0 auto;
	top: 32px;
	width: 700px;
	z-index: 3;
	word-break:break-all
}

#content-hintergrund {
	position:absolute;
	background: white;
	opacity: .6;
	filter:Alpha(Opacity=50);
	margin: 0 auto;
	width: 700px;
	height:1000vmin;
	z-index: 2;
	background-color: #FFF;
	opacity:0.6;
}

#content-inhalt {
	margin: 0 auto;
	position: absolute;
	width: 700px;
	z-index: 3;
	overflow: auto;
	left: 0px;
	top: 1px;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #999;
}
