@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic&subset=latin,latin-ext");

html {
	margin: 0px;
	padding: 0px;
}

img {
  border-width: 0px;
}

ul {
  list-style-type: square;
}

body {
	font-family: 'Open Sans', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #2e2e2e;     
	background-color : #f2f2f2;  
	background-image: url(../images/footer.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	font-size : 13px; 
	line-height: 1.6em;
	text-align: center;
  min-height: 100%;
  height: auto;
	margin: 0px;
	padding: 0px;
}

body.mceContentBody {
   background: #FFF;
   background-image: url();
   text-align: left;
   padding:20px;
}
 
#background {
	background-image: url(../images/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
  width: 100%;
  min-height: 100%;
  height: auto;
	margin: 0px;
	padding: 0px; 
}  

#slider a {
  color: #222222;
}

#main {
  display: block;
  position: relative;
	width: 1000px;
  height: auto; 
  min-height: 100%;   
	text-align: left;
	margin: auto;
}

#header {
  width: 1000px;
  height: 364px;
 	position: relative;
}

#header-image {
	width: 1008px;
	height: 282px;
	position: absolute;
	top: 77px;
	left: -4px; 
}

#header-code {

}

#lang {
  font-size:12px; 
  top:55px;
  right: 10px;
  position: absolute;   
  font-weight:bold;
}

.dlang {
  float:left;
  margin-left:25px;
}

a { color:#111111; text-decoration:none; }
a:visited { color:#111111; text-decoration:none; }
a:hover { color:#111111; text-decoration:none; }

#lang a { color:#222222; text-decoration:none; }
#lang a:visited { color:#222222; text-decoration:none; }
#lang a:hover { color:#000000; text-decoration:none; }

#lang img {
  float:left;
  margin-right:10px;
  margin-top:2px;  
}

#icons {    
  position: absolute;
  right: -5px;  
  top: 10px;  
}

#icons img {
  margin-left: 5px;
}

#topbox { 
  position: absolute;
  right: 0px;  
  top: 168px;  
  height: 130px;
  width: 210px;
  font-size: 10px;
  padding: 150px 20px 0px 20px;       
	background-image: url(../images/topbox.png);
  text-align: justify;
}

#menu {
  top: 33px; 
  position: absolute;
  right: 0px;   
  padding: 0px;
  list-style-type: none;
  margin:0px;   
  z-index: 100;
}

#menu li {
  font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
  float:left;
  margin: 0px 0px 0px 0px;
  font-size:14px;
  padding:0px 40px 0px 40px;
  height:14px;
  text-align: center;
}

#menu li ul {
  display: none;
  position: absolute;   
  list-style-type: none;
	background-image: url(../images/white.png);
  padding: 5px 0;
  border: 1px solid #2a2a2a;
  margin-left: -5px;
  margin-top: 0px;  
  width: auto !importnant;
}

#menu li ul li {
  float: none;
  background-image: url() !important;
  padding:5px 20px 5px 20px; 
  height:auto;
  font-size:12px;    
  width: auto !importnant;
  text-align: left;
}

#menu li:hover ul {
  display: block;
}

#menu li ul li:hover {
  background-image: url();
  background-color: #2a2a2a;
} 

#menu li ul li:hover a {
  color: #ffffff;
}

#menu li a { color:#225ea8; text-decoration:none; }
#menu li a:visited { color:#225ea8; text-decoration:none; }
#menu li a:hover { color:#0e4385; text-decoration:none; }

#logo {
  font-size: 0px;
  position: absolute;
  top: 5px;
  left: 98px;  
  width: 127px; 
  height: 59px;
  overflow: hidden;
}

#logo span {
  font-size: 0px;
  font-weight: bold;
  width: 127px; 
  height: 59px;
  background-image: url(../images/logo.png);
 	background-repeat:no-repeat;
  display: block;
}

#logo a { color:transparent; text-decoration:none; }
#logo a:visited { color:transparent; text-decoration:none; }
#logo a:hover { color:transparent; text-decoration:none; }

#content {
  width: 1000px;
 	background-repeat:no-repeat;
  margin: 30px 0 0px 0;
  padding: 0px 0px 20px 0px;
}

#col1 {
  float:left;
  padding: 0px 30px 0px 0px;
  width: 690px;
  min-height: 100px;
  position: relative;   
  font-size: 13px;
  color: #555555;
}   

#col1 .cheader {
  display: block;
  font-size: 18px;
  font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;  
  color: #225ea8;
  margin-bottom: 20px;
}  

#col2 {
  float:left;
  padding: 0px 0px 15px 0px;
  margin: 0px 0px 10px 10px;
  width: 270px;
  line-height: 1.4em;   
  overflow: hidden;
}

