html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	}

body {
	color: #2D353B;
	background-color: #eaf5ff; /*#c0e1ff;*/
	background-image: url(../images/gradbg.png);
	background-repeat:repeat-x;
	}

a {
	color: #006699;
	text-decoration: none;
	}
	

a:hover {
	color: #116699;
	text-decoration: none;
	background-color:#D2F4FF;
	}
	
table {
	border:0px solid black;
	}

#framex { 
	width:998px;
	margin-right:auto; /* needed for centering */
	margin-left:auto;
	margin-top:0px;
	padding:0;
	background:#fff;
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	border-top: 2px solid #fff;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	background:#f7ffe7; /*#ffffce; #fff7e0;*/
	border:1px solid #dcd7c8;
	border-top: 0px;
	border-bottom: 0px;
	border-bottom: 0px;
	}

#frame { 
	margin-right:auto; /* needed for centering */
	margin-left:auto;
	margin-top:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	}

#fx {
	position:relative; /* needed for footer positioning*/
	margin:0; /* center, not in IE5 */
	padding: 0;
	border: 0px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	}

#contentleft {
	width:150px;
	padding:5px;
	float:left;
	}

#contentcenter {
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 45px;
	width:668px;
	float:left;
	}

#contentright {
	width:150px;
	font-size:xx-small;
	padding:5px;/*
	border-left: 2px dashed #dcd7c8; 
	border-bottom: 2px dashed #dcd7c8;*/
	padding:5px;
	float:left;
	}

#contentright img {
	border: 1px solid #000;
	}

#contentheader {
	background:#fff;
	height: 204px;
	padding:0;
	margin:0;
	background-image:url(../images/verysoon.jpg);
	background-repeat:no-repeat;
	background-position:center;
	text-align: center;
	}
	

#footer {
	position:absolute;
	width:998px;
	bottom:0; /* stick to bottom */
	/*background:#eee;*/
	background:#fff;
	font-size: 11px;
	text-align: center;
	margin-top: 0px;
	/*height:30px;*/
	padding-top: 0px;
	border-top:1px solid #dcd7c8;
	}

#footer p {
	padding:1em;
	margin:0;
	}
	
p,h1,h2,h3,pre {
	margin:0px 10px 10px 10px;
	}
	
h1 {
	font-size:14px;
	padding-top:10px;
	}
	
h2 {
	font-size:12px;
	padding-top:10px;
	}

h3 {
	font-size:11px;
	padding-top:10px;
	}

h2.topp {
	font-size:11px;
	text-align: right;
	margin-left: 1em;
	}
	
#contentheader h1 {
	font-size:14px;
	padding:10px;
	margin:0px;
	}

#contentright p { 
	font-size:10px;
	}

/* Vertikal Meny */

#button {
	width: 180px;
	border-right: 0px solid #000;
	padding: 5px 0 0 0;
	margin-bottom: 1px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color: #fff;
	color: #14223D;
	font-size: 11px;
	}
	
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
		
#button li {
	border-bottom: 1px solid #fff;
	margin: 0;
	}
	
#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	/*border-left: 10px solid #29069B;
	border-right: 10px solid #6E6687;*/
	/*background-color:#C7D6F8;*/
	background-color:#F5E7E7;
	color: #14223D;
	text-decoration: none;
	width: 100%;
	}

html>body #button li a {
	width: auto;
	}

#button li a:hover {
	/*border-left: 10px solid #455D8B;
	border-right: 10px solid #29069B;*/
	background-color:#D2F4FF;
	color: #14224F;
	}
	
/* Horisontal meny */

#headermnu {
width: 100%;
/*height: 40px;*/
margin-left: 3px;
margin-right: 0px;
padding-top: 179px;
}

#menu {
width: 100%;
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 124px;
float: left;
}

#menu a, #menu h2 {
font: bold 11px/16px verdana, arial, helvetica, sans-serif;
display: block;
border: 1px solid #188cf7; /*d6d4ff; #f7ffe7;*/
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color:#188cf7;
background: #eaf5ff; /*#effed1;*/
text-transform:capitalize;
text-align: center;
}

#menu a {
color: #000;
background: #c9cdea;
text-decoration: none;
font-size: 0.9em;
}

#menu a:hover {
color: #a00;
background: #ecd1ad;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
