/* OUTER TEMPLATE STYLES
------------------------------------------------------------------ */

body {
	margin: 0px;
	background-color: #F4F5F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #3E3E3E;}
	
h1 { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;}
	
h2 { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;}

h3 { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;}


/* TOOLBOX
------------------------------------------------------------------ */
.hide	{ display:none; }
.clear 	{ clear:both; }
.clearLeft { clear: left; }
.bold 	{ font-weight:bold; } 
.absmiddle { vertical-align: middle; }
.lineHor {border:1px dotted #CCCCCC; margin:10px 0;}
.paddingB {padding-bottom:3px;}


/* TOP MENU
------------------------------------------------------------------ */
#menuTop {
	background:#EEEDE8;
	height:19px;
	border: 0px solid #000000; border-width: 1px 0 1px 0;
	padding:7px 0 0 20px;}
	
#menuTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;}

#menuTop a:link {color:#000000; text-decoration:none;}
#menuTop a:visited {color:#000000; text-decoration:none;}
#menuTop a:hover {color:#000000; text-decoration:underline;} 
#menuTop a:active {color:#000000; text-decoration:underline;}

#menuTop #autosavesquare {
	float:right;
	padding-right:10px;
}

/* CONTAINER 
------------------------------------------------------------------ */
#container { /* This is the mainwrapper */
	width:1000px; 
	margin:3px auto;
	border:1px solid #000000;
	background: url(../images/bg_art.gif) #FFFFFF no-repeat bottom right;
	position: relative;}


/* HEADER
------------------------------------------------------------------ */
#header { 
	background-color:#CACAAE;	position:relative; height:81px; }
	
#header .left {
	position: absolute; top: 22px; left: 20px; width:170px; }

		
/* LEFT
------------------------------------------------------------------ */
#left {	
	float: left; 
	/* display: inline; */
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;	
	width:178px; 
	margin: 15px 18px 20px 20px; 
	overflow: hidden;
}
	
#left h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #858569;
	font-size:11px;
	font-weight:normal;
	padding:5px 0 1px 7px;
	margin:0;
	text-transform:uppercase;}
	
#left ul {
	 margin:5px 0 20px 0; padding-left:7px;}
	 
#left li {
	list-style: none; 
	line-height: 14px; 
	font-weight: bold;
	position: relative;
	display: block;}

#left li span.right {
	position: absolute;
	top: 0px;
	right: 0px;
}

#left li img {
	border: 0px;
}
	
#left input {
	border:1px solid #7F9DB9;
	width:113px;
	font-size:10px;
	height:14px;
	margin-top:2px;
	padding:3px 0 2px 3px;}
	
#left .button {
	font-size:10px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#5E6054;
	background-color:#FFFFFF;
	border:1px solid #858569;
	width:45px;
	height:19px;
	padding:0 0 1px 0;}

#left a:link,
#left a:visited { color:#3D3D3D; text-decoration:none;} 
#left a:hover, 
#left a:active { color:#858569; text-decoration:underline;}

#leftmenus {
	margin-bottom: 20px;
	min-height: 200px;
}

/* MAINCONTENT
------------------------------------------------------------------ */
#mainContent {
	float: left; 
	display: inline; 
	background: green;
	margin:15px 0 15px 15px;
	width:740px;
	min-height: 850px;
	background: transparent;
	height: auto !important;
	height: 850px;}
	
#mainContent a:link,
#mainContent a:visited { color:#BC2105; text-decoration:none;} 
#mainContent a:hover, 
#mainContent a:active { color:#858569; text-decoration:underline;}



#tabs-1 table {
	width:100%;
}

#tabs-1 table input,
#tabs-1 table textarea {
	width:95%;
	float:right;
}

#tabs-1 .tdLeft {
	width:200px;
}

#tabs-3 .nyttTiltak {
	display:block;
	background:url(../images/button_nyttTiltak.png) no-repeat;
	width:100px;
	height:30px;
	line-height:25px;
	text-align:center;
	margin:10px 0 0 0;
}


/*mainpdfcontent
------------------------------------------------------------------*/
#mainpdfcontent {
	font-size:14px;
	float: left; 
	display: inline; 
	background: green;
	margin:15px 0 15px 15px;
	width:740px;
	min-height: 850px;
	background: transparent;
	height: auto !important;
	height: 850px;}
	

/* FOOTER
------------------------------------------------------------------ */
#footer { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	margin:25px auto 0 auto;
	width: 560px;
	color:#727272;
	text-align:center;
	clear:both;}
	
	
	
	
	
	
	
	
	
	
	
	
