#pathway {
	font-size: 10pt;
	color: #900f00;
	clear: both;
}

#pathway a {
	color: #900f00;
	float: left;
	padding-right: 5px;

}

a#pathway_home {
	color: #900f00;
	float: right;
	right: 445px;
	position: relative;
}

a#pathway_kontakt {
	color: #900f00;
	float: right;
	right: 70px;
	position: relative;
}

#content {
	margin-top: 20px;
	margin-bottom: 45px;
}

#img_couch {
	height: 158px;
	width: 308px;
	float: right;
	margin-top: 65px;
	margin-right: 50px;
	clear: right;
	background: url(../images/couch_big.png) no-repeat;
}

#img_tel {
	height: 158px;
	width: 308px;
	float: right;
	margin-top: 45px;
	margin-right: 50px;
	clear: right;
	background: url(../images/tel_big.png) no-repeat;
}

#img_house {
	height: 158px;
	width: 308px;
	float: right;
	margin-top: 45px;
	margin-right: 50px;
	clear: right;
	background: url(../images/house_big.png) no-repeat;
}

#img_alarm {
	height: 158px;
	width: 308px;
	float: right;
	margin-top: 45px;
	margin-right: 50px;
	clear: right;
	background: url(../images/alarm_big.png) no-repeat;
}

#headline_text {
	border-bottom: 0.75pt solid #000;
	padding-bottom: 15px;
}

.detail {
	font-size: 10pt;
}

.detail h1 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0;
}

.detail p {
	margin-top: 0;
}

.info_header {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009219;
	margin-top: 15px;
	height: 20px;
	padding-top: 3px;
	padding-left: 10px;
}

.info_detail {
	font-size: 10pt;
	margin-bottom: 15px;
	background-color: #A3A3A3;
	padding-top: 5px;
	padding-bottom: 5px;
}

.info_detail h1 {
	font-size: 10pt;
	margin-left: 25px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 10px;
}

.info_detail p {
	margin-bottom: 4px;
	margin-top: 0;
	display: list-item;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	padding-left: 5px;
	margin-left: 30px;
}

#links {
	margin-top: 20px;
	margin-bottom: 10px;
}

#links h1 {
	font-size: 10pt;
	font-weight: normal;
	background-color: #A3A3A3;
	margin-top: 0px;
	height: 20px;
	padding-top: 3px;
	padding-left: 10px;
	width: 340px;
}


#links a {
	color: #000000;
	display: block;
	display: list-item;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	margin: 5px 5px 5px 30px;
}

.pdf_icon {
	background-image: url(../images/pdf.png);
	width: 40px;
	height: 40px;
	float: right;

	clear: right;
}


