
/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

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

body {
	min-height: 100%;
	color: #444;
	font: normal 11px Arial,sans-serif;
	width: 920px;
}

p,code,ul,strong {padding-bottom: 11px; font-size: 13px;}
strong {font: bold 13px Arial,sans-serif;}

li {list-style: none;}

h1 {font: bold 18px Arial,sans-serif; color: #840707;}

h2 {font: bold 13px Arial,sans-serif; color: #840707; margin-bottom: 10px;}


h1{padding-top: 75px; margin-bottom: 54px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

#info {
	z-index: 5;
	position: absolute;
	top: 304px;
	left: 0px;
}

/* content */
.content {
	width: 920px;
}

/* navigation */
.navigation {
	vertical-align:top;
	background-color: #7D7D7D;
}

.footer {
	color: #777;
	font: normal 10px Arial,sans-serif;
}

.impressum, impressum:hover {
	color: #FFF;
	margin: 10px;
	font-size: 12px;
}
