
/* ------------------------------------------------
	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: #231f20;
	  font:16px garamond, "times new roman", times, sans-serif;
	  margin:0px;
	  padding:0px; 
	  height:100%;
	  background: #fff; }

p	{  font:16px garamond, "times new roman", times, sans-serif;
	  line-height:20px;	}

span	{  font:16px garamond, "times new roman", times, sans-serif;
	  line-height:18px;	}

div	{ font:16px garamond, "times new roman", times, sans-serif;
	  line-height:18px;	}

table, table p	{ font:16px garamond, "times new roman", times, sans-serif;
	  	  line-height:18px;	}

tr, tr p	{ font:16px garamond, "times new roman", times, sans-serif;
		  line-height:18px;	}

td, td p	{ font:16px garamond, "times new roman", times, sans-serif;
		  line-height:18px;	}




h1 	{ margin-bottom: 10px;
	  color:#231f20;
	  font: bold 16px Arial, Verdana, sans-serif;
	  text-transform:uppercase;	}

h2 	{ margin-bottom: 10px;
	  color:#231f20;
	  font: bold 14px Arial, Verdana, sans-serif;
	  text-transform:uppercase;	}

h3 	{ color:#231f20;
	  font-weight:bold;	}

a 	{ color: #231f20;
	  text-decoration:none;	}
a:hover { text-decoration:underline;	}

img	{ border: 0px solid; 	}




div#container	{ display:block;
			  width:921px;
			  margin: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:921px;
			  height:63px;
			  margin:0px;
			  padding:120px 0px 0px 0px;
			  text-align:center; }

/* ------------------------------------------------
	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
-------------------------------------------------*/



	
	div#maincontent	{ display:block;
				  width:921px;
				  margin:0px 0px 0px 0px;
			  	  padding:0px 0px 0px 0px;	}

		div.left	{ float:left;
				  display:block;
				  width:277px;
				  margin:45px 0px 0px 0px;
			  	  padding:0px 0px;
				  text-align:center;	}

			div.left ul	{ display:block;
					  margin:30px 0px 0px 0px; }
			div.left li	{ display:block;
					  margin:0px 0px 25px 0px; }
			div.left p	{ display:block;
					  margin:0px 0px 15px 0px; }

		div.middle	{ float:left;
				  display:block;
				  width:367px;
				  margin:45px 0px 0px 0px;
			  	  padding:0px;
				  text-align:center;	}

			div.middle p	{ display:block;
					  margin:0px 0px 45px 0px; }

		div.right	{ float:left;
				  display:block;
				  width:277px;
				  margin:45px 0px 0px 0px;
			  	  padding:0px 0px;
				  text-align:center;	}

			div.right ul	{ display:block;
					  margin:30px 0px 0px 0px; }
			div.right li	{ display:block;
					  margin:0px 0px 25px 0px; }
			div.right p	{ display:block;
					  margin:0px 0px 15px 0px; }


/* ------------------------------------------------
	pages
-------------------------------------------------*/




/* ------------------------------------------------
	nyheter
-------------------------------------------------*/

/* ------------------------------------------------
	footer
-------------------------------------------------*/


	

	#footer2 { clear:both;
		   width:921px;
	 	   margin:0px auto;
		   padding:0px;
		   text-align:center; }

	#footer2 p { margin:0px !important;
		     padding:0px !important; }



	
/* ------------------------------------------------
	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;

}

