﻿/* STYLES FOR OVERALL DIV STRUCTURE */
body.normalPage
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Sans-Serif;
	font-size: 75%;
	/*font-size: 0.75em;*/
	/*line-height: 1.3em;*/
	color: #666666;
	background-color: #f9f9f9;
	vertical-align: top;
	text-align: center;
}

#outerSiteArea 
{	
	width: 788px;
	margin-top: 0px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
	color: inherit;
	background-color: White;
	background-image: url(/images/DalaVind/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#outerSiteAreaEnding 
{
	width: 788px;
	height: 1px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	color: inherit;
	background-color: transparent;
	
	/* Ska detta tas med???????
	background-image: url(/images/DalaVind/bg-slut.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 27px;*/
	
	clear: right;
}

#innerSiteArea 
{
	width: 732px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	padding-bottom: auto;
	color: inherit;
	background-color: White;
}

#headerArea 
{
	float: right;
	width: 100%;
	height: 100px;
	text-align: left;
	vertical-align: bottom;
	color: inherit;
	background-color: White;
	background-image:url(/images/DalaVind/sidhuvud.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	overflow: hidden;
}

#middleArea 
{
	float: right;
	/*width: 100%;
	height: 100%;
	clear: both;*/
	text-align: left;
	margin: 20px 0px 20px 0px;
}

#menuBorderLeft 
{
	float: left;
	min-height: 300px;
	height: inherit;
	width: 1px;
	border-left: solid 1px #d4d4d4;
	padding: 0px 0px 0px 0px;
	margin: 0px 19px 0px 20px;
}

#menuBorderRight 
{
	float: left;
	min-height: 300px;
	height: inherit;
	width: 1px;
	border-left: solid 1px #d4d4d4;
	padding: 0px 0px 0px 0px;
	margin: 0px 19px 0px 20px;
}

#leftMenuArea 
{
	float: left;
	min-height: 300px;
	height: 100%;
	width: 170px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#contentArea 
{
	float: left;
	min-height: 300px;
	/*height: 100%;
	overflow: hidden;*/
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.firstPageContentWidth 
{
	width: 440px;
}

.normalPageContentWidth 
{
	width: 310px;
}

.widePageContentWidth 
{
	width: 520px;
}

.fullPageContentWidth
{
	width: 731px;
}

#rightMenuArea 
{
	float: left;
	min-height: 300px;
	height: 100%;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.firstPageRightWidth 
{
	width: 251px;
}

.normalPageRightWidth 
{
	width: 170px;
}

#footerArea 
{
	float: right;
	width: 100%;
	clear: right;
	color: White;
	background-color: #006633;/*#348400;*/
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 7px;
	padding-bottom: 7px;
}

#footerAreaLeft 
{
	float: left;
	color: White;
	background-color: #006633;
	font-size: 0.9em;
	text-align: left;
	padding-left: 15px;
}

#footerAreaRight 
{
	float: right;
	color: White;
	background-color: #006633;
	font-size: 0.9em;
	text-align: right;
	padding-right: 15px;
}

#footerAreaLeft a:active, #footerAreaLeft a:hover, #footerAreaLeft a:visited, #footerAreaLeft a:link 
{
	color: White;
	background-color: #006633;
	font-weight: bold;
	text-decoration: none;
	padding-top: 6px;
	margin-left: 20px;
	padding-bottom: 7px;
}

#footerAreaRight a:active, #footerAreaRight a:hover, #footerAreaRight a:visited, #footerAreaRight a:link 
{
	color: White;
	background-color: #006633;
	font-weight: bold;
	text-decoration: none;
	padding-top: 6px;
	margin-left: 20px;
	padding-bottom: 7px;
}


/* CONTENT AREA */
h1.content 
{
	font-family: Trebuchet, Sans-Serif;
	font-size: 1.6em;
	font-weight: normal;
	/*line-height: 1.4em;*/
	color: #006633;
	background-color: White;
}

h2.content 
{
	font-family: Arial, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
	/*line-height: 1.4em;*/
	color: #666666;
	background-color: White;
	padding-bottom: 0em;
	margin-bottom: 0em;
	
	EditMenuName: Rubrik;
}

table
{
	font-size: 1em;
}

td
{
	font-size: 1em;
}

table.classic
{
	border-collapse: collapse;
	border: solid 0.1em #777777;
	EditMenuName: Standardtabell;
}

table.classic th
{
	text-align: left;
	font-weight: bold;
	border: solid 0.1em #777777;
	background-color: #DADADA;
	padding: 0.4em;
}
table.classic td
{
	border: solid 0.1em #777777;
	padding: 0.2em 0.4em;
}

p
{
	padding-top: 0em;
	margin-top: 0em;
}

h2.firstPageRightMenu 
{
	font-family: Trebuchet, Sans-Serif;
	font-size: 1.25em;
	font-weight: bold;
	/*line-height: 1.0em;*/
	color: #006633;
	background-color: White;
	margin-bottom: 0.3em;
}

.ingress 
{
	font-family: Arial, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	background-color: White;
}

a:link, a:active, a:visited, a:hover{
	color: #1585CD;
	background-color: White;
	text-decoration: none;
	font-weight: bold;
}

.formHeader
{
	font-family: Arial, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
	color: #666666;
}

.formInput
{
	font-family: Arial, Sans-Serif;
	font-size: 1em;
	margin: 0em 0em 0.9em 0em;
	padding: 0.1em 0.1em 0.1em 0.1em;
}


/* TOP MENU */
#topMenuTable 
{
	float: left;
	position: relative;
	top: 71px;
	left: 70;
	height: 29px;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	margin-right: auto;
	margin-left: auto;
}

.normalTopMenuLeft 
{
	background-image:url(/images/DalaVind/flik_bla_1.gif);
	background-repeat: no-repeat;
	vertical-align: bottom;
	padding-right: 8px;
}

.normalTopMenuMiddle 
{
	background-image:url(/images/DalaVind/flik_bla_2.gif);
	background-repeat: repeat-x;
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 6px;
}

.normalTopMenuRight 
{
	background-image:url(/images/DalaVind/flik_bla_3.gif);
	background-repeat: no-repeat;
	vertical-align: bottom;
	padding-left: 9px;
}

.normalTopMenuMiddle a:link, .normalTopMenuMiddle a:visited, .normalTopMenuMiddle a:hover, .normalTopMenuMiddle a:active 
{
	text-decoration: none;
	color: White;
	background: #3e9eda;
}

.activeTopMenuLeft 
{
	background-image:url(/images/DalaVind/flik_gron_1.gif);
	background-repeat: no-repeat;
	vertical-align: bottom;
	padding-right: 8px;
}

.activeTopMenuMiddle 
{
	background-image:url(/images/DalaVind/flik_gron_2.gif);
	background-repeat: repeat-x;
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 6px;
}

.activeTopMenuRight 
{
	background-image:url(/images/DalaVind/flik_gron_3.gif);
	background-repeat: no-repeat;
	vertical-align: bottom;
	padding-left: 9px;
}

.activeTopMenuMiddle a:link, .activeTopMenuMiddle a:visited, .activeTopMenuMiddle a:hover, .activeTopMenuMiddle a:active 
{
	text-decoration: none;
	color: White;
	background: #109071;
}


/* LEFT MENU */
#leftMenuContainer 
{
	font-family: Arial, Sans-Serif;
	font-size: 1em;
	padding: 5px 0px 10px 0px;
}

.leftMenuHeading 
{
	color: #666666;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 8px;
	margin-bottom: 2px;
	background-color: Transparent;
	background-image: url(/images/DalaVind/linje-punktad-horisontell.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.normalLeftMenuChildItem 
{
	color: #1585cd;
	background-color: Transparent;
	background-image: url(/images/DalaVind/linje-punktad-horisontell.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

.normalLeftMenuChildItem a:active, .normalLeftMenuChildItem a:hover, .normalLeftMenuChildItem a:visited, .normalLeftMenuChildItem a:link 
{
	display: block;
	color: #1585cd;
	background-color: inherit;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 7px;
}

.selectedLeftMenuChildItem 
{
	color: #348400;
	background-color: Transparent;
	background-image: url(/images/DalaVind/linje-punktad-horisontell.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

.selectedLeftMenuChildItem a:active, .selectedLeftMenuChildItem a:hover, .selectedLeftMenuChildItem a:visited, .selectedLeftMenuChildItem a:link 
{
	display: block;
	color: #006633;
	background-color: inherit;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 7px;
}

.normalLeftMenuTopItem 
{
	color: #1585cd;
	background-color: Transparent;
	background-image: url(/images/DalaVind/linje-punktad-horisontell.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

.normalLeftMenuTopItem a:active, .normalLeftMenuTopItem a:hover, .normalLeftMenuTopItem a:visited, .normalLeftMenuTopItem a:link 
{
	display: block;
	color: #1585cd;
	background-color: inherit;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 7px;
}

.selectedLeftMenuTopItem 
{
	color: #006633;
	background-color: Transparent;
	background-image: url(/images/DalaVind/linje-punktad-horisontell.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

.selectedLeftMenuTopItem a:active, .selectedLeftMenuTopItem a:hover, .selectedLeftMenuTopItem a:visited, .selectedLeftMenuTopItem a:link 
{
	display: block;
	color: #006633;
	background-color: inherit;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 7px;
}


/* RIGHT MENU */
	.rightColumnDIV 
	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 20px 0px;
	}
	
	.rightColumnImageDIV
	{
		background-image: url(/images/DalaVind/linje-punktad-horisontell.gif);
		background-position: bottom;
		background-repeat: repeat-x;
		margin: 0px 0px 20px 0px;
		padding: 0px 0px 20px 0px;
	}
	
	.rightColumnFPDIV
	{
		background-image: url(/images/DalaVind/linje-punktad-horisontell.gif);
		background-position: bottom;
		background-repeat: repeat-x;
		margin: 0px 0px 20px 0px;
		padding: 0px 0px 20px 0px;
	}
	
	.rightColumnImageDIV img
	{
		overflow: hidden;
		border-style: none;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	.rightColumnBoxContainer {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	.rightColumnBoxHeadLine {
		margin: 0px 0px 3px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	.rightColumnBoxHeadLineText
	{
		font-family: Arial, Sans-Serif;
		font-size: 1em;
		font-weight: bold;
		/*line-height: 1.5em;*/
		color: #666666;
		background-color: White;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	.rightColumnBoxUL{
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}

	.rightColumnBoxUL li{
		margin: 3px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		list-style-type: none;
	}


/* SITEMAP PAGE */
.sitemapTopRow
{
	height: 2.1em;
	vertical-align: bottom;
}

a:active.sitemapTopElement, a:hover.sitemapTopElement, a:visited.sitemapTopElement, a:link.sitemapTopElement
{
	font-weight: bold;
	font-size: 1.15em;
	line-height: 1.5em;
}

a:active.sitemapChildElement, a:hover.sitemapChildElement, a:visited.sitemapChildElement, a:link.sitemapChildElement
{
	padding: 0em 0em 0em 0.4em;
	margin: 0em 0em 0em 0em;
	font-weight: bold;
	font-size: 1em;
}

.sitemapTable
{
}