﻿body {
	margin: 0px;
	padding: 0px;
	background-color: #132236;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	min-height: 100%;
}

body, table {
	font-family: Arial;
	font-size: 12px;
	color: #323a43;
}

p {
	line-height: 150%;
}

a:link, a:active, a:visited {
	color: #722a31;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}

div.body {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
}

table.menu {
	position: absolute;
	top: 160px;
	left: 0px;
	height: 24px;
	width: 689px;
}

div#footer {
	background-image: url(img/footer.gif);
	width: 689px;
	height: 67px;
	position: absolute;
	bottom:0px;
}

div#content {
	position: absolute;
	top: 230px;
	left: 13px;
	width: 429px;
	text-align: justify;
}

	div#content h1 {
		font-size: 18px;
		color: #722a31;
		font-weight: normal;
		text-transform: uppercase;
		border-bottom: 1px solid #e1e1e1;
		margin-top: 0px;
		text-align: left;
	}
	
div#sidebar {
	position: absolute;
	top: 230px;
	left: 471px;
	width: 203px;
	text-align: justify;
	font-size: 11px;
}

	div#sidebar h1 {
		font-size: 12px;
		color: #722a31;
		font-weight: bold;
		border-bottom: 1px solid #ffffff;
		margin-top: 0px;
		text-align: left;
	}

.tabelle {
	width: 100%;
}

.tabelle a {
	font-weight: normal;
}

.tabelle td, .tabelle th {
	padding: 3px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	vertical-align: middle;
}

.tr_1 {
	background-color: #e0e0e1;
}

