/* 1. ALLGEMEINE FORMATIERUNGEN */
/* ---------------------------- */
* { 
	background: #fff;
	color: #000;
}
body {
	font: 10pt/1.5em Arial, sans-serif;
}
h1 {
	margin: 1.5em 0 1em 0;
}
h1 a:link, h1 a:visited {
	text-decoration: none;
}
h2 {
	/* Bereichsueberschrift */
	font-size: 1.4em;
	font-weight: normal;
}
h3 {
	/* Ueberschrift */
	font-size: 1.7em;
	font-weight: normal;
}
h4 {
	/* Unterueberschrift */
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
ul {
	list-style-type: square;
}

/* 2. ELEMENTE AUSBLENDEN */
/* ---------------------------- */
.hide, #footer, #quickfinderCon, #me1, #leftnav {
	display: none;
}

/* 3. SPEZIELLE FORMATIERUNGEN */
#profineLogo {
	border: none;
}
#breadcrumb {
	margin: 0 0 1.5em 0;
	color: gray;
}
#breadcrumb a:link, #breadcrumb a:visited {
	text-decoration: none;
	color: gray;
}
#breadcrumb span {
	color: gray;
}
#content hr {
	display: none;
}
#downloadsCon ul li span {
	display: block;
}
/* ContentImage */
#imgContent {
	float: left;
	width: 180px;
	height: 180px;
	margin: 10px 20px 10px 0;
	border: 1px solid gray;
}