/* CSS Document */
table
{
	margin: auto;
}

.scrolly
{
	overflow: auto;
	width: 550px; 
	height: 350px;
	scrollbar-base-color:#F9E8BE;
}

.inhalt
{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-position: bottom left;
}

.ueber
{
	padding-left: 10px;	
}

A:hover {
	color: #A86C5E;
}

.SPECIALLINK {
	text-decoration: none;
}

.SPECIALLINK:hover {
	color: #A86C5E;
}
