@charset "utf-8";
body {
	background-color: #f4f4f4;
	margin: 5px;
	padding: 0px;
}
h3 {
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.grey11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
}
p {
	margin: 0px;
}


#global {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}
#global #header {
	background-image: url(img/header.jpg);
	float: left;
	height: 50px;
	width: 790px;
}
#global #header #xing {
	height: 25px;
	width: 120px;
	position: relative;
	top: 15px;
	left: 655px;
}
#global #content {
	background-image: url(img/bg_mitte.jpg);
	float: left;
	width: 790px;
}
#global #content .contentrow {
	width: 760px;
	margin-right: 15px;
	margin-left: 15px;
}
#global #content .contentrow .contentblock_l {
	float: left;
	width: 380px;
}


#global #content .contentrow .contentblock_r {
	float: right;
	width: 380px;
}

#global #footer {
	background-image: url(img/footer.jpg);
	float: left;
	height: 25px;
	width: 790px;
}
