html, body {
	margin:				0px;
	padding:			0px;
	font-family:		"Lucida Grande", sans-serif;
	font-size:			11px;
}

#Header {
	margin-bottom:		25px;
}

#Content {
	margin-bottom:		20px;
}

#Content h1 {
	font-size:			18px;
	margin-bottom:		14px;
}
#Content h2 {
	font-size:			16px;
	margin-bottom:		12px;
}
#Content h3 {
	font-size:			14px;
	margin-bottom:		10px;
}

p {
	margin-bottom:		11px;
	line-height:		15px;
}
a {
	color:				black;
}

#RightColumn h1,
#RightColumn h2 {
	font-size:			14px;
	margin-bottom:		10px;
}

ul {
	margin-left:		40px;
	list-style:			disc outside;
}

#Meta {
	margin-top:			15px;
	padding-top:		10px;
	border-top:			1px dotted black;
}


/* hide */

#Logo,
#ZooundCo,
#Unternehmen,
#MainMenu,
#Filialen,
#Meta .fright
{
	display:			none;
}