body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}

.margin {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 150px;
	height: 100%;
	background-image: url(../img/seite.jpg);
	background-repeat: no-repeat;
}

#zentrieren {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	text-align: center;
}

#dieBasis {
	position: absolute;
	top: -70px;
	left: 50%;
	width: 240px;
	height: 140px;
	margin-left: -120px;
	text-align: left;
	padding: 10px;
	
	font-size: 24px;
	font-weight: bold;
	color: #CCCCCC;
}

#dieVisi {
	position: absolute;
	bottom: 20px;
	right: 170px;
	text-align: left;
	padding: 10px;
}
.head {
	font-size: 20px;
	font-weight: normal;
}

.headBold {
	font-size: 20px;
	font-weight: bold;
}

.derText {
	margin-left: 60px;
}

.textBold {
	font-weight: bold;
}

a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #000000;
}
a:active {
	color: #333333;
}