/*****************************************************/
/*   Author:  Morten Pelle Korsmo                    */
/*            pelle@blend.no                         */
/*   Version: 1.0                                    */
/*   Date:    14. februar 2007                       */
/*****************************************************/

/*****************/
/*   MAIN BODY   */
/*****************/
body  {
	font-family: Helvetica, Arial;
	background: #F7DD00;
	font-size:10pt;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center;*/ /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #00;
}
.twoColFixLt #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px 0px 0px 0px;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}
.twoColFixLt #mainContent {
	margin: 0px 0 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

div{
/*	border:1px solid red;*/
}


hr {
	background-color: #CCCCCC;
	border:0px;
	height: 1px;
}

P {
	padding-bottom: 10px;
}
A {
	color: #000;
	/*text-decoration: none;*/
	/*border: 0px;*/
}

a:hover {
	text-decoration: underline;
	
}

h1 a, h2 a, h3 a, h4 a, h5 a{
text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover{
text-decoration: underline;
}

.article{
	padding-top: 20px;
	}
	
.articlelist {
	color: #000000;
	text-decoration: none;
	padding: 10px 0px 10px 0px;
	border-bottom: solid 1px #fff;	
}

INPUT {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}
.small {
	font-size: 90%;
}

.float_left{
	float: left;
	margin-right:8px;
}

.float_right{
	float: right;
	margin-left:3px;	
}

TEXTAREA {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	/*width : 250px; */
	border: solid 1px rgb(200,200,200);
}

.radio {
	border: none;
	width:15px;
}

.button {
	background-color:#FF3333;
	border : 0px;
	vertical-align: middle;
	padding:1px 2px 1px 2px;
	font-weight: bold;
	color: #fff;
	border: 1px outset #cc3300;
	margin: 0px 2px 0px 2px;
	}

h1,h2,h3,h4,h5,h6,blockquote,p, table {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	
}
h1,h2,h3,h4,h5,h6{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	line-height: normal;
	}


/**************************/
/***   MISCELLANEOUS    ***/
/**************************/

#wrap {
	/*margin: 0px auto;*/
	behavior: url(../iepngfix.htc);
	/*width: 970px;*/
}


#header {
	height: 92px;
	clear:both;
	background-repeat: repeat-x;
}
.loginarea {
	margin: 10px;
}


#logolink {
	height: 40px;
	padding-top: 20px;
	position:relative;
	clear:right;
}

#logoarea {


}

#menuarea {
	height: 40px;
	width: 700px;
}
#topmenu {
	font-family: verdana, sans-serif;
	font-size:11px;
	padding: 0px; 
	margin-top: 10px;
	float:left;
}
#submenu {
	font-size: 10pt;
	margin: 15px;
	
}

#submenu div {
	padding-left: 12px;

}

#submenu ul li a{
	color:#3F4041;
	text-decoration:none;
	font-weight: bold;
}
#submenu ul li a:hover{
text-decoration:underline;
font-weight: bold;

}

#submenu ul, #submenu li{
	margin:0px;
	list-style-type:none;	
	padding: 2px 0px 2px 0px;	
}
#mainmenu div ul li a{

	margin:0px;
	color:#000000;
	font-weight:normal;
	text-transform: none;
}
	/*
#submenu .level1{
	padding: 4px 0px 4px 0px;
	margin:0px;
	color:#474849;
	font-weight:bold;
}

#submenu .level2{
	padding: 2px 0px 2px 10px;
	margin:0px;
	color:#000000;
	font-weight:normal;
	text-transform: none;
	
}

#submenu ul li a{
	color:#3F4041;
	text-decoration:none;
}
#submenu ul li a:hover{


}
*/
#main {
	background-image: url(../pattern_bottom_inv.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #ffffff;
	width: 709px;
}

#main_margin {
	margin-left: 50px;
	margin-right: 22px;
	margin-top: 35px;
}

#mainflash {
	padding: 20px 37px 0px 37px;
}

