html, body /* för att sidan ska täcka hela webbläsarfönstret */
{
margin: 0;
padding: 0;
}

#container
{	
width: 95%;
height: 95%;
margin-top: auto;
margin-bottom: auto;
margin-left: auto;
margin-right: auto;
padding: 0;
position: relative;
}	

#nav
{
float: left;
width: 100px;
height: 550px;
margin: 20px;
}

#nav li
{
width: 170px;
margin-left: -40px;
margin-right: 0;
margin-bottom: 2px;
margin-top: 0;
background-image: url(../pix/bg_menu_green2_2.gif); 
background-repeat: no-repeat; 
background-position: 0% 100%;
list-style: none;
line-height: 18px;
}

#nav li:hover
{
width: 170px;
margin-left: -40px;
margin-right: 0;
margin-bottom: 2px;
margin-top: 0;
background-image: url(../pix/bg_menu_red2.gif); 
background-repeat: no-repeat; 
list-style: none;
line-height: 18px;
}

#body
{	
float: left;
width: 60%;
height: 550px;
padding-right: 10px;
margin-right: auto;
margin-left: 0;
margin-top: 20px;
margin-bottom: 0;
overflow: auto;
}

#pixright
{	
float: right;
margin-left: 20px;
margin-right: 0px;
margin-top: 10px;
margin-bottom: 10px;
overflow: hidden;
}

#pixleft
{	
float: left;
margin-left: 0px;
margin-right: 20px;
margin-top: 10px;
margin-bottom: 10px;
overflow: hidden;
}

p
{
color: #333333;
font-size: 11px; 
font-family: verdana, arial, sans-serif;
font-style: normal;
font-weight: normal;
text-align: left; 
text-decoration: none;
}

h1
{
color: #458920;
font-size: 15px; 
font-family: verdana, arial, sans-serif;
font-style: normal;
font-weight: bold;
text-align: center; 
text-decoration: none;
}

h2
{
color: #458920;
font-size: 13px; 
font-family: verdana, arial, sans-serif;
font-variant: normal;
font-style: normal;
font-weight: bold;
text-decoration: none;
}

#nav ul p
{
margin-left: -40px;
margin-bottom: 5px;
font-variant: small-caps;
}

option
{
color: #3B3942;
font-size: 11px; 
font-family: verdana, arial, sans-serif;
font-style: normal;
font-weight: normal;
text-align: left; 
text-decoration: none;
}

#body a:link, #body a:active
{
color: #458920;
font-size: 11px; 
font-family: verdana, arial, sans-serif;
font-variant: normal;
font-style: normal;
font-weight: bold;
text-align: left; 
text-decoration: none;
}

#body a:hover
{
color: #DE2809;
font-size: 11px; 
font-family: verdana, arial, sans-serif;
font-variant: normal;
font-style: normal;
font-weight: bold;
text-align: left; 
text-decoration: none;
}

#body a:visited
{
color: #2C5116;
font-size: 11px; 
font-family: verdana, arial, sans-serif;
font-variant: normal;
font-style: normal;
font-weight: bold;
text-align: left; 
text-decoration: none;
}

#nav li a, #nav a:visited, #nav a:active
{
color: #458920;
font-size: 11px; 
font-family: verdana, arial, sans-serif;
font-variant: normal;
font-style: normal;
font-weight: bold;
text-decoration: none;
}

#nav li a:hover, #lang li a:hover
{
color: #DE2809;
font-size: 11px; 
font-family: verdana, arial, sans-serif;
font-variant: normal;
font-style: normal;
font-weight: bold;
text-decoration: none;
}

#lang li a, #lang a:visited, #lang a:active
{
color: #333333;
font-size: 11px; 
font-family: verdana, arial, sans-serif;
font-variant: normal;
font-style: normal;
font-weight: bold;
text-decoration: none;
}

li
{
font-size: 11px; 
font-family: verdana, arial, sans-serif;
font-style: normal;
font-weight: normal;
color: #3B3942;
line-indent: 0px;
text-align: left; 
text-decoration: none;
}