/*---- SKIN-----*/

*
{
	padding: 0em;
	margin: 0em;
}

td
{
	text-align:left;
}

body
{
	background: #fff;
	padding: 0px 0px 0px 0px;
	color:#0E8D50;
}

body,input
{
	font-size: 11px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

p
{
	margin:0em;
	padding:0em;
}

ul
{
	margin:0em 0em 0em 1.2em;
	padding:0em;
}

li 
{
	list-style-type:disc !important;
}

/***** DNN Styles to override *****/
/* text style used for most text rendered by modules */
.Normal, h1, h2, h3, h4, h5, h6, .Head, span
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
}

h1
{
    color:#000;
	font-size: 29px;
    font-weight: normal;
	margin:0em 0em 0em 0em;	
}

h2
{
    color:#000;
	font-size: 24px;
    font-weight: normal;
	margin:0em 0em 0em 0em;	
}

h3
{
    color:#000;
	font-size: 23px;
	letter-spacing:-1px;
    font-weight: bold;
	margin:0em 0em 0.4em 0em;	
}

h4
{
    color:#03753e;
	font-size: 11px;
    font-weight: bold;
	margin:0em 0em 0.4em 0em;	
}

.SubHead
{
    color:#03753E;
    font-weight: bold;
	margin:0em 0em 0.4em 0em;	
}

.Head
{
	font-size: 10px;
    font-weight: bold;
	margin:0em 0em 0.4em 0em;	
}

.ControlPanel 
{
    padding: 10px;
}

.LoginSkinItem
{
	margin:0em 0em 0em 0em;
}

.UserSkinItem
{
	margin:0em 1.0em 0em 0em;
}

a:link#dnn_dnnLOGIN_cmdLogin, a:visited#dnn_dnnLOGIN_cmdLogin, a:active#dnn_dnnLOGIN_cmdLogin, a:hover#dnn_dnnLOGIN_cmdLogin 
{
    color: #0E8D50;
    text-decoration: none;
}

a:link#dnn_dnnUSER_cmdRegister, a:visited#dnn_dnnUSER_cmdRegister, a:active#dnn_dnnUSER_cmdRegister, a:hover#dnn_dnnUSER_cmdRegister{
    color: #0E8D50;
    text-decoration: underline;
}

/*** end DNN styles overrides ***/

/*  COPYRIGHT   */
.SkinObject
{ /* Skapad av revide */
    font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	color:#0E8D50;
    text-decoration: none;
	font-weight:normal;
}

A.SkinObject:link, A.SkinObject:visited, A.SkinObject:active, A.SkinObject:hover
{ /* Skapad av revide */
    font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	color:#0E8D50;
    text-decoration: none;
	font-weight:normal;
}

.SkinItem
{ /* Copyright */
	color:#0E8D50;
	font-size:9px;
}

A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active, A.SkinItem:hover
{ /* Copyright */
    font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	color:#0E8D50;
    text-decoration: none;
	font-weight:normal;
}

/* DotNetNuke Admin Menu */
#adminmenu 
{
    position: absolute;
    top: 50px;
    right: -145px;
    padding: 5px 0 5px 20px;
    margin: 0;
    background-color: #fff;
}
/*** end DNN styles overrides ***/

/*  LINKS   */
a:link, a:visited
{
	font-weight:normal;
	color: #0E8D50;
	text-decoration: none;
}

a:hover
{
	color: #0E8D50;
	text-decoration: none;
}

a:active
{
	color: #0E8D50;
	text-decoration: none;
}

.CommandButton{
	font: 9px Verdana, Helvetica;
	color:#000;
	font-weight:bold;
}
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active , A.CommandButton:hover {
    color:#0E8D50;
	font-size:9px;
}

.contentarea
{
	padding-top: 1.3em;
}

img
{
	border: solid 0px #6F5230;
}

img#left
{
	position: relative;
	float: left;
	margin: 0em 1em 1em 0em;
}

img#right
{
	position: relative;
	float: right;
	margin: 0em 0em 1em 1em;
}

#outer
{
	z-index: 2;
	/*
		The width value below controls the overall width of the design. By default it's set to 82%
		(so it'll take up 82% of the browser window's width). You can set it to a different percentage
		value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
	*/
	width: 961px;
	border: solid 0px #fff;
	background-color: #fff;
	margin: 0 auto !important;
}

#siteTop
{
	height:114px;
}

#header
{
	position: relative;
	height: 98px;
	width: 282px;
	margin-bottom: 2px;
	float:left;
	display:inline;
}

#headerContent
{
	position: relative;
	bottom: 0em;
	margin:0px 0px 0px 0px;
	padding:0;
	height: 98px;
	width: 282px;
}

#mainContent
{
	float:left;
	background-color:#EEF8F3;
	background-image:url('images/bakgrundtop.jpg');
	background-repeat:no-repeat;
}

