html, body {
    margin:0;
    padding:0;
}

body {
    font-family:verdana;
    font-size:12px;
    background:white;
    background:url("../img/bg.gif") repeat-x #fff;
    color:#2d2d2d;
} /* #f6f6f6; */

h1 {
    color:#004933;
    font-size:15px;
    text-transform:uppercase;
    font-weight:bold;
}

h2 {}

h3 {}

p {}

img, img a:link, img a:visited, img a:hover {
    border:0;
    margin:0;
    padding:0;
}

a:link, a:visited {
    color:#d90001;
    text-decoration:none;
}

a:hover, a:active {
    color:#d90001;
    text-decoration:underline;
}

/*----------------------------------------------*/

.wrapper {
    text-align:center;
}

.container {
    width:720px;
    margin:0 auto;
    text-align:left;
    background:white;
}

.header {
    background:url("../img/bg.gif") repeat-x #a1d2e6;
    height:159px;
}

#logo {
    float:left;
    position:absolute;
    margin-top:22px;
}

.mainfix {
    width:720px;
    padding:0px 15px 15px 15px;
    margin-top:22px;
}

.main {
    width:430px;
    border-right:1px solid #e8e8e8;
    padding-right:15px;
}
p {
    line-height:17px;
}

.sidebar {
    width:240px;
    float:right;
    padding-right:15px;
}

.footer{
    padding:15px 15px 15px 15px;
}

.links {
    margin-top:130px;
    float:left;
    position:absolute;
}

.copy {
    position:absolute;
    float:left;
    margin-left:375px;
    margin-top:55px;
    font-size:10px;
    color:#2aa34f;
}

.mitt {
    text-align:center;
    line-height:20px;
}

li {
    margin-top:10px;
}

/*--------------------------- meny -----------------*/

#meny{margin-left: 0; padding-left: 0; font-size: 10px;text-transform:uppercase;font-weight:bold;}
#meny li{display: inline; list-style-type: none;}
#meny a{ text-decoration: none;padding: 7px 14px;}

#meny a:link, #meny a:visited{color: #ffffff; background: #2aa34f;}
#meny a#current {background: #fff; color: #d90001;}
#meny a:hover {background: #2aa34f; color: #f60001;}
