body
{
	background-color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	background-image: url(../pics/Green.jpg);
	background-repeat: repeat;
	background-position: 0 0;
	background-attachment: fixed;
	color: #ffffff;
}

text,td
{
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #ffffff;
	border-right: yellow;
	border-style: none none none ridge;
}

a
{
	font-weight: bold;
	color: #ffffff;
	background: transparent;
	text-decoration: none;
	border-bottom: #D2D129;
	border-right: yellow;
	border-left: yellow;
	border-width: 0 1px 1px 1px;
	border-style: none none dotted ridge;
}

a:hover
{
	color: #D2D129;
	text-decoration: underline;
	font-style: italic;
	border-bottom: none;
}

a:active
{
	color: #CFCFCF;
	font-weight: bolder;
}
a:visited {
	color: #94C6FF;
}
div#container
{clear: both;
}
div#krop
{
	clear: both;
	width: 60%;
	text-align: left;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 199px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */


.hoved
{
	display: inherit;
	text-align: center;
	text-transform: inherit;
	position: relative;
	float: inherit;
	clear: both;
}
.stilvalg
{
	position: relative;
	top: 4em;
	float: right;
	padding: 1em;
	background-color: #4AAA1F;
	border-width: 1px;
	border-color: green;
	border-style: groove;
}
.links
{
	position: relative;
	float:left;
	top: 4em;
	bottom: 100px;
	border-color: #1E7A00;
	border-width: 2px;
	background-color: green;
	padding: 1em;
	border-style: ridge;
	height: 500px;

}

.fod
{
	clear: both;
	display:inherit;
	text-align: center;
	text-transform: inherit;
	position: relative;
	top: 50px;
	padding: 1em;
	border-color: green;
	border-width: 2 0 0 0;
	border-style: dashed;
	margin: 1em;
}