#col2 .cheader {
  display: none;
}

#col2 p {
  font-size: 12px;
  padding-left: 10px;   
  padding-right: 10px;
}

#content h1 {
  font-size: 15px;
  font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
}  

#content h2 {
  font-size: 13px;
  font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
  margin-top: 25px;
}

.clear {
  clear:both;
}

#footer {
  width: 100%;
  font-size: 12px;
  color: #888888; 
	line-height: 1.5em; 
  padding: 10px 0px 20px 0px;
  background-image: url(../images/footer.png);   
  background-repeat:repeat-x;
  background-position: center top;
  background-color: #ffffff;
  text-align: center;
}


#footer img {
  margin: 10px 15px;
  height: 30px;
}

#footer span {
  width: 1000px;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
  border-top: 1px solid #dddddd;
  display: block;
  padding-top: 15px;
  margin-top: 5px;
}

#flogo {
  display: none;
  margin: 10px 5px 10px 20px;
  padding: 0px;
  float: right;
  background-image: url(../../../images/logo.png);
  width: 60px;
  height: 38px;
}

#footer a {
  color: #6a6a6a;  
  text-decoration: none;
}

#footer a:visited {
  color: #6a6a6a;  
  text-decoration: none;
}

#footer a:hover {
  color: #6a6a6a; 
  text-decoration: underline;
}

#footer hr {
  border-width: 0px;
  border-top: 0px solid #575757;
  margin: 5px 18px 5px 18px;
  clear:both;
}

.gallery {
  margin: 5px;
  padding: 2px;
  border: 1px solid #9bb1b6;
}     

.gallery-2 {
  width: 150px;
  margin: 5px;
  padding: 2px;
  border: 1px solid #9bb1b6;
}

.newsimage {
  margin: 0px 17px;
  padding: 2px;
  border: 1px solid #959595;
}

.newstitle {
  text-align: center; 
  font-weight: bold;
  display: block;
  margin-bottom:10px; 
}

.news {
  width:650px;  
  background-image: url(../images/news.png);
  background-repeat: no-repeat;
  background-position: top;
  padding: 5px;
  margin-bottom:15px;  
  line-height: 1.2em; 
	margin-left: 20px; 
}

.news .date {
  float:left;
  width: 200px;
  text-align: center;
  padding-top: 5px;     
  padding-bottom: 7px; 
  color:#2e2e2e;
}

.news .title {
  float:left;
  width: 430px;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 7px;
  font-weight: bold; 
  color:#2e2e2e;
  line-height: 1.5em;
}

.news .image {
  float:left;
  width: 200px;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
}

.news .image img {
  padding: 2px;
  border: 1px solid #9bb1b6;
  margin-top: 10px;
}

.news .text {
  float:left;
  width: 430px;
  text-align: left;
  padding-top: 7px;
  padding-bottom: 7px;
}

#next {
  text-align:center;
}

.next {
  border:1px solid #959595;
  background-color: #eeeeee;
  padding: 2px 6px;
  margin:3px;
  background-image: url(../images/button.png);
  background-repeat: repeat-x;
}

.next:hover {
  border:1px solid #555555;
}

#pagin {
  text-align:center;
}

.pagin {
  border:1px solid #959595;
  background-color: #eeeeee;
  padding: 2px 6px;
  margin:3px;
  background-image: url(../images/button.png);
  background-repeat: repeat-x;
}

.pagin:hover {
  border:1px solid #555555;
}

#pselect {
  border:1px solid #222222;
}

#gform {
  width:650px;  
  background-image: url(../images/news.png);
  background-repeat: no-repeat;
  background-position: top;
  padding: 5px;
  margin-bottom:15px; 
	margin-left: 20px; 
}  

#gform span {
  width: 636px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 7px;
  display:block;  
  font-weight: bold;
  margin-bottom: 18px;    
  color:#2e2e2e;
  line-height: 1.2em;
}

#gform p {
  margin-left:18px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: -10px;
}

textarea {
  width:600px;
  margin:18px 18px 8px 18px;
  clear:both;
  resize: none;
}

label {
  margin-left:18px;
  width: 105px;
  display:block;
  float:left; 
  font-weight: bold;
  margin-bottom:3px;
}

input {
  float:left;
  width:180px;
  margin-bottom:3px;
}

.dateinput {
  background-image: url(../../../images/calendar.gif);
  background-position: right center;
  background-repeat: no-repeat;
  border-top: 1px #acaeb4 solid;
  border-left: 1px #dde1e7 solid;
  border-right: 1px #dde1e7 solid;
  border-bottom: 1px #e3e9ef solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 2px; 
}

