html {
	background-color: black;
	font-family: sans-serif;
}


body {
	width: 800px;
	margin-left: auto; margin-right: auto;
	color: #dedede;
}


img {
	border-width: 0;
}


div#siteheader {
	width: 650px; height: 55px;
	text-align: right; padding-right: 150px;
	background-color: black;
}


div#navigation {
	width: 800px; height: 20px;
	margin-top: 4px;
	padding-top: 4px;
	border-color: #333333; border-width: 2px; border-style: solid;
	text-align: center;
	background-color: black;
}


div#content {
	width: 768px;
	margin-top: 4px; margin-right: 4px;
	border-color: #333333; border-width: 2px; border-style: solid;
	padding: 16px;
	background-color: black;
}


div#footer {
	width: 800px; height: 88px;
	margin-top: 4px;
}


/* allgemeine Einstellungen */
a:link {
	color: #ffcc00;
	text-decoration: none;
}


a:visited {
	color: #ffcc00;
	text-decoration: none;
}


a:hover {
	color: #ffcc00;
	text-decoration: underline;
}


td {
	vertical-align: top;
}


h1, h2, h3, h4, h5, h6 {
	font-style: italic;
}
