/* CSS Document */

.spalte {
	float: left;
	width: 244px;
	text-align: left;
	margin-right: 5px;
}




.spalten-aussen {
	float: left;
	height: 475px;
	width: 135px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-align: center;

}

.bild-aussen {
	height: 475px;
	width: 125px;
	margin: 0 auto;
	overflow: hidden;
}

#spalte-mitte {
	float: left;
	height: 475px;
	width: 530px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#body-text {
	height: 475px;
	width: 500px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	overflow: hidden;
}

.spalten-aussen a {
 	color: white;
 	text-decoration: none;
 	font-weight: bold;
}
.spalten-aussen a:hover {
 	font-weight: normal;
}



