
/* ------------------------------------------------
	reset css
-------------------------------------------------*/

/*
    Tripoli is a generic CSS standard for HTML rendering. 
    Copyright (C) 2007  David Hellsing

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
dfn, cite, var, address, { font-style: normal; }
th,h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none;}
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
body { line-height: 1; background: white; color: black; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; }
hr { display: none; } /* we don't need a visual hr in layout */
font { color: inherit !important; font: inherit !important; color: inherit !important; } /* disables some nasty font attributes in standard browsers */

/* ------------------------------------------------
	global
-------------------------------------------------*/



body, html, form 	{ margin:0;
			  padding:0;
			  height:100%; }
 
body 	{ color: #424242;
	  font:11px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	  margin:0px;
	  padding:0px; 
	  height:100%; }
	  
	.bodybg	{ background: url(../images/bg.png) repeat-x; }
	
p	{ font:11px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	  line-height:20px;	}

span	{ font:11px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	  line-height:18px;	}

div	{ font:11px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	  line-height:18px;	}

table, table p	{ font:11px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	  	  line-height:18px;	}

tr, tr p	{ font:11px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
		  line-height:18px;	}

td, td p	{ font:11px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
		  line-height:18px;	}




h1 	{ margin-bottom: 10px;
	  font:16px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	  text-transform:uppercase;	}

h2 	{ margin-bottom: 10px;
	  font:bold 12px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;	}

h3 	{ color:#ff9000;
	  font-weight:bold;	}

a 	{ color: #ff9000;
	  text-decoration:none;	}
a:hover { text-decoration:underline;	}

img	{ border: 0px solid; 	}




div#container	{ display:block;
		  width:1000px;
		  margin:0px auto 0px auto; }
		  
/* ------------------------------------------------
	form
-------------------------------------------------*/	

	.label { width:60px;
		 display:block;
		 color: #333;
		 padding:0px 2px; }
			
	.textfield { 		}	
					 

	.btn { color:#716e6e;
	       text-align:center;
	       margin:5px 0px 0px 0px; }
					
/* ------------------------------------------------
	header
-------------------------------------------------*/

	div#header	{ display:block;
			  width:1000px;
			  height:301px;
			  margin:0px;
			  padding:0px; 
			  background: url(../images/header.png) no-repeat 0px 0px;}


/* ------------------------------------------------
	menus
-------------------------------------------------*/



	div#menu	{ clear:both;
			  display:block;
			  width:781px;
			  margin:0px;	}

	div#menu ul	{ float:right;
			  margin:64px 0px 0px 0px;	}

	div#menu li	{ float:left;
			  display:block;
			  margin:0px;
			  padding:0px 0px 0px 24px;	}

		div#menu a	{ float:left;
				  display:block;
				  margin:0px;
				  padding:0px;
				  text-transform:uppercase;
				  text-decoration:none;
				  color:#ff9000;
				  font:bold 12px arial, verdana, sans-serif;	}

		div#menu a.active	{ color:#d7d7d7; }
		div#menu a:hover	{ color:#d7d7d7; }




