/* CSS RESET */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	padding:0;
	margin: 0;
}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	background-attachment: fixed;
    background-image: url(images/bg.jpg);
    background-position: left top;
    background-repeat: repeat-x
}table{font-size:inherit;font-size:100%;}pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}
/* CSS RESET */


body {
	text-align: center;
	top: auto;
	width: 1022px;
}
a {
	text-decoration:none;
		color:#333;
}
a:hover {
	text-decoration: underline;
		color:#A1E062
}
#wrap {
	width:1000px;
	text-align:left;
	margin:0 auto;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat;
}
.fl{ float:left}
.fr{ float:right}
.clearfix{ clear:both}



/* header */
#header { position:relative;height:210px  }
#logo {
	position:absolute;
	top:60px;
	right:60px;
	color: #333;
}
#logo h1 {
	font-size: 38px;
	color: #333;
	text-shadow: 0px 0px #000000;
}
#logo div {
	font-size: 18px;
	padding-left: 91px
}

#nav li {float:left;  font-weight:00; width:100px }
#nav a {text-decoration:none; display:block; text-align:center;}
#nav a:hover {background:url(images/nav_hover.jpg) -10px; }
/* content */
#content { }
.main {
	width:570px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-right: 30px;
}
.text {
	width:530px;
}
#text h2 {
	font-size: 25px;
	padding-bottom: 20px;
	margin-left: 70px;
	margin-top: 10px;
}
#text p img {
	float:left;
	padding:0 20px 0 0;
	color: #333;
}
#text a {
	color: #F97C00
}

#col {
	width:300px;
	background:url(images/col.jpg);
	width: 535px;
	height:156px;
}
.text_varfor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #1F1F1F;
}


#col div {
	width: 200px;
	margin: 10px 0 0 60px;
	display:inline
}
#col .first  {margin: 10px 0 0 30px }
.miljo {
	margin-bottom: auto;
	margin-left: 30px;
	height: auto;
	width: 300px;
}
.kontakt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	font-weight: normal;
	border-top-color: #B8B8B8;
	border-right-color: #B8B8B8;
	border-bottom-color: #B8B8B8;
	border-left-color: #B8B8B8;
	background-image: url(images/om_oss_bg.png);
}


#col li{
	line-height:20px;
}
.side {
	margin:0 0 0 40px;
	width:250px;
	display: inline;
	background-repeat: repeat-x;
}
.side h2 {font-size:22px}
.side li {
	line-height:20px;
	list-style:inside disc;
	color:#333;
}
#om_oss {
	background-image: url(images/om_oss_bg.png);
	}
	
.a{
margin:10 0 0 140px;
	width:150px;
	padding-left:20px;
	display: inline;	
}

.side ul {
	margin:30px  0 30px 20px;
	color: #333;
}
/* footer */
#footer {
	background:url(images/ft.jpg);
	height:133px;
	position:relative;
	color: #333;
}
#ftinner{
	position:absolute;
	bottom:43px;
	width:697px;
	margin-left:120px;
	color: #333;
	left: 1px;
}
.ftlink {
	width:500px;
	color: #333;
}
.red_text {
	color: #F00;
}
