/* CSS Document */

/* MENYVALG */
.nav_choice a:link, .nav_choice a:visited, .nav_choice a:active, .nav_choice a:hover {
	position:relative;
	top:5px;
	color:#808080;
	text-decoration:none;
	padding:5px 15px 0px 15px;
}

.nav_selected a:link, .nav_selected a:visited, .nav_selected a:active, .nav_selected a:hover {
	position:relative;
	top:5px;
	color:#ffffff;
	text-decoration:none;
	padding:5px 15px 0px 15px;
}
/* MENYVALG */

/* STØRRELSER */
h1 {
	font-size:24px;
	font-weight:normal;
}

h2, .h2 {
	font-size:16px;
	font-weight:normal;
}

h3 {
	font-size:18px;
	font-weight:normal;

}

h4, .h4 {
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;

}

p {
	font-size:12px;
	font-weight:normal;
	padding:0px 0px 10px 0px;
	margin:0px;
}

li {
	font-size:12px;
	font-weight:normal;
}

ul {
	font-size:12px;
	font-weight:normal;
	padding:0px 0px 10px 10px;
	margin:0px 0px 10px 10px;
}

.ten {
	font-size:10px;
}

.nine {
	font-size:9px;
}

/* STØRRELSER */

/* FARGER */
.black {
	color:#000000;
}

.white {
	color:#ffffff;
}

.lightblue {
	color:#0096ff;
}

.lightblue2 {
	color:#0080d9;
}

.turkis {
	color:#0c92b4;
}

.lightgrey {
	color:#b2b2b2;
}

.lightgrey2 {
	color:#bcbcbc;
}

.lightgrey3 {
	color:#d7d7d7;
}

.dark_grey {
	color:#555555;
}

.green {
	color:#73c400;
}
/* FARGER */


a, a:link, a:visited, a:active, a:hover {
	text-decoration:underline;
}

.footer_home a, .footer a, .footer_home a:link, .footer a:link, .footer_home a:visited, .footer a:visited {
	text-decoration:none;
}

.footer_home a:active, .footer a:active, .footer_home a:hover, .footer a:hover {
	text-decoration:underline;
}

.submenu a, .submenu a:link, .submenu a:visited {
	text-decoration:none;
}

.submenu a:active, .submenu a:hover {
	text-decoration:underline;
}
 
.nopadd {
	padding:0px;
	margin:0px;
}