.typography h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #333333;
}
.typography h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

/*.typography h1 a {text-decoration:none;}*/

.typography h2 {
	font-size: 1.8em;
}
.typography h3 {
	font-size: 1em;
	font-weight: bold;
}
.typography p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}
.typography p {
}
.typography blockquote {
	font-style: italic;
}
.typography ul {
}
.typography ol {
}
.typography a {
	/*border-bottom: 1px dotted #EFEFEF;*/
	text-decoration: none;
	color: #356AA0;
}
.typography a:hover {
	text-decoration: none;
	color: #CC0000;
}
.typography small {
}
.typography #header h1 {
	float: left;
	margin-top: 8px;
	margin-left: 8px;
/*	margin-bottom: 0px;
	padding-bottom: 0px;*/
/*	padding: 0px 190px 0px 0px;*/
/*	background: url(../images/logo_harwes.gif) no-repeat;*/
	text-transform: lowercase;
	letter-spacing: -3px;
	font-size: 4.4em;
}

.typography #header h1 span {
	color: #CC0000;
}
.typography #header h2 {
	float: left;
	margin: 0 0 0 -190px;
	padding: 160px 0 0 0;
	text-transform: lowercase;
	font-size: 1em;
	font-weight: bold;
	color: #333333;
}
.typography #header h2 a {
	color: #333333;
}
.typography #sidebar h2 {
	font-size: 1.4em;
	margin-bottom: 7px;
	/*text-transform: lowercase;*/
	letter-spacing: -1px;
	color: #CC0000;
}
.typography #sidebar a {
	border: none;
}
