html {
	overflow-y:auto;
	padding:0px;
	margin: 0px;
	background-color:#7b7272;
}
body {
	padding:0px;
	margin: 0px;
}
#flashContent {
	background:url(pics/bg_hell.png) fixed center repeat-y #7b7272;
}
a:link {
	color: #EB6A0A;
	text-decoration:none;
}
a:visited {
	color: #EB6A0A;
}
a:hover {
	color: #F0E6E7;
}
a:active {
	color: #EB6A0A;
}
hr {
	color: #6c5b4d;
	border: 1px inset;
}
.bg {
	width:960px;
	margin:0 auto;
	background:url(pics/bg.jpg) repeat-y;
	height: 100%;
}
.header {
	background:url(pics/logo_designpub.png) center top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #F0E6E7;
	font-weight:normal;
	text-align: center;
	padding-top:10px;
	width:880px;
	margin:auto;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #F0E6E7;
	font-weight:normal;
	text-align: left;
	padding-top:10px;
	width:880px;
	margin:auto;
}
.flashtxt {
	font-size:18px;
}
.adress {
	padding-top:160px;
	font-size: 19px;
	line-height: 25px;
}
.einleitung {
	font-size: 23px;
	line-height: 31px;
}
h1.headline {
	font-size: 28px;
	font-weight: bold;
	color: #EB6A0A;
}
h2.subline {
	font-size: 20px;
	font-weight: bold;
	color: #EB6A0A;
	padding-top:10px;
}
.text {
	font-size: 18px;
	line-height: 24px;
}
p.last {
	padding-bottom:50px;
	margin-bottom:0px;
}
