@CHARSET "UTF-8";
html, body, h1, h2, p, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #222;
	color: #fff;
	font-size: 12px;
	font-family: Arial, sans-serif;
	line-height: 1.5em;
	text-align: center;
}
#container {
	margin: 0 auto;
	width: 540px;
	text-align: left;
}
#header {
	background: #fff;
	color: #222;
	text-transform: uppercase;
	float: left;
}
#header .first {
	width: 10em;
	font-weight: bold;
	margin-left: 6px;
}
#header div {
	width: 13em;
	float: left;
	font-weight: lighter;
	display: none;
}
h1 {
	color: #ef7f00;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
}
#mainNavigation {
	margin-top: 10px;
	float: left;
	padding-left: 4px;
	font-weight: bold;
}
ul#mainNavigation {
	list-style-type: none;
}
ul#mainNavigation li {
	display: inline;
	margin-right: 3em;
	font-size: 115%;
	text-transform: uppercase;
}
#mainNavigation a:link, #mainNavigation a:visited {
	color: #ef7f00;
	text-decoration: none;
}
#mainNavigation a:hover {
	color: #fff;
	text-decoration: underline;
}
#content {
	clear: both;
	float: left;
	padding-left: 4px;
	margin-top: 4.5em;
	width: 100%;
	font-size: 115%;
}
#content h1 {
	margin-bottom: .5em;
	margin-top: .5em;
}
#content p {
	text-transform: uppercase;
	font-weight: lighter;
}
#content_imprint {
	float: left;
	padding-left: 4px;
	margin-top: 4.5em;
}
#content_imprint h1 {
	margin-bottom: 1.5em;
}
#content_imprint p {
	font-size: 100%;
	margin-bottom: 1em;
}
#content_imprint h2 {
	color: #ef7f00;
	text-transform: uppercase;
	font-size: 115%;
	font-weight: lighter;
	margin-bottom: 1.5em;
}
#content_imprint a:link, #content_imprint a:visited {
	color: #ef7f00;
}
#content_imprint a:hover {
	color: #fff;
}
#content_imprint table {
	margin-bottom: 1.5em;
}
#content_imprint td {
	vertical-align: top;
}
#content td {
	text-transform: uppercase;
}
#content a:link, #content a:visited {
	color: #ef7f00;
	text-decoration: none;
}
#content a:hover {
	color: #fff;
	text-decoration: underline;
}