/* CSS Document */

/* Grundformatierungen des Bodys, Standardschrift, -links */

.inhalt_links {
	vertical-align:bottom;
	width:170px;
	color:#8587A6;
	padding-left:35px;
	margin-top: 0px;
}
.inhalt_links .bodytext {
	color:#8587A6;
	font-size:9px;
}
.inhalt_links .bodytext a{
	color:#8587A6;
	font-size:9px;
}
.inhalt_links .bodytext a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.inhalt_rechts {
	padding-top:10px;
}