#button {
  float:none;
  margin:auto;
  display:block;
  border:1px solid #c7c7c7;
  background-color: #eeeeee;
  padding: 2px 6px;
  width: 100px;
  background-image: url(../images/button.png);
  background-repeat: repeat-x;
}

#button:hover {
  border:1px solid #555555;
}

.guest {
  width:600px;
  background-position: top;
  padding: 14px 24px;
  margin:0px 5px 10px 5px; 
  background-color:#eeeeee;    
  -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:
		0px 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 3px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 3px rgba(0,0,0,0.2); 
}

.guest .date {
  float:left;
  width: 150px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 7px;
}

.guest .title {
  float:left;
  width: 420px;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 7px;
  font-weight: bold;
}

.guest .text {
  clear:both;
  text-align: left;
  padding-top: 7px;
  padding-bottom: 0px;  
  border-top:1px solid #c7c7c7; 
}

#antispam {
  display:none;
}

.contact-h {
  font-weight:bold;
  display:block;   
}

.contact-c {
  display:block;  
  border-bottom:1px solid #9bb1b6; 
  margin-bottom:5px;
  padding-bottom:3px;
  padding-left:12px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: 0px 5px; 
}

.ans {
  border-left-style: solid;
  border-left-color: #8e8e8e;
  font-size:10px;
}

hr {
  border-width: 0px;
  border-top: 1px solid #575757;
  margin: 7px 18px 10px 18px;
  clear:both;
}

.dmenu {
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 0px;  
}

.mright {
  text-align: right;
}

.dmenu-top {
  height: 16px;
  padding: 2px 22px;
  color: white;
  background-image: url(../images/dmenu.png);
  background-repeat: no-repeat;
  background-position: left; 
}

#dmenu-small {
  font-size: 10px;
  margin: 0px -10px 20px -10px !important;
  width: 210px;
}

#contactbox {
  display: none;
}

#button0 {
  width: 190px;
  height: 70px;
  background-image: url(../images/button0.png);
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

#button1 {
  width: 190px;
  height: 47px;
  background-image: url(../images/button1.png);
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

#button2 {
  width: 190px;
  height: 70px;
  background-image: url(../images/button2.png);
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

#button3 {
  width: 190px;
  height: 47px;
  background-image: url(../images/button3.png);
  background-repeat: no-repeat;
  margin-bottom: 10px;
}


.pinfo {
  font-size: 11px;
  line-height: 13px;
  color: #888888;
  margin: 0px 0px 15px 0px;
}

.pway {  
  font-size: 12px;
  color: #666666;
}

.pwarn {  
  font-size: 12px;
  color: #5b002c;
  border: 1px solid #a0004d;
  background-color: #fcdfed;
  padding: 5px 10px 5px 90px;
  background-image: url(../images/warn.png);
  background-repeat: no-repeat;
  background-position: 20px center;
}

.ulwarn {  
  font-size: 12px;
  color: #5b002c;
  border: 1px solid #a0004d;
  background-color: #fcdfed;
  padding: 5px 10px 5px 110px;
  background-image: url(../images/warn.png);
  background-repeat: no-repeat;
  background-position: 20px 20px;
}

.cmsproduct {
  width: 580px;
  padding: 15px 30px;
  margin: 0px 10px 10px 10px;
  text-shadow: #ffffff 1px 1px 1px;  
  background-image: url(../images/white.png); 
  -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:
		0px 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 3px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 3px rgba(0,0,0,0.2); 
}

.cmsproduct .title {   
  color:#47720f;
  font-weight:bold;
  font-size:18px; 
}

.cmsproduct .image {   
  float: left;      
  -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:
		0px 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 3px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 3px rgba(0,0,0,0.2); 
  overflow: hidden;
  margin-right: 30px;
  margin-bottom: 5px;
  width: 200px;
}

.cmsproduct .image img {  
  margin: 0px;
}

.cmsproduct hr {   
  clear: none;
  border-width: 0px;
  border-top: 1px solid #dddddd;
  margin: 0px 10px;
}

.cmsproduct .text { 
  width: 350px;
  float: left;
}  

.cmsproduct .buttonorder {
  width: 109px;
  height: 40px;
  background-image: url(../images/button-order.png);
  background-repeat: no-repeat;
  margin: 10px 235px 0px 235px;
}
                  
.article {
  width: 670px;
  padding: 15px 20px;
  margin: 0px 0px 10px 0px;
  text-shadow: #ffffff 1px 1px 1px;  
  background-image: url(../images/white.png); 
	-moz-box-shadow:
		0px 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 3px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 3px rgba(0,0,0,0.2); 
  position: relative;
}

.article .title {     
  font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
  color:#9b0a0d;
  font-size:18px; 
} 

