@charset "ISO-8859-1";

/** LINKS **/

a, a:visited {
	color: #40BF47;
	text-decoration: underline;
}

a:hover {
	color: #090;
	text-decoration: none;
}

a.cleanlink, a.cleanlink:visited {
	color: #6e6e6e;
	text-decoration: none;
}

a.cleanlink:hover {
	color: #40BF47;
	text-decoration: underline;
}


a.topmenu, a.topmenu:visited {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-style: normal;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	padding-left: 17px;
}
.bigheader {
	font-size: 25px;
	line-height: 36px;
}

a.topmenu:hover {
	text-decoration: underline;	
}

a.status, a.status:visited {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #55ac42;
	text-decoration: none;
}

a.status:hover {
	text-decoration: underline;	
}

a.hvid, a.hvid:visited {
	color: #FFF;
	text-decoration: none;	
}

a.hvid:hover {
	color: #FFF;
	text-decoration: underline;	
}

a.small-header, a.small-header:visited {
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

a.small-header:hover {
	text-decoration: underline;
}


/** TYPOGRAFI **/

h1 {
	font-size: 30px;
	color: #000;
	letter-spacing: -1px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #54ab41;
}

.bread-11px {
	font-size: 11px;
	line-height: 16px;
}
.small-header {
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	color: #666;
}

.small-header-white {
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	color: #FFF;
}
.dark-blue {
	color: #1c3c41;
}

.blue {
	color: #008ac6;
}

.green {
	color: #6bb75b;
}

hr {
height:1px;background-color:#cccccc;border:none;
}