@charset "utf-8";


html {
	font-size: 100%;
}

body {
	background-image: url(../img/siteelements/sitebackground.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

.clear {
	clear: both;
}





/*	Schriftstile
*/

h1 {
	font-size: 12px;
	padding: 30px 0 5px 0;
	margin: 0;
	color: #b89b5a;
}

p,
td,
form input,
form textarea {
	font-size: 12px;
	line-height: 20px;
}

a,
a:link {
	-moz-outline: 0;
	font-size: 12px;
	text-decoration: none;
	color: #b89b5a;
}

a:hover,
a.active {
	color: #000;
}





/*	Formulare
*/

form input,
form textarea {
	width: 410px;
	border: 1px solid #b89b5a;
	outline: 0;
}





/*	Layout
*/

.center {
	position: absolute;
	width: 950px;
	height: 549px;

	top: 50%;
	left: 50%;
	margin: -275px 0 0 -475px;
}

.center .logo {
	width: 200px;
	height: 95px;
	margin: 0 auto;
}

.center .content {
	position: relative;
	width: 950px;
	height: 450px;
	border: 2px solid #8bcbc7;
	background-color: #FFF;
}

.center .content .imageframe {
	position: absolute;
	height: 410px;
	width: 400px;
	left: 0;
}

.center .content .imageframe img {
	position: absolute;
	top: 0;
}

.center .content .textframe {
	position: absolute;
	height: 410px;
	width: 490px;
	left: 400px;
	padding: 0 30px;
}

.center .content .textframe .contentCol {
	float: left;
	width: 50%;
}

.center .content .footerNavigation {
	position: absolute;
	width: 620px;
	bottom: 5px;
	left: 160px;
	
	padding: 6px 0 2px 0;
	
	border-top: 1px solid #b89b5a;
	color: #b89b5a;
}

.center .content .footerNavigation a {
	padding: 0 12px;
}