@charset "utf-8";
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
}
#apDivMusterKanteOben {
	background-image: url(../graphics/KanteOben.jpg);
	height: 10px;
	width: 815px;
	float: left;
	position: relative;
	clear: right;
}

#apDivMusterRahmen {
	position:relative;
	width:800px;
	height:auto;
	z-index:1;
	float: left;
	background-image: url(../graphics/Zeitungspapier.jpg);
	padding-right: 15px;
}
#apDivMusterNavbar {
	position:relative;
	width:50px;
	height:450px;
	z-index:2;
	float: left;
	padding-top: 5px;
}
#apDivMusterKopfzeile {
	position:relative;
	width:750px;
	height:56px;
	z-index:3;
	float: left;
	margin-bottom: 5px;
	overflow: visible;
}
#apDivMusterKopf2 {
	position:relative;
	width:750px;
	height:auto;
	z-index:4;
	float: left;
	margin-bottom: 5px;
}
#apDivMusterLogo {
	position:relative;
	width:200px;
	height:56px;
	z-index:1;
	float: right;
	overflow: hidden;
}
#apDivMusterAufrufe {
	position:relative;
	width:300px;
	height:auto;
	z-index:1;
	float: left;
	margin-bottom: 5px;
}
#apDivMusterDatum {
	position:relative;
	width:300px;
	height:auto;
	z-index:2;
	float: right;
	clear: right;
	margin-bottom: 5px;
}
#apDivMusterRumpf {
	position:relative;
	width:750px;
	z-index:5;
	float: left;
	margin-bottom: 5px;
}
#apDivMusterFuss {
	position:relative;
	width:750px;
	height:auto;
	z-index:6;
	float: right;
	margin-bottom: 15px;
}
#apDivMusterKanteUnten {
	background-image: url(../graphics/KanteUnten.jpg);
	float: left;
	height: 10px;
	width: 815px;
	position: relative;
}



#apDivText {
	float: left;
	width: 750px;
	margin-bottom: 10px;
	position: relative;
}

.floatleft {
	float: left;
	position: relative;
	margin-right: 10px;
}
.floatright {
	float: right;
	position: relative;
	margin-left: 10px;
}
.NavButton {
	margin-left: 10px;
}
