body 				{ margin: 0px; background: #ffffff url(../img/bg.gif) repeat; }
body, td, input, textarea 	{ font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; }
h1				{ font-size: 17px; }
h5				{ font-style: italic; font-size: 11px; }
hr				{ color: #dddddd; }


a				{ color: black; text-decoration: none; }
a:hover				{ text-decoration: underline; }
a.menu				{ font-size: 10px; font-weight: bold; color: black; }
a.menu:hover			{ text-decoration: underline; }
a.misc				{ color: black; text-decoration: underline; }
a.smltxt			{ font-size: 10px; color: black; text-decoration: none; }
a.smltxt:hover			{ text-decoration: underline; }

.wrapper			{ height: 100%; }
.ls				{ letter-spacing: 1px; }
.smltxt				{ font-size: 10px; }
.active				{ font-size: 10px; font-weight: bold; color: black; text-decoration: underline; }
.but				{ border: 1px solid black; background: #ffcc66; color: black; }
.pstn				{ padding-top: 20px; }
.thumb				{ border: 1px solid black; padding:2px; margin: 0px 5px 5px 0px; }
.right				{ float:right; border:1px solid #000000; padding:2px; margin:0 0 5 5;}

/* Meny */
ul#meny{
	margin:0px;
	padding:0px;
	text-align:center;
	width:155px;
}
li.meny{ 
	display:block; 
	width:140px; 
	background-color:#CCCCCC; 
	padding:2px 0px 2px 10px; 
	margin:0 0 0 0; 
	text-align:left;
	border:1px solid #ffffff;
}
li.sektion{ 
	background-color:#c91111; 
	padding:5px; 
	margin:2px 0px 2px 0px;
	font-weight:bold;
	font-size:12px;

}

li a {
	display:block;
	text-decoration:none;
}
li a:hover {
	text-decoration:none;
}
