body {
	font-family				: tahoma, verdana, arial; 
	font-size					: 12px;
	color							: #828282;
	background				: #ffffff; 
	text-align				: center;
	padding						: 0px;
	margin						: 0px;
	line-height				: 1.5;
	background-image	: url(/files/bg.png);
	background-repeat	: repeat-x;
}

a {
	color							: #6062a9;
}

div.content {
	width							: 757px;
	margin						: 20px auto 10px auto;
}

div.titel {
	width							: 757px;
	margin-bottom			: 30px;
}

div.middle {
	float							: left;
	text-align				: left;
	width							: 335px;
}

div.middle_status {
	float							: left;
	text-align				: left;
	width							: 335px;
	margin-top				: 20px;
}

div.left {
	float							: left;
	text-align				: left;
	margin-top				: 20px;
	padding-right			: 10px;
	margin-right			: 10px;
	border-right			: 1px dashed #c2c2c2;
	line-height				: 2;
}

div.right {
	text-align				: left;
	float							: right;
	margin-top				: 20px;
	padding-left			: 10px;
	margin-left				: 10px;
	border-left				: 1px dashed #c2c2c2;
	line-height				: 1.5;
}

p {
	padding						: 0px;
	margin						: 8px 0px;
}

b {
	color							: #6c6c6c;
	font-size					: 13px;
}

h4 {
	color							: #6c6c6c;
	font-size					: 13px;
	margin						: 10px 0px 0px 0px;
	padding						: 10px 0px 5px 0px;
	border-top				: 1px dashed #c2c2c2;
	font-weight				: bold;
}

h5 {
	color							: #6c6c6c;
	font-size					: 13px;
	margin						: 10px 0px 0px 0px;
	padding						: 10px 0px 5px 0px;
	border-top				: 1px dashed #c2c2c2;
	font-weight				: normal;
}

h6 {
	color							: #6c6c6c;
	font-size					: 18px;
	margin						: 0px;
	padding						: 0px 0px 5px 0px;
	font-weight				: bolder;
}

img.baum {
	float							: left;
}

img.logo {
	margin-top				: 10px;
}