body
{
	color: #FFF;
	background-color: #F90;
}

#navtoplinks
{
	color:white;
	background-color: #066;
	layer-background-color: #066;
}

/*  linkfarben fuer zweigstellen */
A:link { color: #3CF; }
A:visited { color: #3CF; }
A:active { color: #FC0; }
A.navbottom { color: #FF6; }
A.navbottom:active { color: #FF6; }
A.navbottom:visited { color: #CFF; }
A.navtop { color: #FF3; }
A.navtop:active { color: #FFF; }
A.navtop:visited { color: #FF3; }

/*  textfarben fuer zweigstellen */

#centercontent { padding: 50px 60px 0px 60px; }
	

#zweigstellen img	
{
		margin-right: 20px;
		border-color: black;
		border-width: 1px;
		border-style: solid;
}
h1,h2,h3,p { padding: 0px 10px 10px 10px; }
h1	
{
		font-size: 30px;
		line-height: 34px;
		font-variant: small-caps;
		font-weight: lighter;
		vertical-align:top;
}
h2 {
	padding-top:20px;
}
p	
{
	font-size: 12px;
	line-height: 16px;
}
	
	
