/* @override http://cykedev.net/cowic/css/index.css */

#logo {
	background: url(../images/logo.png) no-repeat;
	height: 32px;
	width: 104px;
	float: right;
	margin-top: 45px;
	margin-right: 50px;
	clear: right;
}

#info {
	margin-top: 15px;
	font-size: 10pt;
	float: left;
	clear: left;
	width: 900px;
}

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

#img_couch {
	background-image: url(../images/couch.png);
	height: 100px;
	width: 215px;
	margin-bottom: 2px;
}

#img_tel {
	background-image: url(../images/tel.png);
	height: 100px;
	width: 215px;
	margin-bottom: 2px;
}

#img_house {
	background-image: url(../images/house.png);
	height: 100px;
	width: 215px;
	margin-bottom: 2px;
}

#img_alarm {
	background-image: url(../images/alarm.png);
	height: 100px;
	width: 215px;
	margin-bottom: 2px;
}

.detail_header {
	background-image: url(../images/verlauf30h.png);
	height: 25px;
	font-size: 13pt;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 20px;
	width: auto;
}

.detail_header a{
	color: #FFFFFF;
}

.detail {
	font-size: 10pt;
}

.pdf {
	font-size: 10pt;
	/*display: none;*/
}

.detail h1 {
	background-color: #A3A3A3;
	font-size: 10pt;
	height: 18px;
	width: auto;
	padding-left: 20px;
	padding-top: 2px;	
	margin-top: 0;
	font-weight: normal;
	font-style: normal;
	display: none;
}

.pdf h1 {
	background-color: #A3A3A3;
	font-size: 10pt;
	height: 18px;
	padding-left: 20px;
	padding-top: 2px;
	margin-top: 15px;
	clear: left;
	width: 135px;
	font-weight: normal;
	font-style: normal;
}

.detail h2, .pdf h2 {
	font-size: 10pt;
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: 4px;
	display: list-item;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	margin-left: 20px;
}

.detail h2 a, .pdf h2 a {
	color: #000;
}

.detail p a, .pdf p a {
	color: #000;
}

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

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