﻿body
{
	padding:0;
	margin:0;
	background-color: white;
	color: #333333;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	background: url(images/bg_map.png) top left no-repeat;
}

a
{
	/*color: Black;*/
	color: #0066CC;
}

a:hover
{
	color: #1B8CFD;
}

a.NoUnderline
{
	text-decoration: none;
}

a.NoUnderline:hover
{
	color: #999999;
}

a.linkActive, a.linkInActive
{
	display: block;
	margin: 3px;
	text-transform: capitalize;
	font-size: 11px;
}


h1
{
	font-size: 48px;
	color: #7A7840;
	font-family: Tahoma;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0;
}

h2
{
	color: #E85E0F;
	font-weight: normal;
	font-size: 20px;
	margin: 6px 0 4px 0;
	float: left;
	display: block;
	width: 100%;
}

h2.frm
{
	color: #7A7840;
	font-weight: normal;
	font-size: 24px;
	margin: 0 0 10px 0;
	float: left;
	display: block;
	width: 100%;
}

h3
{
	color: #E85E0F;
	font-weight: normal;
	font-size: 16px;
	margin: 0 0 0 0;
	padding: 0;
}

h4
{
	color: Black;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 2px 0;
	padding: 0;
}

.center
{
	text-align: center;
}

p
{
	line-height: 18px;
    margin: 0 0 8px 0;
}

.lightGray, .lightGrayBold, .darkGray
{
	font-size: 11px;
}

.lightGray
{
	color: #999999;
}

.lightGrayBold
{
	color: #999999;
	font-weight: bold;
}

.darkGray
{
	color: #333333;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.darkGrayBold
{
	color: #333333;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.11px
{
	font-size: 11px;
}

#wrapper
{
	margin: auto;
	width: 980px;
}

#Logo, #HeaderArea
{
	float:left;
}

#HeaderArea
{
	width:100%;
	height: 86px;
}

#FooterArea
{
	width:100%;
}

a img
{
	border:none;
}

#HeaderContent, #TopMenu, #SubMenu
{
	float:left;
	clear:right;
	margin-right: 40px;
}

#HeaderInfo
{
	float: right;
	margin-right: 20px;
	padding: 10px 0 10px 0;
	width: 770px;
}

#HeaderContent
{
	/*padding-right: 8px;*/
}

.panoramaImg
{
    position: absolute; 
    left: 0; 
    width: 100%; 
    height: 350px;
    z-index: 20;
}

#ContentArea
{
	clear:left;
	background-color:#fff;
}

.left
{
	float:left;
}

#LanguageBar
{
	float: right;
	width: 22px;
	height: 60px;
}

#LanguageBar a
{
	/*margin-left: 5px;*/
}

.windIcon
{
	float:left;
}

.weatherInfo
{
	float:left;
}

/* Meny */
#menu 
{
    float: right;
    margin-right: 40px;
    padding: 6px 0 10px 10px;
    z-index: 9999;
}

#menu ul 
{
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

#menu ul li
{
	margin-left: 20px;
}

.menu_lev1
{
	font-size: 16px;
	font-weight: normal;
}

.menu_lev1 a
{
	color: #666666;
	text-decoration: none;
}

.menu_lev1_selected
{
    font-size: 16px;
	font-weight: normal;
}

.menu_lev1_selected a
{
	color: #E85E0F;
	text-decoration: none;
}

.menu_lev1 a:hover
{
	color: #E95D12;
	text-decoration: none;
}


/* Submeny */
div.divSubMenu
{
	padding: 30px 0 0 0; 
	width: 980px; 
	text-align: center; 
	margin: auto;
	height: 54px;
}
ul.navigationBar 
{ 
    list-style:none; 
    margin:0; 
    padding:0; 
} 

ul.navigationBar li 
{ 
    text-align: center;
    display: inline;
} 

ul.navigationBar a 
{ 
    text-decoration: none;
    margin-top: 5px;
    float: left;
    width: 100%;
} 

span.subItem a:hover 
{ 
    color:#E85E0F;
}

.subItemA
{
	color: #333333;
}

.subSelItemA
{
	font-weight: bold;
	color: White;
}

a.subSelItemA:hover
{
	color: white;
}

.subHeader, .subFooter, .subSeperator, .subItem, .subSelItem
{
	display: inline-block;         	
	height: 24px;
}

.subItem
{
    background: url(images/menu_1px_inactive.png) center center repeat;
	width: 110px; 
}

.subSelItem
{
    background: url(images/menu_1px_active.png) center center repeat;
	width: 110px; 
}

.subSeperator
{
	background: url(images/menu_divider.png) center center no-repeat;
	width: 1px; 
}

.subHeader
{
	background: url(images/menu_left_inactive.png) center center no-repeat;
	width: 10px; 
}

.subFooter
{
	background: url(images/menu_right_inactive.png) center center no-repeat;
	width: 10px; 
}

/* form */
        .divBoxOuter
        {
        	padding: 0;
        	margin: 0;
        	float: left;
        }
        
        .divBox
        {
        	padding: 0;
        	margin: 0 0 6px 0;
        }
        
        .txtBox
        {
        	border: solid #797841 1px;
        	font-size: 10px;
        	font-weight: normal;
        	width: 160px;
        	height: 14px;
        	vertical-align: middle;
        	padding-top: 2px;
        	padding-left: 3px;
        }
        
        .button
        {
        	border: solid #797841 1px;
        	font-size: 11px;
        	font-weight: bold;
        	color: white;
        	background-color: #E85E0F;
        	padding: 1px 8px 1px 8px;
        }
        
        .errorInput
        {
        	margin-left: 1px;
        }
        
        p.frmInput
        {
        	padding: 0;
        	margin: 0;
        	font-size: 11px;
        	color: Black;
        }