/*****************************************************/
/*   Author:  Morten Pelle Korsmo                    */
/*            pelle@blend.no                         */
/*   Version: 1.0                                    */
/*   Date:    14. februar 2007                       */
/*****************************************************/

/*****************/
/*   MAIN BODY   */
/*****************/

* {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
HTML,BODY {
	height: 100%; /* this is the key! */ 
	margin: 0px auto;
	padding: 0px;
	background: url(../images/bg.jpg) top center;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;	
	font-size: 12px;
	line-height: 130%;
	color: #333333;
}

H1, H2, H3, H4 {
	font-family: HelveticaCondensed, "Arial Narrow", Sans-Serif;
	color : #006633;
	font-style: italic;
	line-height: 100%;
}

H1 {
	font-size : 28px;
	padding-bottom: 10px;	
}

H2 {
	font-size : 18px;
	padding-bottom: 3px;	
}

H3 {
	font-size : 15px;
	padding-bottom: 7px;
	border-bottom: solid 1px #9DC93B;
}

H4 {
	font-family: Arial, Sans-Serif;
	color : #000000;
	font-size : 13px;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 140%;
}
hr { 
	background-color: #9DC93B;
	border:0px;
	height: 1px;
}

P {
	padding-bottom: 10px;
}
A {
	color: #006633;
	text-decoration: none;
	/*border: 0px;*/
}

a:hover {
	text-decoration: underline;
}
A#articlelist {
	color: #000000;
	text-decoration: none;
	/*border: 0px;*/
}

a:hover#articlelist{
	text-decoration: underline;
}

INPUT {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	/*width : 250px; */
	border: solid 1px rgb(200,200,200);	
}

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:#9DC93B;
	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: 0;
}

/*TD {
	font-size: 11px; 
	}
*/
/*UL {
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
*/
/**************************/
/***   MISCELLANEOUS    ***/
/**************************/

#wrap {
	width: 897px;
	margin: 0px auto;
	behavior: url(iepngfix.htc);
}

#header {
	width: 897px;
	height: 140px;
	background-color: #9DC93B;
}

#logolink {
	width: 175px;
	height: 89px;
	margin-top: 41px;
	margin-right: 40px;
	float: right;
}

#menuarea {
	height: 40px;
	width: 645px;
	padding-top: 100px;
	padding-left: 35px;
	/*width: 530px;
	padding-left: 72px;*/
	padding-bottom: 0px;
	padding-right: 0px;
	float: left;
}

#topmenu {
	font-family: verdana, sans-serif;
	font-size:11px;
	padding: 0px; 
	margin: 0px;
	float:left;
}

/*
#submenu {
	margin: 0px 0px 0px 0px; /* top,right,bottom,left*/
	/*padding: 0px 30px 0px 20px; /* top,right,bottom,left*/
	/*height: 20px;
	border-bottom: solid 1px #FFFFFF;
	color:#336633;
	background-color:#CADE72;	
}

#submenu a {
	text-decoration: none;
	color:#336633;			
}

#submenu a:hover {
	text-decoration: underline;
}*/

#flash {
	width: 897px;
	height: 319px;
	background-color:#999999;
}

#greenline {
	border-bottom: solid 11px #9DC93B;
	height:1px;
}

#main {
	background-color: #F5F9E6;
	background-image: url(../images/bottom_bg.jpg);
	background-repeat: repeat-x;
	width: 897px;
	height: 100% auto; 
	margin: 0px auto;
}

#main_margin {
	padding: 35px;
}

#footer, #subfooter {
	padding-top: 0px;
	padding-bottom: 5px;
}

#footer, #footer a, #footer a:link, #footer a:visited {
	font-family: sans-serif;
	font-size:10px;
	padding-left: 30px; 
	padding-right: 30px; 
	float: left;
}

#footer a:active, #footer a:hover {
 	text-decoration: none;
	color: #336633;
}

#subfooter a, #subfooter a:link, #subfooter a:visited {
	font-family: verdana, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding-right: 72px; 
	float: right;
	text-decoration: none;
	color: #9DC93B;
}

#subfooter a:active, #subfooter a:hover {
 	text-decoration: none;
	color: #336633;
}

.clear {
	clear: both;
}

/* ULIKE SIDEMALER - LISTER */

#main_left {
	width: 230px;
	margin-right: 30px;
	float: left;
}

#main_right, #main_right_frontpage {
	width: 493px;
	float: left;
}

/* ULIKE SIDEMALER - FORSIDE */

#main_left_frontpage {
	width: 190px;
	margin-right: 70px;
	float: left;
}

#main_frontpage_welcome {
	/*margin-bottom: 40px;*/
}

/* FORSIDE */

.main_frontpage_left_picture1 {
	float: left;
	margin-right: 10px;
}

.main_frontpage_left_picture2 {
	float: right;
	margin-left: 10px;
}

.main_frontpage_left_text {
	margin-top: 7px;
	margin-bottom: 25px;
}

.main_frontpage_left_dropdown, .main_frontpage_left_input, .main_frontpage_left_button {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	border-color: #9FC900;
	padding: 2px;
}

.main_frontpage_left_dropdown {
	width: 130px;
	border-width: 1px;
}

.main_frontpage_left_input {
	width: 130px;
	border-width: 1px;
}

.main_frontpage_left_button {
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	background-color: #9FC900;
	color: #006600;
	border-width: 0px;
	/*margin-left: 5px;*/
}

/* ULIKE SIDEMALER - LISTER FULLBREDDE */

#main_middle {
	width: 753px;
}

.main_list_thumb, .main_frontpage_list_thumb {
	margin-right: 10px;
	margin-bottom: 25px;
	float: left;
}

.main_list_thumb {
	width: 170px;
}

.main_frontpage_list_thumb {
	width: 120px;
}

.main_list_text {
	width: 573px;
	float: left;
}

.main_frontpage_list_text {
	width: 363px;
	float: left;
}

.main_list_readon, .main_frontpage_list_readon {
	font-weight: bold;
	margin-top: -10px;
}
