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

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: realtive;
	background-color:#FFFFFF;
	background-image:url(../images/content_bg.gif);
	background-position:center;
	background-repeat:repeat-y;
}

#wrapper1 {
	position: relative;
	text-align: center;
	width: 1001px;
	height: 500px;
	margin: 0 auto;
	background-color:#CCC;
	background-image:url(../images/wrapper_bg1.jpg);
	background-repeat: no-repeat;
}

#wrapper2 {
	position: relative;
	text-align: center;
	width: 1001px;
	height: 500px;
	margin: 0 auto;
	background-color:#CCC;
	background-image:url(../images/wrapper_bg2.jpg);
	background-repeat: no-repeat;
}

#wrapper3 {
	position: relative;
	text-align: center;
	width: 1001px;
	height: 500px;
	margin: 0 auto;
	background-color:#CCC;
	background-image:url(../images/wrapper_bg3.jpg);
	background-repeat: no-repeat;
}

#wrapper4 {
	position: relative;
	text-align: center;
	width: 1001px;
	height: 500px;
	margin: 0 auto;
	background-color:#CCC;
	background-image:url(../images/wrapper_bg4.jpg);
	background-repeat: no-repeat;
}

#wrapper5 {
	position: relative;
	text-align: center;
	width: 1001px;
	height: 500px;
	margin: 0 auto;
	background-color:#CCC;
	background-image:url(../images/wrapper_bg5.jpg);
	background-repeat: no-repeat;
}

#wrapper6 {
	position: relative;
	text-align: center;
	width: 1001px;
	height: 500px;
	margin: 0 auto;
	background-color:#CCC;
	background-image:url(../images/wrapper_bg6.jpg);
	background-repeat: no-repeat;
}

#wrapper7 {
	position: relative;
	text-align: center;
	width: 1001px;
	height: 500px;
	margin: 0 auto;
	background-color:#CCC;
	background-image:url(../images/wrapper_bg7.jpg);
	background-repeat: no-repeat;
}

#wrapper8 {
	position: relative;
	text-align: center;
	width: 1001px;
	height: 500px;
	margin: 0 auto;
	background-color:#CCC;
	background-image:url(../images/wrapper_bg8.jpg);
	background-repeat: no-repeat;
}

#wrapper9 {
	position: relative;
	text-align: center;
	width: 1001px;
	height: 500px;
	margin: 0 auto;
	background-color:#CCC;
	background-image:url(../images/wrapper_bg9.jpg);
	background-repeat: no-repeat;
}

#wrapper10 {
	position: relative;
	text-align: center;
	width: 1001px;
	height: 500px;
	margin: 0 auto;
	background-color:#CCC;
	background-image:url(../images/wrapper_bg10.jpg);
	background-repeat: no-repeat;
}

#header {
	position: relative;
	float: left;
	margin-left: 117px;
	width: 771px;
	height: 85px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}

#zitat {
	position: relative;
	text-align: left;
	float: left;
	margin-left: 117px;
	width: 775px;
	height: 225px;
}

#nav {
	position: relative;
	text-align: left;
	float: left;
	margin-left: 117px;
	width: 775px;
	height: 25px;
	padding: 0px 0px 0px 100px;

}

#content {
	position: relative;
	text-align: left;
	float: left;
	margin-left: 117px;
	width: 555px;
	height: auto;
	padding: 80px 50px 100px 100px;
}

#footer {
	position: relative;
	text-align:center;
	float: left;
	margin-left: 117px;
	width: 771px;
	height: 20px;
	background-color:#b8ced9;
}

/************************************************************/
/*************** Formatierungen Content ***********************/
/************************************************************/

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #879da8;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #42474a;
	font-weight: bold;
}

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	line-height:28px;
	color: #ffffff;
}

.autor {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height:28px;
	color: #ffffff;
}

#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height:24px;
	color: #42474a;
}


/************************************************************/
/*************** Navigation ***********************/
/************************************************************/

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
	color: #000000;						/**/
}
#nav ul li a, 
#nav ul li a:link, 
#nav ul li a:visited, 
#nav ul li a:active {
	color: #2b2933;						/**/
	text-decoration: none;
}
#nav ul li a:hover {
	color: #FF3E01;
}

.active {
	color: #FF3E01;
	display: inline;
x	padding: 0 5px 0 5px;
}

/************************************************************/
/*************** Footer ***********************/
/************************************************************/

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
	color: #000000;						/**/
}
#footer ul li a, 
#footer ul li a:link, 
#footer ul li a:visited, 
#footer ul li a:active {
	color: #2b2933;						/**/
	text-decoration: none;
}
#footer ul li a:hover {
	color: #FF3E01;
}

.active {
	color: #FF3E01;
	display: inline;
x	padding: 0 5px 0 5px;
}