@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
}
html, body {
	height: 100%;
}

html { 
	background: url(img/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Ruda', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
}
.footer, .push {
	height: 33px;
}
.footer {
	width:500px;
	margin-left:50px;
	padding-left:20px;
	padding-top:17px;
	background: url(img/bg_foot.png) no-repeat;
}

.footer a:link {
	color: #6d6055;
	text-decoration: underline;
}
.footer a:visited {
	text-decoration: underline;
	color: #6d6055;
}
.footer a:hover {
	text-decoration: none;
	color: #ff0072;
}
.footer a:active {
	text-decoration: underline;
	color: #6d6055;
}

#content {
	width:500px;
	height:430px;
	background: url(img/bg_cont.png) no-repeat;
	margin-left:50px;
	display:block;
	overflow:hidden;
}

ul, li {
	list-style-image:url(img/bullet.gif);
	padding-right:20px;
}
li {
	color:#6d6055;
	margin-left:-9px;
}

/* NAVIGATION */
#navi {
	display:block;
	width:500px;
	height:22px;
	top:80px;
	position:absolute;
}
#naviwhere {
	clear:both;
	left:0px;
	top:20px;
	width:100px;
	height:2px;
	background-color:#ff0072;
	position:absolute;
}
#navigation {
	width:520px;
	height:20px;
}
ul#navigation {
    margin:0px;
	padding:0px;
    text-align:center;
}
ul#navigation li {
    list-style:none;
    display:inline;
	margin:0px;
	padding:0px;
}
ul#navigation a, ul#navigation span {
    float:left;
    margin:0px;
	padding:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
    text-decoration:none;
    color:#6d6055;
	font-size:12px;
	font-weight:700;
	letter-spacing:0.08em;
	width:80px;
}
ul#navigation a:hover, ul#navigation span {
    color:#ff0072;
}
ul#navigation div {
	clear:left;
}

/* FONTS */
h1, h2{
	padding:0;
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
	line-height:18px;
	color:#ff0072;
	font-weight:700;
}
h2 {
	color:#6d6055;
}
h3 {
	font-size:12px;
	line-height:18px;
	color:#ff0072;
	font-weight:400;
	font-style:italic;
	padding-left:20px;
}
p{
	padding:0;
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
	font-weight:400;
	line-height:18px;
	color:#6d6055;
	margin-bottom:18px;
}

a:link {
	color: #ff0072;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #ff0072;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #ff0072;
}

.pdf {
	color:#ff0072;
}

.boldpink {
	color:#ff0072;
	font-weight:700;
}
.bold {
	font-weight:700;
}

#innercont {
	position:absolute;
	display:block;
	width:500px;
	height:338px;
	margin-top:102px;
	overflow:hidden;
}
#inhalt {
	position:absolute;
	display:block;
	width:2500px;
	height:288px;
}