body
{
    font-family: Verdana, Tahoma;
    font-size: 12px;
    background-color: #EFEFEF;
}
table {

}

select {
	font-size: 10px;
}

.main_table {
	background-color: #FFFFFF;
	border-right: 3px solid #004A80;
}

.top_menu1 {
	background-color: transparent;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 12px;
	padding-top: 26px;
	text-align: left;
}

.top_menu2 {
	background-color: transparent;
	font-weight: bold;
	color: #004A80;
	text-align: center;
	margin-top: 5px;
}

	table.top_menu2 td {
		height:20px;
		vertical-align:middle;
		padding:0px 3px;
	}

	table.top_menu2 td img {
		margin-top:5px;
	}

.separator {
	border-right: 1px dotted #FFFFFF;
}

.cellformat {
	color: #6E6E6E;
	padding-left: 15px;
	padding-right: 40px;
}

.textformat {
	color: #6E6E6E;
}

.welcome {
	color: #FFFFFF;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 26px;	
}

.contact td {
	padding-bottom: 10px;
}

.contact table {
	padding-left: 30px;
}

input {
	font-size: 10px;
	border: 1px solid #6E6E6E;
	width: 250px;
}

textarea {
	font-size: 10px;
	border: 1px solid #6E6E6E;
	width: 250px;
	height: 150px;
}

.send {
	font-size: 10px;
	color: #FFFFFF;
	border: 1px solid #004A80;
	width: 80px;
	height: 25px;
	background-color: #004A80;
}

.menutext {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 25px;
}

.submenutext {
	color: #C7EAFB;
	font-weight: bold;
	padding-left: 25px;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    margin: 1.0em 1.0em 0em 1.0em;
}

h3 {
    font-size: 11px;
    font-weight: bold;
    margin: 1.0em 1.0em 0em 0.0em;
}


td
{
    font-family: Verdana, Tahoma;
    font-size: 12px;
	color: #6E6E6E;
}

p {
	line-height: 1.3em;
	margin: 0em 1.0em 1.1em 1.0em;
; font-size: 12px
}

a {
	text-decoration: none;
}

a:link {
	color: #004A80;
}

a:visited {
	color: #004A80;
}

a:hover {
	text-decoration: underline;
}

a:active {
    color: #B6EEFD;
}

.spec {
	background-color: #004A80;
	border: 1px solid #CCCCCC;
}

.spec td {
	background-color: #004A80;
	border: 1px solid #CCCCCC;
}

.af {
	font-size: 11px;
}

/*
======================================================================
======================================================================
*/
p.adress {  font-size: 10px}
td.meny {  font-size: 10px}
.welcome p {  font-size: 11px}
.boxlink{
    font-size:11px;
    font-weight:bold;
    color:#014a7f;
    text-align:left;
    background:#cbdce6 none;
    display:block;
    padding:10px;
    line-height:15px;
}
div#vstable{
    text-align:left;
}
div#vstable h1{
    font:16px Arial, Verdana, sans-serif;
}

div#vstable table{
    border-collapse:collapse;
    width:600px;
    margin:20px 0 0 0;
}

div#vstable table td{
    padding:5px 20px 5px 5px;
    border:1px solid #ccc;
    font:11px Arial, Verdana, sans-serif;
    text-align:left;
}
div#vstable table td.col1{
    width:150px;
}
div#vstable table td.col2{
    width:30px;
}

.breaker {
	background-image:url('/img/submenu_breaker.gif');
	background-position:center center;
	background-repeat:no-repeat;
	width:1px;
}

div.dropdown {
	position: absolute;
	text-align: left;
	padding: 2px 15px 6px 4px;
	background: url('/img/bg-transparent.png');
	font-size: 10px;
	line-height: 19px;
	display: none;
}

div.dropdown a { color: #fff; }

td.meny:hover > div.dropdown { display: block; }

