@charset "utf-8";
body
{
	margin: 0;
	padding: 0;
	background-color: #4d5760;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom;
	font-size: 100%;
	font-family: "Times New Roman", Times, serif;
	overflow-x: hidden;
}
img
{
	border: 0px none;
	outline: 0;
	padding: 0;
	margin: 0:
}
div
{
	padding: 0;
	margin: 0;
}
a
{
	color: #FFF;
	text-decoration: none;
	padding-bottom: 4px;
	outline: 0;
	border: 0px none;
}
a:focus
{
	outline: 0;
}
/*a:active
{
	text-decoration: underline;
}*/
.underlined
{
	/*text-decoration: underline;*/
	/*border-bottom: 1px solid #c6cbd1;*/
	border-bottom: 1px solid #FFF;
	display: inline-block; 
	vertical-align: bottom;
	float: none;
	position: relative;
	outline: 0px none;
}
h4
{
	position: absolute;
	left: 398px;
	top: 30px;
	font-size: 1.2em;
}
#impressum p,
#datenschutz p
{
	font-size: 0.8em;
}
#header
{
	margin: 0;
	padding: 0;
	position: relative;
}
#footer
{
	width: 802px;
	position: absolute;
	top: 646px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFF;
	padding: 12px 0px 0px 18px;
	margin: 0;
	text-align: center;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-orient: horizontal;
	-o-box-orient: horizontal;
	box-pack: center;
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-o-box-pack: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center;
	-o-box-align: center;
}
#footer span
{
	padding: 0;
	margin: 0px 8px 0px 0px;
}
/*#footer > a
{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	right: 0px;
	position:absolute;
}*/
#mainContainer
{
	width: 820px;
	padding-left: 50%;
	margin-left: -410px;
}
#content
{
	width: 820px;
	height: 506px;
	background-color: #FFF;
}
img.text
{
	/*position: absolute;*/
	padding: 0px;
	margin: 48px 0px 0px 0px;
	float:right;
	/*top: 136px;
	left: 394px;*/
}
.textbox
{
	position: absolute;
	padding: 0px;
	margin: 0px;
	width: 420px;
	/*height: 438px;*/
	top: 136px;
	left: 398px;
	font-size: 0.9em;
	line-height: 18px;
	word-spacing: 1px;
}
.navigation
{
	float: right;
	list-style: none outside none;
	margin: 0px 24px 0px 0px;
	padding: 0;
}
.navigation li
{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-size: 0.8em;
	outline: 0;
}
.navigation li a
{
	outline: 0;
}
.column
{
	float: left;
	width: 200px;
	height: 320px;
}
.logo
{
	position: relative;
	left: 67px;
}
.picture
{
	position: absolute;
	top: 18px;
	left: 18px;
}
.page
{
	position: absolute;
	width: 820px;
	height: 506px;
	margin: 0px;
	padding: 0px;
}
.page > p
{
	position: absolute;
	left: 398px;
	top: 62px;
	font-size: 0.75em;
	padding-top: 20px;
}
.top-border
{
	position: absolute;
	top: 18px;
	right: 20px;
	margin: 0;
}
.bottom-border
{
	position: absolute;
	bottom: 14px;
	right: 20px;
}
