.body 
{
	background-color:#444444;
	scrollbar-base-color:#e8eaeb;
	scrollbar-track-color:#e8eaeb;
	scrollbar-face-color:#BBBFD1;
	scrollbar-highlight-color:#e8eaeb;
	scrollbar-3d-light-color:#e8eaeb;
	scrollbar-dark-shadow-color:#BBBFD1;
	scrollbar-shadow-color:#BBBFD1;
	scrollbar-arrow-color:#AA0000;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 10px;

}

.link
{	
}

.link:link
{
	text-decoration: underline;
	color: #cccccc;
}

.link:visited
{
	color:#336699;
	text-decoration: underline;
}

.link:active
{	
	color:#cccccc;
	text-decoration: none;}

.link:hover
{	
	color:#cccccc
}
.balken-quer {
	background-color: #222222;
	height: 200px;
	width: 100%;
}
.linie-ou {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

