@charset "utf-8";
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align:justify;
}
.ueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
.uberschrift_klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}
.hintergrund_basis {
	background-image:url(pix/hintergrund.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.hintergrund {
	background-color: #fbfbfb;

}
.button {
	width:132px;
	height:22px;
	background-color:#009900;
	color:#fbfbfb;
	float:left;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#000;
	padding-top:6px;
}
.button_g {
	width:132px;
	height:22px;
	background-color:#fbfbfb;
	float:left;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#fbfbfb;
	padding-top:6px;
}
.rand_rechts {
	border-right-color:#000;
	border-right-style:solid;
	border-right-width:1px;
	
}
.rand_mitte {
	border-left-style:solid;
	border-left-color:#000;
	border-left-width:1px;
	border-right-color:#000;
	border-right-style:solid;
	border-right-width:1px;
}
.rand_links {
	border-left-color:#000;
	border-left-style:solid;
	border-left-width:1px;
}
	
