body
{
	background-color: #000000;
	font-family: Palatino,Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-image: url(../pics/baggrund.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: #ffdd00;
	text-decoration: underline;
	font-style: italic;
	border-bottom: none;
}

a:active
{
	color: #CFCFCF;
	font-weight: bolder;
}

a:visited { color: #94C6FF; }

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

ul li {
	position: relative;
	}
	
li ul {
	clear:both;
	position: absolute;
	left: 299px; /* Set 1px less than menu width */
	top: -20px;
	background:black;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	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 */


div#container
{
	position: relative;
}

div#krop
{
	width: 60%;
	clear: both;
	position: relative;
	top: 2em;
	text-align: left;
}

.hoved
{
	display: inherit;
	text-align: center;
	text-transform: inherit;
	position: relative;
	float: inherit;
	clear: both;
}

.stilvalg
{
	position: relative;
	float: left;
	width: 12%;
	display: block;
	padding: 1em;
	margin: 0 1em 1em 1em;
	background-color: #382B28;
}

.links
{
	position: relative;
	float: right;
	width: 70%;
	display: block;
	padding: 1em;
	margin: 0 1em 1em 1em;
	background-image: url(../pics/Trumpet.jpg);
	background-position: 0 0;
	height: 500px;
}

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