@charset "UTF-8";

* { margin:0; padding:0; }

.textweiss{
	/*textstil definieren*/
    color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 300;
}
.textweiss a:link{
	/*textstil definieren*/
    color: #FFFFFF;
	text-decoration: none;
}
.textweiss a:hover{
	/*textstil definieren*/
    color: #FFFFFF;
	text-decoration: underline;
}
.textweiss a:visited{
	/*textstil definieren*/
    color: #FFFFFF;
	text-decoration: none;
}
.textweiss a:active{
	/*textstil definieren*/
    color: #FFFFFF;
	text-decoration: underline;
}

.textcolorgross{
	/*textstil definieren*/
    color: #993333;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 400;
}
.textschwarz{
	/*textstil definieren*/
    color: #993333;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: 300;
}
.textschwarz a:link{
	/*textstil definieren*/
    color: #000000;
	text-decoration: none;
}
.textschwarz a:hover{
	/*textstil definieren*/
    color: #993333;
	text-decoration: none;
}
.textschwarz a:visited{
	/*textstil definieren*/
    color: #000000;
	text-decoration: none;
}
.textschwarz a:active{
	/*textstil definieren*/
    color: #993333;
	text-decoration: none;
}
html {
	overflow-y: scroll;
	background-color: #000000;
}
#Leiste-Oben {
	width:918px;
	margin:0px auto;
	overflow: hidden;
	top: 0px;
	position: fixed;
	height: 70px;
	visibility: visible;
	background-color: #FFFFFF;
}
.breite {
	width: 100%;
	left: 0px;
	top: 0px;
}
#header {
	position: fixed;
	width: 918px;
	top: 22px;
}
#content{
	width:918px;
	margin:0px auto;
}
#content-abstand-oben {
	position: relative;
	top: 70px;
}
#grau {
	position: fixed;
	width: 918px;
	height: 627px;
	background-color: #333333;
	z-index: -1;
}
#fotoleiste_start {
	position: relative;
	width: 918px;
	z-index: 1;
	top: 26px;
}
#text_start {
	width: 896px;
	float: right;
	z-index: 3;
	position: relative;
	right: 22px;
	top: 40px;
}
#foto_links {
	position: fixed;
	width: 440px;
	z-index: 2;
}
#text_rechts {
	width: 478px;
	float: right;
	background-color: #333333;
	z-index: 3;
}
#foto_rechts {
	position: fixed;
	width: 440px;
	margin-left: 478px;
	z-index: 4;
}
#text_links {
	width: 478px;
	float: left;
	background-color: #333333;
	z-index: 5;
}