html {
	overflow-y: scroll;
	height: 100%;
}

body {
	margin: 0px;
	height: 100%;
	background-color: #fdf3ea;
	color: #000832;
	font-family: arial;
	font-size: 14px;
}

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

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

a:active {
	text-decoration: none;
	color: #dd7420;
}

#all {
	position: relative;
	width: 760px;
	padding: 0px;
	border: 0px;
	margin: 0px auto -50px auto;
	min-height: 100%;
}

#top_line_left {
	position: absolute;
	top: 30px;
	left: 0px;
	height: 50px;
	width: 50%;
	background-color: #e28739;
}

#top_line_right {
	position: absolute;
	top: 30px;
	left: 50%;
	height: 50px;
	max-width: 500px;
	width: 50%;
	background-color: #e28739;
}

#space {
	position: relative;
	height: 50px;
}

#bottom_line {
	position: relative;
	bottom: 0px;
	width: 100%;
	height: 50px;
	margin-top: auto;
	background-color: #885a31;
}

#head {
	position: relative;
	width: 100%;
	height: 150px;
}

#top_line_middle {
	position: absolute;
	top: 30px;
	left: 0px;
	height: 50px;
	width: 100%;
	background-color: #e28739;
}

#logo {
	position: absolute;
	top: 0px;
	margin: 5px;
}

#home_imp {
	position: absolute;
	width: 172px;
	height: 19px;
	top: 80px;
	left: 290px;
	padding: 2px 5px 0px 0px;
	font-size: 14px;
	color: #dd7420;
	text-align: right;
	vertical-align: middle;
}

#banner {
	position: absolute;
	width: 250px;
	height: 140px;
	top: 10px;
	left: 480px;
}

#navi {
	position: absolute;
	left: 0px;
	top: 90px;
	width: 135px;
	padding: 15px;
	font-size: 20px;
	font-weight: bold;
	vertical-align: top;
}

#navi a {
	display: block;
	margin-top: 0px;
	margin-bottom: 20px;
}

#navi a:hover {
	color: #b24b01;
	text-decoration: none;
}

#navi .active_link {
	color: #b24b01;
	margin-left: 10px;
}

#navi .active_link:hover {
	color: #b24b01;
	text-decoration: none;
}

#page {
	position: relative;
	padding: 30px;
	margin-left: 125px;
	text-align: justify;
	overflow-y: auto;
}

#page img {
	border: none;
	text-decoration: none;
}

#page .bild_links {
	float: left;
	margin-right: 10px;
	text-align: center;
	font-size: 10px;
	color: #162362;
}

#page .bild_rechts {
	float: right;
	margin-left: 10px;
	text-align: center;
	font-size: 10px;
	color: #162362;
}

#page .block {
	padding: 0px;
	margin: 0px;
	display: block;
	overflow: auto;
}

#page h1 {
	text-align: left;
	font-size: 20px;
	color: #885a31;
}

#page h2 {
	text-align: left;
	margin-left: 12px;
	margin-top: 30px;
	font-size: 16px;
	color: #e28739;
}

#page h3 {
	text-align: left;
	margin-left: 0px;
	font-size: 14px;
	color: #000000;
}

#page .hervor {
	margin-left: 0px;
	font-size: 15px;
	font-weight: bold;
	color: #705000;
	text-align: left;
}

#page ul {
	list-style-type: none;
	list-style-image: url('img/bullet.png');
}

#page li {
	margin: 4px;
}

#page #linktable {
	width: 100%;
	text-align: center;
}

#page #linktable td {
	padding: 10px;
}
