@CHARSET "ISO-8859-1";

/* ##################################################
 * #												#
 * # HOCHZWEI Stylesheet							#
 * #												#
 * # Autor: Frederick Stierle						#
 * # 												#
 * # Datum: 16.10.2008								#
 * # 												#
 * ################################################## 
 */

body {
	color:#4b4b4b;
	font-size:12px;
	line-height:21px;
font-family:arial; 
}

 .test {
 	
 }

.noteKlein {
	font-size:9px;
	font-style:italic;
}


table.datasheet{
	width:100%;
	margin-bottom:30px;
	border-collapse:collapse;
	border-spacing:4px;
}

table.datasheet td {
	border-bottom:1px dotted #f24405;
	line-height:21px;
}

th.dimension,td.dimension{
	width:50px;
	text-align:center;
}

th.weight, td.weight{
	width:100px;
}

th.type, td.type{
	width:70px;
} 

th.persons, td.persons{
	width:90px;
}

th.lastcol,td.lastcol{
	text-align:right;
	width:100px;
}

h1, h2, h3, h4, h5, p { margin:0; padding:0; }

h1 {
	
}

h2 {
	font-size:12px;
	
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

p {
	margin-bottom:15px;
	line-height:21px;
	font-size:12px;
}

a {
	color:#4b4b4b;
	text-decoration:underline;
}

a.orangeMitPfeil {
	padding-left:15px;
	background:url(http://www.lifeboat-service.com/fileadmin/assets/img/pfeil.png) no-repeat 1px 2px;
	color:#f24405;
	font-style:italic;
	text-decoration:none;
}

li a {
	
	color:#f24405;
	font-style:italic;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#f24405;
}


ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	margin-bottom:15px;
}

ul li {
	padding-left:15px;
	background:url(http://www.lifeboat-service.com/fileadmin/assets/img/pfeil.png) no-repeat 0px 6px;
	
}

b {
	
}

table.contenttable {
	width:100%;
	margin-bottom:30px;
	border-collapse:collapse;
	border-spacing:4px;
}

table.contenttable td {
	border-bottom:1px dotted #f24405;
	line-height:21px;
}

th {
	text-align:left;
	color:#074e92;
	border-bottom:1px dotted #f24405;
	line-height:21px;
}

td.align-right, th.align-right {
	text-align:right;
}

td.align-center, th.align-center{
	text-align:center;
}