@CHARSET "ISO-8859-1";

body {
	font-family: Arial;
	background-color: #2d2d2d;
}

a {
	color: #f5862d;
	text-decoration: none;
}

a:visited {
	color: #a54a00;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 140%;
	margin-bottom: 10px;
}

hr {
	background-color: grey;
}

p {
	margin: 0;
}

.link_top {
	font-size: 20px;
}

.link_home {
	font-size: 25px;
	color: #c51015;
	font-weight:bold;
}

.link_menu {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}

.link_menu:visited {
	color: #ffffff;
}

.link_bottom {
	color: grey;
}

.link_bottom:visited {
	color: grey;
}

#header {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
}

#balken {
	position: absolute;
	top: 83px;
	left: 0px;
	width: 100%;
	height: 30px;
	overflow: hidden;
	background-color: #a90000;
}

#balken_sub {
	width: 813px;
	height: 26px;
	background-color: red;
	text-align: left;
	padding: 2px;
	padding-left: 5px;
}

#main {
	position: absolute;
	top: 113px;
	left: 0px;
	width: 100%;
}