body,div,ul,li,a,h1,h2,h3 {
font-family: Arial, Helvetica, Sans-serif;
	
}

H1,H2,H3
{
color: #000066;
margin-bottom: 0.3em;
clear:left;
}


.right-top {float:right;}
.w280 {width:280px;float:left;}

#bread {
	background:#88f;
	/*height:20px;*/
	color:white;
}
#bread ul {
	list-style: none; 
	overflow: hidden; 
}

#bread li {
	
	
}

a {
	text-decoration: none; 
}
a:hover {
	text-decoration: underline;
}

#bread li a {
	color: white;	
	font-weight:bold;
}

#bread li {
	background:#88f;
	padding: 10px 0 10px 65px;
	position: relative; 
	display: block;
	float: left;
}

#bread li:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid #88f;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}

#bread li:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;       
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}


.fakta {
	float:right;
	width:340px;
	background:#eee;
	border:1px solid #444;
	padding:3px;
	margin-left:15px;
}

.fakta .nam {
	display: inline-block;
	clear:left;
	width:30%;
	vertical-align:top
}
.fakta .val {
	display: inline-block;
	width:70%;
}

.imgright {
	float: right;
	width:340px;
	font-size:75%;
	margin-left:15px;
}

.imgright300 {
	float: right;
	width:300px;
	font-size:75%;
	margin-left:15px;
}


img {
	border:0;
}

@media all and (min-width: 1000px) {
	div.lop {width:1000px;}	
}
