/* CSS Document */

*
{
	margin:0;
	padding:0;
}

body
{
	text-align:center;
	background:url(images/bg_body_lg_1.jpg) fixed;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#000;
}

#wrapper
{
	text-align:left;
	margin:auto;
	height:768px;
	width:960px;
	background:url(images/bg_line.png) no-repeat 225px;
	position:relative;
	overflow:hidden;
}

#main
{
	height:630px;
	width:900px;
	background:url(images/bg_main.png) no-repeat;
	position:relative;
	margin-top:50px;
	overflow:hidden;
}

/* Beginn Navigation */

#navi
{
	height:auto;
	width:auto;
	float:left;
	position:relative;
}

#navi ul
{
	list-style:none;
	margin:35px 0 0 50px;
}

#navi ul li:hover ul
{
	display:block;
	margin:-58px 0 0 0;
	position:absolute;
	z-index:999;
	left:150px;
	font-size:18px;
}

#navi li
{
	background:url(images/navi.png) no-repeat;
	line-height:53px;
	padding: 0 0 0 30px;
	margin:20px 0;
	height:57px;
}
#navi ul li a
{
	text-decoration:none;
	color:#000;
	font-size:18px;
	}
	
#navi a:hover
{
	color:#fff;
	background-color:#005fa2;
}

/* Ende Navigation */

#image
{
}
#content
{
	height:420px;
	width:420px;
	position:relative;
	float:right;
	overflow:hidden;
	margin-top:180px;
}

#logo
{
	height:140px;
	width:395px;
	float:right;
	position:relative;
	background:url(images/logo_neu.png) no-repeat;
}
	
#adresse
{
	height:270px;
	width:420px;
	float:right;
	overflow:hidden;
}

#footer
{
	height:40px;
	width:900px
}

.adresse
{
	font-size:24px;
	text-align:right;
	position:relative;
}

.abstand
{
	margin-top:20px;
}

.link
{
	text-decoration:none;
	color:#000;
}

.broschuere
{
	text-align:right;
	color:#005fa2;
	margin-top:20px;
}

.cc-window {
  font-size: .8em;
}
.cc-compliance {
  margin: 0 0 0 .8em;
}