@charset "UTF-8";
/* CSS Document */

body, html
{
margin: 0px;
padding: 0px;
text-align: center;
background-image: url(../images/shell/back_rep_x.gif);
background-repeat: repeat-x;
font-family: Arial;
}

/*Divs starts here*/
#wrapper
{
position: relative;
margin: 0 auto;
text-align: left;
width: 960px;
z-index: 1;
}

#top
{
height: 367px;
background-image: url(../images/shell/top_back.png);
background-repeat: no-repeat;
}

#menu
{
position:absolute;
top: 120px;
left: 160px;
z-index: 1;
width: 700px;
}

#content
{
min-height: 211px;
height: auto !important;
height: 211px;
background-repeat: no-repeat;
}

#content_space
{
padding: 20px 30px 20px 30px;
}

#innercontent_left
{
width: 450px;
float: left;
display: inline;
}

#innercontent_left_space
{
padding-right: 10px;
}

#innercontent_right
{
width: 450px;
float: left;
display: inline;
}

#innercontent_right_space
{
padding-left: 10px;
}

#footer
{
height: 72px;
text-align: center;
background-image: url(../images/shell/footer_back.png);
background-repeat: no-repeat;
}

#footer_space
{
padding: 50px 0px 0px 0px;
}

#back_fix
{
position:absolute;
width:100%;
height:578px;
top:0px;
left:0px;
margin:0px;
padding:0px;
background-image: url(../images/shell/back_rep_x.gif);
background-repeat: repeat-x;
background-position: center top;
z-index: 0;
}

#flash
{
position:absolute;
top: 158px;
left: 12px;
width: 936px;
height:206px;
}

.clear
{
clear: both;
}
/*Divs ends here*/

/*Menu starts here*/
#nav, #nav ul
{
margin: 0px;
padding: 0px;
list-style: none;
/*Ny ändring*/
position: relative;
}

#nav ul
{
position: absolute;
top: -999em;
left: -50px;
margin-top: 0px;
z-index: 100000;		
width: 200px;
height: auto;
}

#nav ul ul
{
left: 100%;
/*Topmarginal på flik (menyhöjd + padding)*/
margin-top: -30px;
width: 300px;
}

#nav li
{
/*Ny ändring*/
position: relative;
margin: 0px;
padding: 0px;
float: left;
z-index: 0;
margin-right: 30px;
}

#nav li li
{
z-index: 1000;
margin: 0px;
padding: 0px;
width: 200px;
}

#nav li li li
{
margin: 0px;
padding: 0px;
width: 300px;
}


#nav a
{
display:block;
/*Höjd på meny*/
line-height: 31px;
padding: 0px;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFF;
text-decoration: none;
}

#nav #menu_active
{
background-repeat: no-repeat;
background-position: center bottom;
text-decoration: underline;
font-weight: bold;
}

#nav ul a
{
padding: 0px;
padding-left: 15px;
background-color: #231f20;
height: 30px;
line-height: 30px;
}

#nav ul ul a
{
position: relative;
padding: 0px;
/*Höjd på undermenyer (nivå tre)*/
height: 30px;
line-height: 30px;
padding-left: 150px;
background-color:#231f20;
}

#nav a:hover
{
text-decoration: underline;
}

#nav ul a:hover
{
background-color: #676769;
text-decoration: underline;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul
{
top: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul
{ 			
top: auto;
}
/*Menu ends here*/

/*Typography starts here*/

p, #content a
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #000;
margin: 0px;
padding: 0px;
margin-bottom: 15px;
}

sup
{
line-height: 25px;
}

h1, h2, h3
{
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
line-height: 28px;
font-weight: normal;
margin: 0px;
padding: 0px;
margin-bottom: 15px;
}

h2
{
font-size: 20px;
line-height: 24px;
}

h3
{
font-size: 18px;
line-height: 20px;
}

strong
{
font-weight: bold;
}

#footer p
{
font-size: 10px;
}

a, a:link, a:visited
{
text-decoration: underline;
}

/*Typography ends here*/

/*Other starts here*/
.right
{
float: right;
}

.left
{
float: left;
}
/*Other ends here*/
