body{
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
	background: #0b0b0b url("background.jpg") no-repeat center center fixed;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
	color: white;
	font-family: Arial, sans serif;
	font-size: 12px;
	overflow-y: scroll;
}

.copyright {
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #DDD;
	font-family: sans serif;
	font-size: 16px;
}

.base {
	position: absolute;
	padding: 20px 0px 20px 0px;
}

.box {
	width: 580px;
	background-image: url("base.png");
}

.base .logo {
	padding: 20px 20px 20px 0px;
}

.base .content .site {
	display: none;
}

.base .menu.top {
    padding-left: 70px;
	border-bottom: 1px solid #C52627;
	height: 36px;
}

.base .menu.bottom {
    padding-left: 70px;
	border-top: 1px solid #C52627;
	height: 36px;
	display: none;
}


.base .menu .item {
	width: 76px;
	padding: 10px;
	float: left;
	
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.base .menu .last {
	display: none;
	clear: left;
}

.base .menu .item:hover {
	background: #C52627;
	cursor: pointer;
}


.base .menu .item.active {
	background: #C52627;
}

.base .content .site .faq {
	padding: 0px 0px 20px 50px;
	width: 660px;
}

.base .content .site .block {
	padding: 0px 50px 20px 50px;
	width: 660px;
}

.base .content .site .block .header {
	font-size: 16px;
	padding: 0px 0px 20px 0px;
	font-weight: bold;
}

.base .content .site .block .text {
	text-align: justify;
}

.base .content .site .q {
	font-weight: bold;
	text-align: justify;
}

.base .content .site .a {
	padding: 5px 0px 0px 0px;
	font-style: italic;
	text-align: justify;
}

.TeamImages {
	position: relative;
	width: 840px;
	height: 440px;
}

.TeamImage {
	position: absolute;
	top: 0px;
	left: 0px;
}

.TeamText .Gerlinde {
	position: absolute;
	top: 50px;
	left: 250px;
	width: 340px;
	text-align: justify;
}

.TeamText .Peter {
	position: absolute;
	top: 50px;
	left: 350px;
	width: 340px;
	text-align: justify;
}

.TeamText .Nico {
	position: absolute;
	top: 50px;
	left: 400px;
	width: 280px;
	text-align: justify;
}

.TeamText .Unknown {
	position: absolute;
	top: 50px;
	left: 500px;
	width: 250px;
	text-align: justify;
}

.TeamText .Minna {
	position: absolute;
	top: 50px;
	left: 100px;
	width: 250px;
	text-align: justify;
}

.TeamText .Nicole {
	position: absolute;
	top: 50px;
	left: 50px;
	width: 250px;
	text-align: justify;
}

.TeamText .Moni {
	position: absolute;
	top: 50px;
	left: 180px;
	width: 280px;
	text-align: justify;
}

.TeamText .Ingrid {
	position: absolute;
	top: 50px;
	left: 280px;
	width: 300px;
	text-align: justify;
}

.TeamText .Luna {
	position: absolute;
	top: 50px;
	left: 290px;
	width: 300px;
	text-align: justify;
}

.base .contact {
	background-image: url("base.png");
	position: absolute;
	top: 20px;
	left: 600px;	
}

.base .content .site .paddings {
	padding: 20px;
}

#content_news {
	padding: 0px 20px 0px 20px;
}


/*old style*/




#logo {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 800px;
	height: 150px;
}

#contact {
	position: absolute;
	bottom: 60px;
	right: 30px;
	width: 200px;
	height: 170px;
}

#main {
	width: 100%;
	height: 100%;
}

#imprint {
	color: white;
	width: 620px;
	margin: 20px;
}

#imprint_logo {
	color: white;
}

#imprint_back {
	margin: 20px 0px;
	color: white;
	text-align: right;
}

#imprint_back a {
	color: white;
}

a {
	color: white;
}

hr {
	border: none;
	background-color: white;
	height: 1px;
	margin: 20px 0px 20px 0px;
}