@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
/* CSS Document */

body {
	background-color: #333333;
}
#content {
	width: 755px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	color: #FFFFFF;
}
#titel {
	background-image: url(bilder/titel_quellcode.gif);
	background-repeat: no-repeat;
	width: 755px;
	height: 175px;
}
#nav {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 40px;
}
hr {
	color: #666666;
}
#content #nav a {
	font-size: 18px;
	color: #CCCCCC;
	text-decoration: none;
	padding-right: 25px;
}
#content #nav a:hover {
	font-size: 18px;
	color: #999999;
	text-decoration: none;
	padding-right: 25px;
}
#content h1 {
	font-size: 18px;
	margin-bottom: 14px;
	line-height: 24px;
}
#content p {
	margin-bottom: 14px;
	font-size: 16px;
	line-height: 20px;
}

