body {
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(images/utermbak.jpg);
	background-repeat: repeat;
	}

#container {
	width: 821px;
	text-align: center;
	height: auto;
}
h1 {
	font-size: 1.8em;
}

#topp {
	background-image: url(images/top.gif);
	background-repeat:no-repeat;
	width: 841px;
	height: 143px;
}
#menu{
	width:840px;
	padding-top: 110px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	/* 
	float:left;
	*/
	margin:0 auto;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0 auto;
	list-style: none;
	line-height: 2;
}

#nav a {
	display: block;
	width: 95px;
	height:18px;
	background-color: #FF6600;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFF00;
	padding-top:3px;
}
#nav a:hover {
	display: block;
	width: 95px;
	height:18px;
	background-color: #FFFF00;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}
#nav li { /* all list items */
	float: left;
	width:95px; /* width needed or else Opera goes nuts */
	height:20px;
}

#nav li ul { /* second-level lists */
	position:absolute;
	width: 8em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin-top: -1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	background-color: #CCCCCC;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
}

#innehall {
	background-image: url(images/body_bg.gif);
	width: 821px;
	height: auto;
}
#texten {
	width:760px;
	text-align:left;
	height:auto;
	margin:auto;
	position:inherit;
	padding-left:20px;
	}
#texten a:link {
	color:#FF0000;
	}
#texten a:visited {
	color:#FF0000;
	}
#texten a:hover {
	color:#FF0000;
	}
#texten a:active {
	color:#FF0000;
	}

#footer {
	background-image: url(images/footer.gif);
	width: 821px;
	height: 69px;
	color: #000000;
	position:inherit;
}
#footerinnehall {
	padding-top: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	position:static;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFF00;
	text-decoration: underline;
}
.rubrik {
	font-size: 12px;
	font-weight: bold;
}
.PageHeader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}
tbody {
	z-index:999999999;
	}
#trailimageid {
	z-index:9999;
	position:absolute;
	visibility:hidden;
	left:0px;
	top:0px;
	width:1px;
	height:1px;
	border:1px solid #888888;
	background:#DDDDDD;
	}
.GalleriWrap {
	z-index:0;
	}
	.Gh1
	{
	color:#000000;
	font-size:16px;
	font-weight:bolder;
	}
	.Gh2
	{
	font-size:12px;
	color: #CC9933;
	font-weight:bold;
	}
	.Gh3
	{
	color:#666666;
	font-weight:bold;
	font-size:10px;
	}
	a.Gh2
	{
	color: #CC9933;
	text-decoration:none;
	margin-left:0px;
	}
	a.Gh2:visited
	{
	color: #CC9933;
	text-decoration:none;
	font-size:12px;
	}
	a.Gh2:link
	{
	color: #CC9933;
	text-decoration:none;
	font-size:12px;
	}	
	a.Gh2:hover
	{
	text-decoration:underline;
	color: #CC9933;
	font-size:12px;
	}
	a.Gh2:active
	{
	text-decoration:underline;
	color: #CC9933;
	font-size:12px;
	}