body {padding: 2em; margin: 0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.7em; background-image:url(grafik/bgny3.jpg); }
h2 {margin: 0 0 0.5em 0; font-size: 1.5em;}
h3 {margin: 1em 0 0.5em 0; font-size: 1em;}
h4 {margin: 1.5em 0 0.5em 0; font-size: 1em;}
p {line-height: 1.5em; margin: 0 0 15px 0; }

/* sidlayout */
#sidlayout {width: 920px; background-color:#FFFFFF; border-color:#e5cce5; border: 1px solid; margin-right: auto; margin-left: auto;}
#layout {width: 900px; background: #FFF; border-top: 1px solid none; border-right: 1px solid none; border-left: 1px solid none; margin-right: auto; margin-left: auto;}
#sidhuvudcontainer{ padding:0;z-index:10; background-color:#FFFFFF}
#sidhuvud {width: 900px; height:210px; padding: 90px 90px 0px 90px; margin: 0 0 -25px 0;  background-image:url(grafik/headerjuli10.jpg); background-repeat: no-repeat;}
#kolumncontainer{float: left; width: 900px; background: #fff; z-index:9; margin-top:5px;}
#kolumn1 {float: left; width: 770px; padding: 10px; background: #FFF; z-index:6;}
#kolumn4 {float: left; width: 670px; padding: 10px; background: #FFF; z-index:6;}
#kolumn2 {float: right; width: 20px; height: 600px; padding: 0px; z-index:6;}
#kolumn3 {float: right; width: 120px; height: auto; padding: 0px; z-index:6;}
#sidfot {clear: both; padding: 10px; background: #865484; border-bottom: 1px solid none; text-align: center;}
#sidfot a:link{color: #fff;}
#sidfot a:hover{color: #000000;}
#sidfot a:active{color: #fff; font-weight: bold;}
#sidfot a:visited{color: #000000;}

/*css meny*/
/* ============================================================
====
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any
way to fit your requirements.
============================================================
======= */
/* remove the bullets, padding and margins from the lists */
#menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
#menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
#menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
#menu a, .menu :visited {
display:block;
font-size:11px;
width:106px;
padding:7px 0;
color:#fff;
background:#865484;
text-decoration:none;
margin-right:1px;
text-align:center;
}
/* style the links hover */
#menu :hover{
color:#000;
background:#efdbed;
}

/* hide the sub level links */
#menu ul ul {
visibility:hidden;
position:absolute;
width:106px;
height:0;
}
/* make the sub level visible on hover list or link */
#menu ul li:hover ul,
#menu ul a:hover ul{
visibility:visible;
}

/*Gravatar*/
gravatar {
        float:right;
        padding: 3px;
        margin-right: 5px;
        margin-left: 5px;
        border: 1px solid #ccc;
        background: #fff;
}

.postgrav {
        float:right;
        padding: 3px;
        margin-right: 5px;
        margin-left: 5px;
        border: 1px solid #ccc;
        background: #fff;
		}