#innerMainContent
{
	float:left;
	background-image:url('images/bakgrundbot.jpg');
	background-position:0 100%;
	background-repeat:no-repeat;
	height:auto;
	min-height:549px;
}

*html #innerMainContent
{
	height:549px;
}

/***** Left sidebar *****/

#leftContent 
{
	float:left;
	display:inline;	
	width:309px;
	height:auto;
	margin:0 0 5px;
	padding:0;
}

#leftContent .ContainerTextLeft
{
	margin:0px 30px 0px 43px;
}

#leftContent .ContainerTextLeft a
{
	font-weight:normal !important;	
}

/***** Main content *****/

#primaryContent 
{
	float:left;
	display:inline;
	color:#000000;
	height:auto;
	margin: 0px 3px 0px 3px;
	padding:65px 0px 40px 0px;
	z-index:99999;
	width:332px;
}

*html #primaryContent 
{
	width:325px;	
}

#primaryContent p
{
	margin:11px 0px 0px 0px;
}

#primaryContent .ContainerText
{
	margin:0px 0px 10px 0px;
}

/***** Right sidebar *****/

#rightContent 
{
	color:#000000;
	display:inline;
	float:right;
	width:314px;
	height:auto;
	margin:0px 0px 5px 0px;
	padding:0;
	margin-bottom:130px;
}

#rightContent .ContainerTextRight
{
	margin:0px 30px 0px 40px;
}

#rightContent .ContainerImageRight
{
	margin:20px 0px 0px 35px;
}

#rightContent p
{
	margin:0px 0px 11px 0px;
}

/************************/

#footer
{
	position: relative;
	clear: both;
	height:38px;
	background-image:url('images/footer.jpg');
	background-repeat:no-repeat;
	font-size: 10px;
	text-align:center;
}

#footer .left
{
	width:100%;
	padding:8px 0px 0px 0px;
}

#footer .right
{
	height:126px;
	width:314px;	
	position:absolute;
	right:-5px;
	top:-126px;
	float:left;
}

.pratbubbla2
{
	height:22px;
	position:absolute;
	right:-73px;
	top:-123px;
	width:124px;
}

#footerReferenser
{
	position: relative;
	clear: both;
	height:38px;
	background-image:url('images/botten2.gif');
	background-repeat:repeat-x;
	font-size: 10px;
	text-align:center;
	width: 961px !important;
}

#footerReferenser .left
{
	width:100%;
	padding:8px 0px 0px 0px;
}

#footerReferenser .right
{
	height:126px;
	width:314px;	
	position:absolute;
	right:-5px;
	top:-126px;
	float:left;
}

/*----------------Startpage----------------------*/

#primaryContentStartpage 
{
	float:left;
	display:inline;
	color:#000000;
	margin:0 0px 0px 0px;
	padding:0px 0px 0px 0px;
	z-index:99999;
	height:auto;
	width:647px;
	vertical-align:bottom;
}

*html #primaryContentStartpage
{
	width:645px;
}

#primaryContentStartpage p
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
}

/*-----------------Form Master 2008------------------*/
#dnn_ctr1822_FormMaster_lblRequired, #dnn_ctr1827_FormMaster_lblRequired, #dnn_ctr1828_FormMaster_lblRequired
{
	display:none;
}

.formTipsa .NormalTextBox, .Contact .NormalTextBox, .References .NormalTextBox
{
	margin-bottom:10px;
}

.formTipsa p, .Contact p, .References p
{
	margin-bottom:10px !important;
}

/* =================================================
    CSS STYLES FOR HouseMenu
================================================= */

#menuHolder
{
	float:right;
	right:0;
	font-weight:bold;
	height:114px;
	width:679px;
}

#topMenu
{
	font-size: 11px;
	text-align:right;
	height:28px;
	line-height:28px;
	padding-right:0;
}

#topMenu a
{
	font-weight:bold !important;
}

#topMenu a:active
{
	text-decoration:underline;
}

#firstMenu
{
	padding: 4.8em 0em 0em 0em;
	font-size: 11px;
}

#secondMenu
{
	padding: 0em 0em 0em 0em;
	font-size: 11px;	
	font-weight:normal;
}

#mainMenu
{
	position:relative;
    z-index: 99999;
	height: 1.8em;
	padding: 0em 0em 0em 0em;
	margin: 0px 0px 0px 0px;
}

#HouseMenuNav
{
	position:relative;
}

#mainMenu a 
{	
	display: block;
}

#mainMenu ul 
{
	/* all submenu lists */
	float:right;
	position: relative;
}

#mainMenu li 
{
	/* all list items */
	text-transform:uppercase;	
    margin: 0;
    border: 0;
    padding: 0;
}

#mainMenu ul li
{
	position: relative;
	display: inline;
	float:left;
}

#mainMenu ul li a
{	/* paddingen sätter höjden på menyflikarna*/
	padding: 0em 0em 0em 0em;
	text-decoration: none;
}

