body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: .8em;
	color:#000;
}

img.source-image {
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:-1;
}

a {
	text-decoration: underline;
	color: #000;
}
#header a {
	text-decoration: none;
	font-size:0.8em;
	color:#666666;
}
#more_content_right a {
	color:#666666;
}
p {
	margin: 0;
	margin-bottom: 1.5em;
}
hr {
	border:none; 
	color:#000000; 
	background-color:#000000; 
	height:1px;
}
h1 {
	text-transform:uppercase;
	font-size: 1.2em;
	font-style: bold;
}

ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
#container {
	width: 640px;
	height: auto;
	margin: auto;
	padding: 15px;	
	background-image:url(images/transparent_bg.png);
	background-repeat:repeat;

}
#header {
	width: 640px;
	text-transform:uppercase;
	font-size: 2.2em;
}
#flash {
	width:640px;
	padding-top: 8px;
}
#content {
	display:inline-block;
	padding-top: 15px;
	padding-bottom: 15px;
}
#content_left {
	float:left;
	width:200px;
	padding-right: 15px;
}
#content_right {
	float:right;
	width:425px;
}
#kleingedrucktes {
	padding-top:50px;
	font-size:0.75em;
	font-style:italic;

}
#more_content_left {
	float: left;
	width:310px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
#more_content_right {
	float: right;
	width:310px;
	color:#666666;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer {
	width: 640px;
	font-size:12px;
	font-style: italic;
}