@charset "utf-8";
.tekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 14px;
	list-style-type: square;
}

a:link {
	color: #B21945;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #B21945;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B21945;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B21945;
	line-height: 50px;
}
.r {
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.route {
	margin-right: 230px;
	float: right;
}

.r:link {
	color:#FFFFFF;
	text-decoration: none;
}
.r:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
.r:active {
	color: #ffffff;
}
.r:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
