@import url(reset.css);
@import url(content.css);

/* Allgemeines */

p {
	font-size:12px;
	line-height:1.4;
}

a {
	font-size:12px;
	text-decoration:none;
	color:#89b917;
}

a.green {
	color:#89b917;
}

/*h1 {
	font-size:14px;
	font-weight:bold;
	color:#000;
}*/

h2 {
	margin-bottom:10px;
	font-size:11px;
	font-weight:bold;
	color:#89b917;
}

h3 {
	margin-bottom:10px;
	font-size:12px;
	font-weight:bold;
	color:#89b917;
}

strong {
	font-size:12px;
	font-weight:bold;
}

div#content p {
	margin-bottom:10px;
}

div#breadcrumbs p,
div#content div.preview p {
	margin-left:0;
	margin-right:0;
}
