@charset "UTF-8";
/* CSS Document */

/* HTML styles */
img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
}

div {
	
}

/* text styles */

.title {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #727272; 
	line-height: 16px;
	margin-top: 4px;
	margin-bottom: 10px;
}

.bodytext {
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #727272; 
	line-height: 16px;
}

.bodytext a {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.bodytext a:hover  {
	font-weight: bold;
	color: #727272;
	text-decoration: underline;
}

.container {
	position: relative;
	float: left;
}

.installation_title {
	position: relative;
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
	left: 0px;
	font-size: 12px;
	color: #000000;
}

.installation_unit {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 90px;
}

.topline {
	postion: relative;
	margin: 0 0 0 58px;
	padding: 0 0 0 0;
	/*color: #dad5d1;
	border-top: solid;
	border-top-width: thin;*/
}

.nav_container {
	position: relative;
	margin: 0 40px 0 0;
	padding: 0 0 0 0;
	float: left;
}

.header {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #b8a395; 
	line-height: 12px;
}

#nav {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 30px;
}

#idrop {
	position: relative;
	margin: 0 30px 0 50px;
	padding: 0 0 0 0;
}

#tile {
	postion: relative;
	margin: 0 15px 0 0;
	padding: 0 0 0 0;
	float: left;
	width: 255px;
	text-align: center;
}

#installation {
	position: relative;
	width: 300px;
	float: left;
}