.article .title a {     
  font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
  color:#9b0a0d;
  font-size:18px; 
}

.article .image {   
  float: left;      
  overflow: hidden;
  margin-right: 30px;
  margin-bottom: 5px;
  width: 150px;
}

.article .image img {  
  margin: 0px;
}

.article hr {   
  clear: none;
  border-width: 0px;
  border-top: 1px solid #dddddd;
  margin: 0px 10px;
}

.article .text { 
  width: 490px; 
  float: left;
  display: block;
  margin-bottom: 40px;
}  

.article .more-button {
  width: 214px;
  height: 26px;
  background-image: url(../images/showbutton.png);
  background-repeat: no-repeat;
  float:right;
  display: block;
  bottom: 15px;
  right: 30px;  
  position: absolute;
}

.downloads td {
  padding: 3px 10px;
  vertical-align: top;
}

.pricelist {
  width: 100%;
}

.pricelist td {
  border-bottom: 1px solid #cccccc;
}

.help {
 overflow-x: hidden; 
 overflow-y: scroll; 
}

.reaction {
  color: #888888;
  margin-top: 10px;
}

.slider-wrapper {
  width: 740px;
  height: 280px;
  position: absolute;
  top: 168px;
}

.nivo-caption {
  background-color: white;
  opacity: 0.9;
  bottom: 10px;
  color: #333333;
  width: 500px;
  padding: 15px 60px 15px 30px;         
  background-image: url(../images/arrow.png);
 	background-repeat:no-repeat;       
 	background-position: 470px center;
}

.nivo-caption h1 {
  color:#9b0a0d;
  font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
  font-size: 16px; 
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

.nivo-caption p {
  padding: 0px;
  margin: 0px;
}

.nivo-controlNav {
	text-align: center;
	padding: 0px;    
  position: absolute;
  bottom: -15px;
  right: 20px;
  z-index: 100;
}

.menubox {
  width: 235px;
  height: 128px;
  margin-right: 17px;
  margin-bottom: 25px;
  float: left;
}

.menubox span {
  color:#9b0a0d;
  font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
  font-size: 13px;
  display: block; 
  width: 225px;
  height: 23px;
  padding-left: 10px;
  padding-top: 105px;
   
}

#m1 {
  background-image: url(../images/m1.jpg);
}   

#m2 {
  background-image: url(../images/m2.jpg);
}

#m3 {
  background-image: url(../images/m3.jpg);  
  margin-right: -30px;
}

#c1 {
  width: 250px;
  height: 85px;
  margin-bottom: 10px;
  background-image: url(../images/c1.png);  
}    

#c2 {
  width: 250px;
  height: 32px;
  margin-bottom: 15px;
  background-image: url(../images/c2.png);  
}

#c3 {
  width: 250px;
  height: 75px;
  margin-bottom: 15px;
  background-image: url(../images/c3.png);  
} 

#c4 {
  width: 250px;
  height: 56px;
  margin-bottom: 15px;
  background-image: url(../images/c4.png);  
  padding-top: 42px;
}

#c4 input {
  width: 150px;
  margin-left: 10px;
}

.tel {
  color:#9b0a0d;
  font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
  font-size: 20px !important;
  line-height: 25px;
  text-align: center;
}

#kalkulator-oken {
  width: 673px;
}

.contbox {
  float: left;
  background-color: white;
  margin: 5px 10px;
  padding: 2px 20px;
  width: 290px;  
	-moz-box-shadow:
		0px 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 3px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 3px rgba(0,0,0,0.2);  
}  

#col1 table tr td {
  padding: 5px 20px;  
  border: 1px solid #dddddd;
}

#col1 table tr td:first-child {
  background-color: #ffffff;
  vertical-align: middle;
}

#col1 table tr td .gallery {
  width: 100px;
}              
                  
.box {
  width: 325px;
  height: 195px;
  padding: 0px;
  margin: 0px 10px 20px 10px;
  background-image: url(../images/white.png); 
	-moz-box-shadow:
		0px 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 3px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 3px rgba(0,0,0,0.2); 
  position: relative;
  float: left;
  position: relative;
}

.box h1 {     
  font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
  color:#4e7eb9;
  font-size:12px !important; 
  text-align: center;
  background-color: #eeeeee;
  margin: 0px;
  padding: 10px 10px 7px 10px;
  position: absolute;
  width: 305px;
  z-index: 20;
}

.box .boxbutton {
  font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
  color:#ffffff;
  background-color:#4e7eb9; 
  position: absolute;
  bottom: 10px;
  right: 10px; 
  padding: 6px 20px;
}

.box img {
  position: absolute;
  bottom: 0px;
}

#icons {
  display: none;
}

#newsbox {
	display: none;
}