@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}
body {
	background-repeat: repeat;
	background-image: url(../images/bg_blau.jpg);
	}

h1 {
	padding-bottom: 10px;
	font-size: 1.5em;
	}
	
p {
	padding-bottom: 10px;
	}
#right p {
	padding-bottom: 20px;
}



#wrapper #right a, #wrapper #right a:viseted {
	text-decoration: none;
}


	
img {
	border: 0;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	}

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: repeat;
	color: #c0c0c7;
	background-image: url(../images/bg_blau.jpg);
}

#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: #c0c0c7;
	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: 432px;
	width: 606px;
	padding-left: 52px;
	/*padding-top: 20px;*/
	padding-right: 52px;
	text-align: center;
	background-image: url(../images/bg_blau.jpg);
	background-repeat: repeat;
}
.block {
	text-align: center;
}

#footer {
	float: left;
	height: 25px;
	width: 710px;
	text-align: center;
	padding-top: 15px;
	color: #CCC;
	font-size: 0.85em;
	background-image: url(../images/bg_blau.jpg);
	background-repeat: repeat;
}
#right {
	float: right;
	height: 630px;
	width: 257px;
	padding-top: 0px;
	padding-right: 40px;
	padding-left: 17px;
	color: #b3b3b3;
	background-image: url(../images/bg_blau.jpg);
	background-repeat: repeat;
}
.abstand {
	padding-left: 85px;
	float: none;
	background-position: top;
	text-align: justify;
}
