*
	{
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
    font-family: Verdana;
	font-size: 11px; 
}

a:link, a:visited {
	color: #33586B;
	text-decoration: none;
	font-size: 10px;
	border: none;
}

a:hover {
	color: #000;
	font-size: 10px;
	border: none;
}


#main {
    background-image: url('tkolnet.gif');
	background-color: transparent;
    position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -200px;
	color: #29607E;
	width: 500px;
	height: 400px;
}



#meny {
    background-color: transparent;
	position: absolute;
	text-align: left;
	color: #33586B;
	width: 100px;
	height: auto;
	margin-top: 120px;
	float: left;
	padding-left: 25px;
	padding-bottom: 100px;
	border-right: 1px solid #666;
	line-height: 20px;
}

#innhold {
    background-color: transparent;
	position: absolute;
	color: #333333;
    width: 500px;
	height: 400;
    left: 145px;
	padding-right: 50px;
    padding-bottom: 20px;
	padding-top: 250px;
}



h3 {
   color:  #092737;
   text-decoration: none;
   padding-left: 7;
}   

h4 {
   color:  #094102;
   text-decoration: none;
   padding-left: 7;
}  

ul {
   padding-left: 15px;
}    

img {
   border: none;
}   
