body {
	background-color: black;
	margin: 0;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

img.hintergrundfoto {
	width: 90%;
	max-width:90%;
	min-width:420px;
	height: auto;
	max-hight:auto;
	min-height:320px;
	position: fixed;
	visibility: visible;
	overflow: auto;
	z-index: auto;
	clear: both;
	right: -10%;
	top: 0;
	opacity: 1;
	
	
	
	
}

div.seitliche-ueberblendung {
	width: 33%;
	height: 100%;
	position: fixed;
	z-index: 5;
	background-color: #fff;
	opacity: 0.85;
	margin: 0;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	filter: Alpha(opacity=85);
}

div.text {
	width: 29%;
	color: #3F3F3F;
	line-height: 1.5;
	z-index: 20;
	opacity: 0.75;
	visibility: visible;
	margin-left: 2%;
	height: auto;
	position: relative;
	clear: both;
	overflow: visible;
	text-align: right;
	margin-bottom: 2em;
}

div.sprachauswahl {
	width: 32%;
	height: auto;
	position: absolute;
	color: #c20;
	opacity: 1;
	text-align: right;
	display: block;
	visibility: hidden;
	overflow: hidden;
	z-index: 7;
	margin-left: 0;
	margin-top: 5em;
	font: bold 1.33em/1.5 "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

div.sprachauswahlunten {
	height: auto;
	position: absolute;
	color: #c20;
	opacity: 1;
	text-align: right;
	display: block;
	visibility: visible;
	overflow: visible;
	z-index: 7;
	font: bold 1.33em/1.5 "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	bottom: 1em;
	left: 2%;
	width: 29%;
}

h1 {
	margin-top: 2em;
	color: black;
	width: 100%;
	font: bold 2.2em/1 "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

h3 {
	color: black;
	font: .9em/1.2 "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

a {
	text-decoration: none;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	color: #c20;
}

a:link, a:visited {
}

a:hover, a:active {
	text-decoration: underline;
	text-shadow: #ccc 0 1px 3px;
	color: #c02000;
}