@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

html {
	background-image: url(../images/bg_grau.jpg);
	background-repeat: repeat;
	height: 100%;
} 
body {
	background-image: url(../images/bg_navi.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 100%;
	position: relative;
} 

html>body { 
   min-height: 100%; 
   height: auto; 
} 


h1 {
	padding-bottom: 10px;
	font-size: 1.5em;
	}
	
p {
	padding-bottom: 10px;
	}
#right p {
	padding-bottom: 5px;
}
#right p a, #right p a:visited {
	color: #484e8c;
	text-decoration: none;
}
  #right p a:hover{
	color: #484e8c;
	text-decoration: underline;
  }
	
img {
	border: 0;
	margin: 0px;
	padding: 0px;
	}

ul {
	list-style: none;
}

#wrapper {
	height: auto;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#navi {
	float: left;
	height: 140px;
	width: 710px;
	background-image: url(../images/bg_navi.jpg);
	background-repeat: no-repeat;
	color: #b3b3b3;
	background-color: #cccccc;
}

#navi ul {
	padding-left: 52px;
	height: 83px;	
}

#navi ul li {
	float: left;
	list-style: none;
	}
	
#navi ul li a, #navi ul li a:visited {
	text-decoration: none;
	font-size: 14px;
	color: #b3b3b3;
	float:left;
	display:block;
	text-decoration:none;
	padding-top: 70px;
	padding-right: 34px;
}

#navi ul li a.activ, #navi ul li a:hover{
	min-height: 70px;
	min-width: 100px
	margin: 0px;	
	padding-top: 70px;
	clear: both;
	background-image: url(../images/schwebe.png);
	background-repeat: no-repeat;
	background-position: 0px 100px;
}

#content {
	float: left;
	height: 380px;
	width: 606px;
	padding-left: 52px;
	padding-top: 50px;
	padding-right: 52px;
	text-align: justify;
	overflow: auto;
	background-image: url(../images/bg_grau.jpg);
}
.block {
	text-align: center;
}

#footer {
	float: left;
	height: 25px;
	width: 710px;
	text-align: center;
	padding-top: 15px;
	color: #333;
	font-size: 0.85em;
	background-image: url(../images/bg_grau.jpg);
}
#right {
	float: right;
	height: 440px;
	width: 257px;
	background-image: url(../images/bg_re.jpg);
	padding-top: 190px;
	padding-right: 40px;
	padding-left: 17px;
	color: #484e8c;
}
.abstand {
	padding-left: 85px;
	float: none;
	background-position: top;
	text-align: justify;
}
.rahmen {
	border: 10px solid #FFF;
}
#wrapper #content img {
	float: left;
}
