td {
	vertical-align: top;
	}

p {
	margin-bottom: 15px;
	}

body {
	background-image: url(maler/g/bakgrunn.jpg);
	background-repeat: repeat;
	overflow: hidden;
	}

#container{ 

min-height: 90%;
height: 90%;
top: 5%;
position: relative;
width:96%; 
max-width: 1200px;
text-align:left;  
margin-left:auto; 
margin-right:auto;  
border: 1px solid #666;
overflow: auto;
overflow-x: hidden;
background-color: #fff;
} 
 
#menu {
position: relative;
z-index: 10;
top: 0;
left: 0;
vertical-align: top;
height: 25px;
width: 100%;
background-color: #777;
color: #fff;
padding: 4px 8px 4px 4px;
}

#menu a {
text-decoration: none;
color: #fff;
font-size: 18px;
font-family: Verdana, serif;
}

#menu a:hover {
color: #b00;
}

#menu table {
	width: 100%;
	border: 0;
	}

#menu td {
	width: 16%;
	height: 25px;
	}

#main {
font-family: Trebuchet, Verdana, sans-serif;
line-height: 1.2em;
font-size: 1.1em;
background-color: #FFFFFF;  
padding: 10px 10px 10px 10px; 
position: relative; 
width: 100%; 
}
 
#footer {
height:70px; 
width: 100%;
position: absolute;
margin-left: auto;
margin-right: auto;
bottom: 4%;
z-index: 300;
} 

h1 {
	font-family: Trebuchet, sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	}

h2 {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.footer_tekst {
height: 15px;
background-color: transparent;
padding-right: 20px;
padding-top: 4px;
padding-bottom: 10px;
vertical-align: middle;
text-align: right;
font-family: Verdana, sans-serif;
font-size: 10px;
color: #888;
}

.footer_tekst a {
text-decoration: none;
color: #888;
}

.footer_tekst a:hover {
color: #555;
}

 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

img.logo {
position: absolute;
bottom: 10px;
left: 20px;
z-index: 300;
}

img.ritalita {
position: absolute;
top: 60px;
left: 20px;
z-index: 300;
}

td.left {
	width: 10%;
	}

td.middle {
	width: 48%;
	padding-left: 90px;
	}

td.right {
	width: 41%;
	height: 100%;
	padding-left: 2%;
	padding-right: 2%;
	}

.linkbar {
	position: relative;
	margin-bottom: 0px;
	font-size: 0.7em;
	color: #666;
	}

.linkbar a {
	text-decoration: none;
	color: #005;
	}

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