#footer, #subfooter {
	border-top: 1px solid #cccccc;
	margin-top: 10px;
	font-size: 90%;
	position: absolute;
	top: -50px;
}

#footer{

}
#subfooter{
	float:right;
}

#footer a:active, #footer a:hover {
	text-decoration: none;
	color: #FF3333;
}
  #fot { width: 552px ; height: 60px;background-color: white; padding-left:94px;}
  #fot_logo{ width: 130px ;float:left}
  #fot_text{ width: 400px ;float:left; padding-left:12px;}

.clear {
	clear: both;
	height:1px;
	overflow:hidden;
}

/* ULIKE SIDEMALER - LISTER */


#main_col1 {
	width: 230px;
	float: left;
	border: 1px solid red;
	margin-right: 10px;
	/*margin-right:15px;*/
}
#main_col2 {
	font-size: 90%;
	line-height: 1.26em;
	width: 165px;
	float: right;
}
.largeimage {
	float: right;
	width: 200px;
}


#main_center {
	background-color: #FFFFFF;
	border: 1px solid green;
	width: 709px;
	;
	position: relative;
	
}

#page_top{
	background-color: #F7DD00;
}

#page_bottom{
	background-color: #F7DD00;
}

#frontarticles .article{
	line-height: 1.26em;
	WIDTH: 195px;
	float:left;
	margin:0px;
	padding:0px;
	position:relative;
	margin-right: 20px;
	
	}
	
#frontarticles_2col .article{
	WIDTH: 300px;
	float:left;
	margin:0px;
	padding:0px;
	position:relative;
	}	
	
.padding20px {
	padding: 20px 37px 0px 37px;
}

	
	
#frontarticles .article #articleimg{
	width: 175px;
	height:105px;
	overflow:hidden;
	margin-bottom:10px;
}

.products .article #articleimg{
	width: 175px;
	height:105px;
	overflow:hidden;
	margin-bottom:10px;
}
.products .article{
	line-height: 1.26em;
	WIDTH: 175px;
	float:left;
	margin:0px;
	padding:0px;
	position:relative;
	margin-right: 10px;
	
	}

#frontpageimage {
	height:350px;
	overflow:hidden;
	margin-bottom:10px;
	width: 550px;
}
#articleimage {
	height:230px;
	overflow:hidden;
	width: 550px;
}
.productimage {
	overflow:hidden;
	margin-bottom:10px;
/*	
background: bg_products.jpg;
	background-image: url(../images/bg_products.jpg);
	background-repeat: no-repeat;
	*/
	width: 175px;
	height: 175px;
}
.redline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	font-weight: bold;
	font-size: 11px;
	padding: 0px;
	margin-bottom: 1em;
}
#main_center_1col {
	margin: 0px 0px 0px 180px;
}
.ingress p{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	color: #666666;
}

#main_col2_wide {
	font-size: 90%;
	line-height: 1.26em;
	width: 165px;
	float: right;
}
.main_padding {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 2px;
	padding-left: 36px;
}
#frontarticles {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.h_line{
	clear:both;
	height:1px;
	background:#999999;
	/*border:1px solid #999999;*/
	margin:16px 0px 10px 0px;
	overflow:hidden;
}
.padding_bottom{
margin-bottom:10px;
}	
.boble {background:url(../images/ramme.gif) no-repeat bottom;padding-left: 20px; width: 187px;height: 146px;}
.boble2 {background:url(../images/ramme2.gif) no-repeat bottom;padding-left: 20px; width: 187px;height: 146px;}
.boble_text{ padding: 10px 4px 4px 4px; font-size:12px; overflow:hidden; width:160px;}
.boble_text div { color:#3F4041;  font-size:16px; font-weight:bold; padding-bottom:2px;}
.boble_text div a { text-decoration:none; color: #3F4041; font-size:16px;font-weight:bold;}
.boble_text div a:hover { text-decoration: underline; }

#fot { width: 552px ; height: 71px;background-color: white; padding-left:94px;}
#fot_logo{ width: 130px ;float:left}
#fot_text{ width: 400px ;float:left; padding-left:12px;}
