/* CSS Document */
body {
	background-color: #f2f2f2;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #333333;
}
#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 840px;
}

h2 {
	font-size: 1.6em;
	
}
.headersite {
	font-size: 0.9em;
	color: #333333;
	font-weight: bold;
}
.zitat {
	font-size: 0.9em;
	color: #666666;
	font-style: italic;
	text-align: center;
}
/* Formatierungen */

/* Navigation Beginn */
div#navigation {
	width: auto;
	height: 20px;
}

div#navigation ul {
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	margin-left: 0;
}

div#navigation li {
	float: left;
	padding-right: 10px;
	margin-left: 0;
}

div#navigation a:link, div#navigation a:visited {
	color: #999999;
	text-decoration: none;
}

div#navigation a:hover, div#navigation a.active {
	color: #333333;
	border-bottom: 1px solid #333333;
	text-decoration: underline;
}

/* Navigation Ende */
.img {
	border: thin dotted #666666;
}

