/* CSS Document */
/* ©2008 Falk Webdesign - Richard Adams */
/* Site: perselektriske.no */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: underline ;
	color: #000066;
}
a:visited {
	color: #000044;
	text-decoration: underline;
}
a:active {
	text-decoration: none ;
	color: #660066;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}
h1, .overskrift1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000066;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left;

}
h2, .overskrift2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
	font-weight: bold;
}
h3, .overskrift3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	font-weight: bold;
}
.menuarea {
	background-color: #FFFFFF;
	width: 160px;
	height: 500px;
	border-right: 1px dotted #BBBBBB;
	text-align: left;
	vertical-align: top;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 10px;
	top: 110px;
}
.contentarea {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	position: absolute;
	width: 580px;
	height: 500px;
	left: 180px;
	top: 110px;
}
.rightarea {
	background-color: #FFFFFF;
	width: 150px;
	height: 500px;
	border-left: 1px dotted #BBBBBB;
	/*text-align: right;*/
	vertical-align: top;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	padding-left: 10px;
	position: absolute;
	left: 790px;
	top: 110px;
}
.newsheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
	font-weight: bold;
}
.newsingress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.smallgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: lightgray;
}
/* MENU MAIN STYLE */
a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
	display: block;
	text-indent: 5px;
	height: 15px;
	width: 150px;
	text-align: left;
	vertical-align: middle;
	margin-top: 2px;
	white-space: nowrap;
	margin-right: 5px;
	margin-left: 5px;
}
a.menu:link, a.menu:visited, a.menu:active {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
a.menu:hover {
	color: #FFFFFF;
	background-color: #B51E27;
	border: 1px solid #000000;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
/* MAIN MENU SELECTED */
a.menuv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #000000;
	display: block;
	text-indent: 5px;
	height: 15px;
	width: 150px;
	text-align: left;
	vertical-align: middle;
	margin-top: 2px;
	white-space: nowrap;
	margin-right: 5px;
	margin-left: 5px;
}
a.menuv:link, a.menuv:visited, a.menuv:active {
	color: #003366;
	background-color: #FFCC00;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
a.menuv:hover {
	color: #FFFFFF;
	background-color: #B51E27;
	border: 1px solid #000000;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
/* SUB MENU UNSELECTED */
a.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
	display: block;
	text-indent: 5px;
	height: 15px;
	width: 150px;
	text-align: left;
	vertical-align: middle;
	margin-top: 2px;
	white-space: nowrap;
	margin-right: 5px;
	margin-left: 5px;
}
a.submenu:link, a.submenu:visited, a.submenu:active {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
a.submenu:hover {
	color: #FFFFFF;
	background-color: #B51E27;
	border: 1px solid #000000;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
/* SUB MENU SELECTED*/
a.submenuv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
	display: block;
	text-indent: 5px;
	height: 15px;
	width: 150px;
	text-align: left;
	vertical-align: middle;
	margin-top: 2px;
	white-space: nowrap;
	margin-right: 5px;
	margin-left: 5px;
}
a.submenuv:link, a.submenuv:visited, a.submenuv:active {
	color: #003366;
	background-color: #FFCC00;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
a.submenuv:hover {
	color: #FFFFFF;
	background-color: #B51E27;
	border: 1px solid #000000;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
/* MENU 2 */
a.menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
	display: block;
	height: 15px;
	width: 95px;
	text-align: center;
	vertical-align: middle;
	margin-top: 1px;
	white-space: nowrap;
	margin-right: 0px;
	margin-left: 0px;
}
a.menu2:link, a.menu2:visited, a.menu2:active {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
a.menu2:hover {
	color: #FFFFFF;
	background-color: #B51E27;
	border: 1px solid #000000;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
.copyright, a.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}
.warning {
	font-weight: bold;
	color: #FF3300;
	background-color: #FFFF99;
}

.error {
    font-weight: bold;
    font-size: 12px;
    color: #CC3333;
    background-color: #FFFF99;
    margin: 10px;
    padding: 10px;
}
#topinfo {
	overflow: auto;
	position: absolute;
	visibility: visible;
	z-index: 100;
	height: 100px;
	width: 206px;
	left: 522px;
	top: 2px;
}

.weatherbox {
	text-align: right;
	vertical-align: top;
}

.v {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.yr-lenker {
	text-decoration: underline;
	color: #000000;
}

.skilje {
	height: 5px;
	background-color: #EFEFEF;
}

.pluss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC3300;
	background-color: #F0F0F0;
	text-align: center;
	vertical-align: middle;
}

.minus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3333CC;
	background-color: #F0F0F0;
	text-align: center;
	vertical-align: middle;
}


