@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}
body {
	overflow: hidden;
}

#Background {
	width: 100%;
	min-width: 960px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#NewBody {
	position: relative;
	z-index: 1;
	height: 100%;
	overflow: auto;
}

.container_16 {
	padding: 10px;
	background: #FFF;
}

#Top {
	height: 150px;
	background: url(../images/top.jpg) no-repeat;
}

#Menu {
}

#Content {
	padding: 20px 0 0 0;
}

#ColumnOne {
}

#ColumnTwo {
}

.nav_h ul,
.nav_v ul {
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
	list-style-type: none;
}
.nav_h > ul li,
.nav_v > ul li {
	position: relative;
	margin: 0;
	padding: 0;
	background: #fff;
}
.nav_h > ul li {
	float: left;
	display: inline;
}
.nav_h > ul li li {
	clear: both;
	width: 100%;
}
.nav_v > ul li {
	float: none !important;
	display: block !important;
	width: auto !important;
	float: left;
	display: inline-block;
	width: 100%;
}
.nav_h > ul ul,
.nav_v > ul ul {
	position: absolute;
	z-index: 999;
	display: none;
}
.nav_h > ul ul {
	top: 100%;
	left: 0;
}
.nav_h > ul li ul li ul,
.nav_v > ul li ul {
	top: 0;
	left: 100%;
}
.nav_h > ul li:hover > ul,
.nav_v > ul li:hover > ul {
	display: block;
}
.nav_h > ul li a,
.nav_v > ul li a {
	display: block;
	padding: 5px 10px;
	outline: none;
	text-decoration: none;
	color: #000;
}
.nav_h > ul li.visiting,
.nav_v > ul li.visiting {
	background: #afffb3;
}
.nav_h > ul li a:hover,
.nav_v > ul li a:hover {
	text-decoration: underline;
}

/* 
Note: No IE6 support!
*/

.seosverige-stamp {width:209px;height:19px;margin:10px;padding:4px 4px 4px 30px;line-height:19px;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:10px;color:#666;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity:0.5;opacity:0.5;background:url(../images/seosverige_stamp.png) no-repeat;}.seosverige-stamp:hover {filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;}.seosverige-stamp a,.seosverige-stamp a:hover,.seosverige-stamp a:visited {line-height:inherit;font-family:inherit;font-size:inherit;color:#333;}

