/* PNG Fix for IE5.5/6 */ 
    img, div { behavior: url(/css/iepngfix.htc); }

 
body {
    background-color:rgb(243,245,247);
    font-family: Verdana, arial, sans-serif;
    font-size:0.8em;    
}

h1 {
    font-size:1.2em;
}

h2 {
    font-size:1.0em;
    margin-top:20px;
}

p, ul {
    font-size:1.0em;
}

li {
    margin-top:5px;
}

a, a:visited {
    color:rgb(30,30,30);
    text-decoration:none;   
}

a:hover {
    color:rgb(100,30,30);    
}

#site {
    width:800px;
    height:600px;
    margin:auto;
}

#header {
    height:80px;
    background-image:url("../res/logo.png");
    margin:0px;
}

#menu {
    width:720px;
    position:relative;
    top:62px;
    margin-left:40px;
    float:left;
    border-top:1px solid rgb(130,130,130);
    border-bottom:1px solid rgb(130,130,130);
}

#menu a {
   margin-left:20px;
}

#content {
    height:500px;
    background-color:rgb(220,237,242);
    margin:auto;
    width:800px;
    
}

#left {
    height:100%;
    width:390px;
    border-right:solid 1px rgb(177,198,211);
    float:left;
}

#right {
    width:390px;
    height:100%;
    float:left;
}

#footer {
    background-color:rgb(172,191,204);
    width:100%; 
    height:20px;
    font-size:0.6em;
    padding-top:5px;
}

.contentarea {
    width:760px;
    margin:20px;
    float:left;
}

#content .namn {
    margin-top:20px;
}

#footer .namn {
    width:200px;
    padding-left:5px;
    float:left;
}

#footer .contact {
    padding-left:20px;
}
        