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

body {
}

input[type=submit] {
	text-decoration: none;
	padding: 10px;
	cursor: pointer;
	border: 1px solid #699418;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	
	background: #f4ffd1;
}
input[type=submit]:hover {
	color: #f4ffd1;
	border: 1px solid #f4ffd1;
	background: #699418;
}

#Top {
	position: relative;
	height: 120px;
	margin: 20px 0 0 0;
	background: url(../images/top.png) no-repeat;
}

#Menu {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 21px;
	margin: 0;
	padding: 0 0 0 10px;
	background: url(../images/menu.png) no-repeat left top;
}

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

#Secluded {
	border-left: 1px solid #699418;
	padding-left: 10px;
}

#Fotter {
	margin: 20px 0 0 0;
	color: #FFF;
	background: #333;
}

#Fotter p {
	float: left;
	display: inline;
	width: 120px;
	margin: 20px;
	font-size: 10px;
}

.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: #444;
}
.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: #CCC;
}
.nav_h > ul li.visiting,
.nav_v > ul li.visiting {
	background: #222;
}
.nav_h > ul li a:hover,
.nav_v > ul li a:hover {
	text-decoration: underline;
}

/* 
Note: No IE6 support!
*/

#Menu ul {
	width: auto;
	display: block;
	height: 21px;
	margin:  0 0 0 14px;
	background: #709726;
}
#Menu ul li {
	border-left: 1px solid #FFF;
	background: none;
}
#Menu ul li.alpha {
	border: none;
}
#Menu ul li a {
	padding: 0 10px;
	line-height: 21px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 11px;
	background: none;
}

#Villkor {
	height: 200px;
	padding: 10px;
	margin: 0 0 20px 0;
	font-size: 80%;
	overflow: auto;
	border: 1px dotted #699418;
	background: #f4ffd1;
}

#Calc {
	padding: 10px;
	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-khtml-border-radius: 10px;
	
	background: url(../images/calc.png) repeat-y;
}
#Calc iframe {
	background: trasparent;
}
