html
{
	/*height:100%;*/
}

body 
{
	/*height:100%;*/
	
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7F7F7F;
	line-height:1.4em;
		
	background-color:#FFFFFF; 
}

/* Classes which has to be in STAVDAL_public AND STAVDAL_editor */
table { border:0px; }
img { border: 0px; }

a { color:#394773; text-decoration:none; }
a:link { color:#394773; text-decoration:none; }
a:visited { color:#394773; text-decoration:none;}
a:active { color:#394773; text-decoration:none;}
a:hover { color:#394773; text-decoration:none;}

.normal 
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#7F7F7F;	
}

.rubrik_liten
{
	font-family:Verdana;
	font-size:13px;
	color:#394773;
	font-weight:bold	
}

/*Main structure */
#div_main
{		
	position:relative;
	/*top:-15px;*/
	top:-70px;
	
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	
	width:820px;
	/*height:100%;*/	
}

#div_top
{
}

#div_content
{		
	background-image:url('/Images/content_bgshadow.jpg');
	background-position:top;
	background-repeat:no-repeat;	
	
	text-align:left;	
	
	overflow:visible;
}

#div_text
{		
	position:relative;
	top:35px;
	left:30px;
	
	min-height:300px;
	width:93%;
	 
	text-align:left;

	overflow:auto;
	z-index:6;
}

* html #div_text /* MSIE 6 */
{		
	position:relative;
	top:35px;
	left:30px;
	
	height:300px;
	width:93%;
	 
	text-align:left;

	overflow:visible;
	z-index:6;
}

#img_forest
{
	position:relative;
	right:-30px;
}

#div_forest
{
	position:relative;
	top:40px;
}

#div_contactinfo
{
	position:relative;
	top:-62px;
	/*left:430px;*/
	left:20px;
	
	/*width:300px;*/
	
	z-index:10;
	
	/*text-align:right;*/
	text-align:left;
	font-size:10px;
	/*font-weight:bold;*/
	line-height:12px;			
}

/* menu */
.radMenu
{
	position:relative;
	/*left:7px;*/
	left:4px;
}

/* Fieldsets */
.fieldSets
{
	width:450px;
	margin-bottom:40px;
}

.fieldSets table
{
	width:100%;
}

.description
{
	background-color:#EEEEEE;
	text-align:left;
	width:180px;
}

/* Buttons */
.button_style
{
	cursor:pointer;
}