body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #272727;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-top: 35px;
}

.clear {
	clear: both;
}

.container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 695px;
	margin: auto;
}

.header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 695px;
	height: 129px;
	background-image: url(images/header.jpg);
}

.content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 635px;
	background-image: url(images/content_bg.jpg);
	z-index: 1;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}

.footer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 695px;
	height: 14px;
	background-image: url(images/footer.jpg);
}

.logo {
	position: absolute;
	top: -15px;
	left: -36px;
	width: 147px;
	height: 147px;
	z-index: 2;
}

/* ############################ Navigation ############################ */

.navi1 {
	position: absolute;
	top: 70px;
	left: 115px;
	width: 108px;
	height: 26px;
}

.navi2 {
	position: absolute;
	top: 71px;
	left: 225px;
	width: 126px;
	height: 26px;
}

.navi3 {
	position: absolute;
	top: 71px;
	left: 355px;
	width: 82px;
	height: 26px;
}

.navi4 {
	position: absolute;
	top: 71px;
	left: 445px;
	width: 104px;
	height: 26px;
}

.navi5 {
	position: absolute;
	top: 71px;
	left: 550px;
	width: 107px;
	height: 26px;
}

.infos {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.left {
	position: relative;
	top: 0px;
	left: 0px;
	float:left;
	background-color: #d6d6d6;
	width: 290px;
	margin-right: 2px;
	padding-top: 30px;
	z-index: 2;
}

.right {
	position: relative;
	top: 0px;
	left: 0px;
	float:left;
	width: 340px;
}

.bluebox {
	background-color: #97c6d3;
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 5px;
	text-align:center;
	font-size: 22px;
	height: 40px;
	padding-top: 20px;
}

.table {
	position: relative;
	top: 0px;
	left: 30px;
}

.zelle {
	font-weight: bold;
	font-size: 12px;
	text-align: right;
}

.textbox {
	border: 0px;
}
