/* 
    Document   : VGKMain
    Created on : den 25 januari 2005, 16:08
    Author     : Anders
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


a:link {color: #000000;}
a:visited {color: #000000;}
a:hover {color: #3D6FEE;}
a:active {color: #000000;}
a {text-decoration: none;}

img{
    border: 0px;
    margin: 0px;
    padding: 0px;
}

ul.main { /* all lists */
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-family: Arial,Verdana, Lucida, Geneva, Helvetica,sans-serif;
    font-size: 12px;
   
}

#nav li { 
    float: left;
    position: relative;   
    
}

.menu ul { /* dropdown */
    display: none;
    float: none;
    position: absolute;
    border-bottom: 2px solid #366538;
    border-left: 2px solid #366538;
    border-right: 2px solid #366538;
    top: 1.65em;
    left: 0;
    width: 110px;   
}

.menu a{ /*menu-listan*/
    float: left;
    position: relative;
    width: auto;
    background-color: #07480E;
    border-top: 1px solid  #07480E;
    padding: 2px 3px 2px 3px;
}

.menu a:link {color: #FFFFFF;}
.menu a:visited {color: #FFFFFF;}
.menu a:hover {color: #F7F3BA;}
.menu a:active {color: #FFFFFF;}

.menu li a{ /* Dropdown */
	width: 110px;
        background-color: #eff7e5;
        border: 0;
        color: #000000;
        display: block;
        padding: 2px 2px 2px 2px;
}
.menu li a:link {
    color: #000000;
}
.menu li a:visited {
    color: #000000;
}
.menu li a:hover {
    background-color: #04580D;
    color: #FFFFFF;
}
.menu li a:active {
    color: #000000;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* show lists nested under hovered list items */
	display: block;
}

#header
{   
    width: 750px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    /*background-color: #07480E;*/
    text-align: left;
    margin-bottom: 2px;
    margin-top: 10px; 
    background: url("/bilder/head_img.jpg");
}
ul.rest
{   
    list-style-type: none;
padding: 0;
margin: 0;
}

.rest li
{
background-image: url(/bilder/menu.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: .6em;
}
body{
    background-color: #fff;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

#vgkMain{
    width: 750px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    text-align: left;
    padding: 3px 0px 1px 0px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    background-color: #FFF;
    color: black;
    border: 1px solid #366538;
}
h1{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    padding: 5px;
    margin: 0px;
    color: #366538;
}
h3{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    padding-top: 4px;
    padding-bottom: 2px;
    margin: 0px;
    color: #366538;
}
h4{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 2px;
    margin: 0px;
    color: #366538;
}
h5{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 4px;
    margin: 0px;
}
h6{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    padding-bottom: 4px;
    padding-top: 4px;
    margin: 0px;
    color: #625F5A;/*#3C692E;*/
}
h5.green{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 4px;
    margin: 0px;
    color: #366538;
}