#mainMenu ul li a:hover
{
	text-decoration: none;
}

*html #mainMenu ul li a
{	/* paddingen sätter höjden på menyflikarna*/
	padding: 0em 0em 0em 0em;
	text-decoration: none;
	display:inline;
	float:none !important;
}

*html #mainMenu li li a:hover
{
	margin: 0em 0em 0em 0em;	
}

#firstMenu .current, #firstMenu .current:hover, #firstMenu .breadcrumb, #firstMenu .breadcrumb:hover,
#secondMenu .current, #secondMenu .current:hover, #secondMenu .breadcrumb, #secondMenu .breadcrumb:hover
{
	text-decoration: underline;
}

#firstMenu #mainMenu ul li a
{	
	font-weight:Bold;
}

#firstMenu .separator
{
	margin:0em 0.3em 0em 0.3em;
}

#secondMenu #mainMenu ul li a
{
	font-weight:Normal;
}

#secondMenu .separator
{
	margin:0em 0.3em 0em 0.3em;
}

/*-----------------------leftMenu----------------------*/

#leftMenu
{
	font-size: 12px;
	text-transform:uppercase;
}

#leftMenu li
{
	margin:1em 0em 1em 0em;
	padding:0;
	list-style:none !important;
}

#leftMenu ul
{
	padding: 0px 0px 0px 43px;
	margin: 0;
}

#leftMenu ul li a
{
	font-weight:Normal;
}

/*left submenu*/
#leftMenu li li
{
	margin:0.4em 0em 0em 0em;
	padding:0;
	list-style:disc !important;
}

/*left submenu*/
#leftMenu li ul
{
	margin: 0.4em 0em 0em 1.5em;
	padding:0;
}

/*left submenu*/
#leftMenu ul ul
{
	text-transform:none;
}

/*------------------------------------------------------*/

.ArrowPointer 
{
	cursor:default;
}

/*----------------------SITEMAP MENU----------------------*/

#sitemapMenu li
{
	color: #0E8D50;
	list-style:none !important;
	margin-top:10px;
}

#sitemapMenu li li
{
	list-style:disc !important;
	margin-top:0px;
}

#sitemapMenu li li a
{
	font-weight:normal !important;
}



/*----------------------adminMenu-------------------------*/

#adminMenu
{
	float:left;
	display:inline;
	background-color:#FFFFFF;
	margin-right:20px;
}

#hostMenu
{
	float:left;
	display:inline;
	background-color:#FFFFFF;
}

#adminMenu li, #hostMenu li
{
	list-style:none !important;
}

/*----------------------------------------------------------*/


/*-----------Text size css to override------------*/

.text_normal
{
	margin-right:5px;
}

.text_medium
{
	margin-right:5px;
}

.text_large
{

}
/*------------------------Feedback--------------------------*/

.PagingTable
{
	clear:both;
	width:300px;
}

#dnn_ctr1726_ViewComments_dlComments
{
	clear:left;
}

#dnn_ctr1726_ViewComments_dlComments .head
{
	color:#0E8D50;
	font-weight:bold;
}

#dnn_ctr1726_ViewComments_dlComments .subhead,
#dnn_ctr1726_ViewComments_dlComments .Normal
{
	float:left;
	display:inline;
	clear:both !important;
}

/*********************print*********************/
@media print { 
body {
	text-align: left;
}

#menyHolder, #leftContent, #footer, .noscript, #topMenu, #firstMenu, #secondMenu, #leftMenu, #rightContent .ContainerText, .ContainerImageRight
{ 
	display: none !important; 
	height:0;
	width:0;
}

#siteTop
{ 
	height:0;
	width:0;
	margin:0;
	padding:0;
}

#headerContent
{
	background-image:url('images/logo.gif');
	clear:both;
	height: 98px;
	width: 282px;
	margin:0px;
	padding:0px;
}
#outer 
{
	clear:both;
	width:600px;
	margin:0px;
	padding:0px;
}
#mainContent
 {
 	clear:both;
 	margin:0px;
	padding:0px;
	width:600px;
}
#primaryContent 
{
	float:left;
	clear:both;
	padding:0px;
	margin:0px;
	width:600px;
}

#rightContent .ContainerTextRight
{
	float:left;
	clear:both;
	margin:20px 0px 0px 0px;
	padding:0px;
	width:600px;
}

#rightContent 
{
	color:#000000;
	float:left;
	height:auto;
	margin:0;
	padding:0;
	padding-bottom:0;
}

#rightContent .ContainerImageRight
{
	margin:0px 0px 0px 0px;
}

#rightContent p
{
	margin:0px 0px 0px 0px;
}

#rightContent object
{
	display: none; 
}

.hogertext 
{
	padding: 0px;
}
}

/*******************************/
.border {	
	border-right: 1px solid #CCCCCC;
	float: left;
}
