body, html {
	_height: 100%;
}
body {
	margin: 0 auto;
	height:100%;
	color: #1e2604;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #464646;
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat-x;
	background-position:center top;text-align:center;
}
.* {margin:0;padding:0;}
td {
	vertical-align: top;font-family: Arial, Helvetica, sans-serif;font-size: 11px;
}
#main_wrapper {	
	margin: 0 auto;
	width: 936px;
	text-align:center;
	position:relative;
	background-image:url(images/wrapper_bg2.png);
	background-repeat:repeat-y;
	overflow:auto;
}
#main {	
	margin: 0 auto;
	width: 893px;
	background-color:#FFFFFF;
	text-align:left;
	position:relative;
	background-image:url(images/top.jpg);
	background-position:20px 0px;
	background-repeat:no-repeat;
	overflow:hidden;
}


#main_wrapper_bottom {	
	width:936px;margin: 0 auto;background-image:url(images/wrapper_bottom_bg.png); background-repeat:no-repeat;
	background-position:top;height:90px;
}
#main_wrapper_bottom p, #main_wrapper_bottom a, #main_wrapper_bottom a:hover, #main_wrapper_bottom span {	
	padding-top:23px;margin:0;
	color:#FFFFFF;
}
#main_wrapper_bottom p{margin-left:20px;}
#main_wrapper_bottom .seo{margin-left:680px; font-size:10px;}

#top {
	position:relative;
	margin: 0;	
	padding: 0;
	height: 404px;
	width: 936px;		
}
#logga {
	position:absolute;
	left:40px;
	top:38px;
	height: 63px;
	width: 210px;
}
#adress {
	position:absolute;
	left:30px;
	bottom:58px;
	height: 14px;
	width: 400px;
	color:#ffee00;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#meny {
	position:absolute;
	top:120px;
	height: 75px;
	width: 551px;
	background-image:url(images/menu_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:12px;	
	color:#FFFFFF;
}
div#meny ul {
	position: absolute;
	top: 0px;
	height:75px;
	width:620px;
	left: 10px;
	margin: 0;
	padding: 0;
}
div#meny ul li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0 0 0 1px;
	list-style: none;
}
div#meny ul li a {
	float: left;
	display: inline;
	line-height: 75px;
	height: 75px;
	padding: 0 17px;
	text-decoration:none;
	font-size:12px;
	color:#f1f9dd;
	outline:0;
	font-size:14px;
	background-image:url(images/menu_splitter.png);
	background-repeat:no-repeat;
	background-position:right;
}
div#meny ul li.active a,div#meny ul li.subactive a {
	color:#FFFFFF;
}
div#meny ul li a:hover {
	color:#FFFFFF;
}

div#undermeny ul{
	list-style: none;
	margin:0;padding:0;
}
div#undermeny ul li a,div#undermeny ul li a:visited{
	text-decoration:none;	
	display:block;
	line-height:22px;
	font-weight:bold;
}
div#undermeny li {
	height: 22px;	
	display:block;
	font-size:12px;
}
div#undermeny li a:hover, div#undermeny li a:active  {
	color:#000000;
}

#content {	
	padding: 0;
	width: 850px;
	margin-left:22px;
	position:relative;
	overflow:auto;
}
#col_left{
	margin-right:22px;
	width: 573px;
	float:left;
}
#col_right{
	margin-top:60px;
	width: 250px;
	float:left;
	position:relative;
}
#text{
	padding: 22px;
	line-height:18px;overflow:auto;
	padding-bottom:50px;
}
#text img {
	padding-right:10px;padding-left:10px;
}
.clear{ clear:both;}

p, a:link, a:visited, a:active, a:hover, input, form, select, textarea {
	margin-bottom:10px;
	color: #636363;
}
h1,a.h1 {
	font-size: 27px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#e73222;
	margin-bottom:10px;
}
h2,a.h2 {
	font-size: 18px;
	color: #1e2604;
	text-decoration:none;margin-bottom:10px;
}
h3, a.h3 {
	font-size: 14px;
	font-weight: bold;
	color: #1e2604;
	margin-bottom:0;margin-bottom:10px;
}
hr{
	border: none 0;
	border-bottom:1px dashed #333333;
	width:100%;
	height: 1px;
}
input.submit {
	font-size:10px;
	font-family:Verdana,sans-serif;
	color:#FFFFFF;
	background-color:#454545;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	cursor:pointer;
	margin-top:5px;
	padding:5px;
}
input.textfield,textarea.textfield{{ width:90%;border-color:#1e2604;border-width:1px;}
input.input_half,textarea.input_half{ width:50%;border-color:#1e2604;border-width:1px;}
.err{
	color:#FF0033;
	font-weight:bold;
}
.msg{
	color:#33CC00;
	font-weight:bold;
}
*|*:-moz-any-link:focus {
outline-width: 0 !important;
}

