body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	font-size:100%;
	line-height:100%;
	color: #000;
	background-image: url(bilder/bag_logo.gif);
	background-repeat: no-repeat;
}

.rahmen {
	position:absolute;
	left:0px;
	right:0px;
	width:980px;
	margin:0px;
}

.navi {
	display:none;
}

.content {
	line-height:145%;
	color:#000;
	font-size:80%;
	top: 0px;
	left: 0px;
	position: absolute;
	width: 650px;
}

.content h1 {
	font-size:100%;
	text-transform: uppercase;
	letter-spacing:1px;
	padding-bottom:20px;
	font-weight: bold;
	color: #000;
}

.content h2 {
	font-size:100%;
	text-transform: uppercase;	
	font-weight:normal;
	padding-bottom:0px;
	margin-bottom:0px;
}

.content h3 {
	font-size:100%;
	text-transform: capitalize;
	letter-spacing:1px;
	padding-bottom:10px;
	font-weight: normal;
}

.content a {
	color:#000;
}

.content p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}

.top {
	display:none;
}

