@charset "utf-8";

body {
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/hintergrund.jpg);
}






body,td,th {
	color: #FFF;
}



#wrapper {
	background-repeat: repeat;
	height: 3250px;
	width: 100%;
	/* [disabled]background-color: #096; */
}


header {
	background-image: url(../img/schwarz.png);
	background-repeat: repeat;
	height: 70px;
	/* [disabled]width: 100%; */
}

nav {
	height: 60px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/navi-hintergrund.png);
}

nav ul {
	width: 1200px;
	height: auto;
	float: left;
	list-style-type: none;
	/* [disabled]background-color: #099; */
	padding-left: 0px;
	margin-top: 25px;
}

nav ul li {
	/* [disabled]background-color: #0CC; */
	width: 171px;
	height: auto;
	float: left;
	text-align: center;
}

nav ul li a {
	text-decoration: none;
	color: #FFF;
	font-size: 15pt;
}


nav ul li a:hover {
	text-decoration: underline;	
}

section {
	height: 3100px;
	width: 1170px;
	background-repeat: repeat;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/schwarz.png);
	padding: 15px;
	/* [disabled]margin-bottom: 25px; */
}
section img {
	float: left;
}

.titel {
	height: 75px;
	width: 693px;
	/* [disabled]background-color: #06C; */
	float: right;
	margin-top: 30px;
}

.titel p {
	margin-top: 0px;
	font-size: 60px;
	text-align: right;
}
.untertitel {
	width: 693px;
	/* [disabled]background-color: #0C9; */
	height: 100px;
	float: right;
	text-align: right;
	font-size: 19px;
}
article {
	/* [disabled]background-color: #09F; */
	height: 1500px;
	width: 1170px;
	float: left;
	margin-top: 40px;
}

article p {
	margin-top: 0px;
	font-size: 19px;
}
.text1 {
	height: auto;
	width: 425px;
	/* [disabled]background-color: #960; */
	float: left;
	font-family: Avian;
	font-size: 19px;
}
.text2 {
	/* [disabled]background-color: #9C3; */
	height: auto;
	width: 725px;
	float: right;
	font-family: Avian;
	font-size: 19px;
}
.text2 img {
	/* [disabled]margin-bottom: 15px; */
}