/* ------------------------------------------------
	main content
-------------------------------------------------*/

    .newsletterstatus 
    {   
        background-color: #e9e9e9;
        width:300px;
        position:absolute;        
        height:150px;
        border:solid 1px black;
        text-align: center;
        vertical-align: middle;
        left:491px;
    }

	div#maincontent	{ display:block;
			  width:1000px;
			  margin:6px 0px 0px 0px;
		  	  padding:0px 0px 0px 0px;
			  background: url(../images/mainbg.png) repeat-y;	}

		div#left	{ float:left;
				  display:block;
				  width:761px;
				  margin:0px;
			  	  padding:0px 0px 30px 0px;	}

			div#adress	{ clear:both;
						  display:block;
						  width:751px;
						  height:24px;
						  margin:0px 0px 46px 5px;
						  padding:0 0 0 10px;	}

			div.item	{ display:block;
						  width:731px;
						  margin:0px 0px 20px 0px;
						  padding:20px 0px 20px 30px;
						  background: url(../images/leftbg.png) no-repeat 0px bottom;	}

					span.tab { float:left;
							   display:block;
							   padding:5px 0px 0px 15px;
							   letter-spacing:1px; }
							   
						span.tab a { color:#424242; }
					
				div.itemtext	{ float:left;
								  display:block;
								  width:270px;
								  margin:0px 48px 0px 0px;
								  padding:0px;	}

					div.itemtext p		{ padding:0px 0px 10px 0px;
										  color:#000;	}
					div.itemtext span		{ color:#000;	}
					div.itemtext div		{ color:#000;	}
					div.itemtext p.om	{ color:#666;	}
					div.itemtext a		{ color:#999;	}
	
				div.itemimgs	{ float:left;
						  display:block;
						  width:401px;
						  margin:0px;
					  	  padding:0px;	}
			
					div.itemimgs p		{ padding:0px 0px 10px 0px;
								  color:#999999;	}
					div.itemimgs div.imgfloat		{ float:left;
										  padding:0px 0px 10px 0px;	}

		div#right	{ float:left;
					  display:block;
					  width:235px;
					  height.140px;
					  margin:0px 0px 0px 0px;
				  	  padding:20px 0px 20px 0px;
					  color:#999999;
					  background: url(../images/righttop.png) no-repeat 0px 0px;	}
					  
		a.newsletter	{ color:#000 !important;
						  display:block;
						  margin:0px 0px 20px 20px;
						  letter-spacing:1.5px; 	}

			div#right h2	{ color:#777777;
							  padding:0px 20px; }

				div#right h2 img	{ margin:0px 0px -1px 2px; }

			div#right p	{ color:#777777;
						  padding:0px 20px; }

			div#right a	{ color:#777777; }
			
			div#right p#newsletter {padding: 0px 20px;margin-bottom:25px}

			div.rightdivider { display:block;
					   width:226px;
					   height:3px;
				  	   margin:20px 0px 0px 0px;
					   background: url(../images/rightdivider.png) no-repeat 0px 0px; }

			div.bilder  { padding:20px; }

				div#right div.bilder p { padding:0px 0px 10px 0px;
							 color:#000000;	 }

				div#right div.bilder a { color:#000000;	 }

		div#rightbottom	{ clear:both;
				  display:block;
				  width:1000px;
				  height:16px;
				  margin:0px;
		  		  padding:0px;
				  background: url(../images/rightbottom.png) no-repeat 0px 0px;	}

/* ------------------------------------------------
	pages
-------------------------------------------------*/


	div#adress2	{ clear:both;
			  display:block;
			  width:1000px;
			  height:24px;
			  margin:0px 0px 0px 0px;
	  		  padding:0px;	}

/* ------------------------------------------------
	nyheter
-------------------------------------------------*/

/* ------------------------------------------------
	footer
-------------------------------------------------*/

	#cont {
		min-height:100%;
		position:relative;
	}
	#body {
		padding:0px;
		padding-bottom:70px;	/* Height of the footer */
	}
	#footer {
		position:absolute;
		bottom:0;
		width:100%;
		padding:0px 0px 0px 0px;
		z-index:120;
		height:70px;			/* Height of the footer */
	}
	/* other non-essential CSS */
	

	#footer2 { clear:both;
		   width:927px;
		   padding:5px 0px 0px 0px;
	 	   margin:0px auto;
		   border-top:9px solid #ededed; }

	#footer2 p { padding:0px 0px 0px 0px;
		     line-height:18px !important;
		     color:#acacac; 
		     font: 12px arial, verdana, sans-serif;}

		div#footerleft { float:left;
				 width:727px;
				 padding:0px 0px 0px 0px; }

			span.tel { color:#636363; }

		div#footerright { float:left;
				  width:200px;
				  padding:0px 0px 0px 0px;
				  text-align:right; }

		div#footerright a { color:#acacac; }



	
/* ------------------------------------------------
	misc
-------------------------------------------------*/

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* for understanding browsers */
.hojd {
	min-height:200px; 
	height:auto;
}
/* for Internet Explorer */

* html .hojd {
	height: 200px;
}



form {
margin: 0px;
padding: 0px;

}
