body 
{
	background-color: #8c8c8f;
	margin: 0px;
	padding: 0px;
}

.outline
{
	background-color: #ffffff;
}

.navigation
{
	background-image: url(bilder/rest.png);
}

.rahmen
{
	border: solid 1px #000000;
}

.inhalt
{
	padding: 10px;
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	background-color: #9ea9e5;
	vertical-align: top;
}

.text
{
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
}

.error
{
	font-family: Tahoma;
	font-size: 14px;
	color: #FF0000;
}

.fett
{
	font-family: Tahoma;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

a:link 
{
	color : #000000;  
	text-decoration: underline;
}

a:visited 
{
	color : #000000;
	text-decoration: underline;
}

a:hover 
{
	color : #000000;
	text-decoration: none;
}

a:active 
{
	color : #000000;
	text-decoration: underline;
}