﻿<style type="text/css">


*
{
	padding: 0;
	margin: 0;
	border: 0;
}

body
{
	color: #FFFFFF;
	font-size: 11px;
	font-family: Century Gothic,Arial,Helvetica,sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	margin-top: 20px;
	text-align: center;
	background-image: url(../img/bg.png);
	background-attachment: fixed;
}
#header
{
	border: 1px solid #F1F1E4;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 900px;
	height: 187px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(../img/head2.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#boxheader {
	background: #8400C4;
	border: 0px dashed #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 900px;
	margin: 0px 0px 0px 0px auto;
	padding: 10px 0px 10px 0px;
	color: #F1F1E4;
}
#content {
	background: #330099;
	border: 1px dashed #8400C4; /* #C47A9D */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 840px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	filter:alpha(opacity=80); /* IE */
	opacity:0.80; /* allgemein */
	-moz-opacity:0.80; /* Mozilla */
	-khtml-opacity:0.80; /* KTHML */
	-opera-opacity:0.80; /* Opera */
	position:relative;
}
#contentleer {
	width: 840px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}
#boxadresse {
	background: #8400C4;
	border: 0px dashed #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 267px;
	margin: 0px 600px 0px 0px;
	padding: 10px 0px 10px 0px;
	color: #FFF;
}
.columnleft {float: left;  width: 70% }
.columnright {
	float: right;
	width: 11%;
}

a {
	text-decoration:none;
	color:#F1F1E4;
}
a:hover {
	text-decoration:none;
	color:#CCCCCC;
}
a:visited {
	text-decoration:none;
	color:#F1F1E4;
}


img {
	border:0;
	padding:0;
	margin-bottom:0px;
	text-align: center;
}

p {
	padding:7px 15px 7px 15px;
	text-align:justify;
}
p.logo {
	margin: 20px 20px 25px 20px;
	text-align: right;
}
p.left {text-align:left;}
p.image  {
	margin:0px;
	text-align:left;
	margin-right:-15px;
	font-weight:bold;
	filter:alpha(opacity=100); /* IE */
	opacity:1.00; /* allgemein */
	-moz-opacity:1.00; /* Mozilla */
	-khtml-opacity:1.00; /* KTHML */
	-opera-opacity:1.00; /* Opera */
}
.imagediv {
	position:absolute;
}
p.image_talkbox {margin:0px;text-align:right; margin-top:-25px;}
p.bottom50 {margin-bottom: 50px; }
p.top {margin-top: 15px; }
p.leftab {margin-left: 15px; }
p.rightab {margin-right: 15px; }
p.pfeil{
	margin: 70px 0px 0px -35px;
	}
p.disclaimer {
	font-size:8px;
	color:#9B9B4F;
}

.links {float: left; margin: 3px 10px 0 0;}
.rechts {float: right; margin: 0 0 0 50px;}
.menu { float:left; width:150px; margin:5px; padding:5px; border:#ddd solid 1px; }
.buttons { cursor:hand; cursor:pointer; margin-bottom:1px; padding:5px; background-color:#eee; text-decoration:none; color:#666; display:block; }
.buttons:hover { background-color:#999; color:#fff; }

.content { float:left; width:300px; margin:5px; padding:5px; border:#ddd solid 1px; }
.items { display:none; }

.clear { clear:both; }

</style>