@charset "utf-8";
/* CSS Document */
body {
	background-color:#e2e5ee;
}

a:link {
	color:#74757f;
	text-decoration:none;
}

#container {
	height:630px;
	width:935px;
	position:relative;
	margin:auto;
	top:0px;

}

#flyer {
	height:550px;
	width: 429px;
	position: absolute;
	top: 20px;
	background-color:#FFF;
	border-bottom-color:#FFF;
	border-bottom-style:solid;
	border-bottom-width:20px;
	border-top-color:#FFF;
	border-top-style:solid;
	border-top-width:20px;
}

#daten {
	height:550px;
	width:500px;
	position:absolute;
	top:20px;
	left:429px;
	background-color:#FFF;
	border-bottom-color:#FFF;
	border-bottom-style:solid;
	border-bottom-width:20px;
	border-top-color:#FFF;
	border-top-style:solid;
	border-top-width:20px;
	border-left-color:#FFF;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#FFF;
	border-right-style:solid;
	border-right-width:6px;
}

.bild {
	position:relative;
	margin-top:0px;
	margin-left:20px;
}

.bildmitte {
	position:relative;
	height:100px;
	margin-left:150px;
}

.überschrift {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#d80d52;
	margin-top:10px;

}

.fliestext {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#74757f;
	margin-right:20px;
}

.fliestext2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#74757f;
	margin-top:130px;
}

.tabelle {
	margin-left:10px;
}
