/* LAYOUT */
body {
padding: 0; /* behövs alltid!! */
margin: 0; /* sidans marginaler */
text-align: center;  /* centrerar layouten- för äldre webläsare  */
background-color: #BDBE8A; color: #233E30;
background-image: url(bg_body.png);
background-repeat: repeat-x;
font: 76% Verdana, Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5 { 
font-family: Georgia, Times, "Times New Roman", serif;
color: #426471;
background-color: inherit;
letter-spacing: 1px;
margin-top: 30px;
margin-bottom: 4px; }

p { margin: 0 0 15px 0;
font-size: 1em;
line-height: 140%; }

.p.rubriker{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #233E30;}

a { color: #426471; background-color: inherit; text-decoration: underline; }
a:visited { color: #426471; background-color: inherit; }
a:hover { color: #B1B168; background-color: inherit; }
a img { border: none; }

hr { border: thin solid #426471; margin-top: 30px; margin-bottom: 30px; }

.cleartopmargin { margin-top: 0; }
.center { text-align: center; }

/* layout */

#layout {
width: 900px;  /* fast bredd */
margin: 0 auto;  /* centrerar layouten 2 */
text-align: left;   /* centrerar layouten 3 - justerar tillbaka innehållet åt vänster */
background-image: url(layout2-1.jpg);
background-repeat: no-repeat;
background-position: top;
border: 1px solid #000;}


/* sidhuvud */

#sidhuvud {
width: 100%;
background-color: inherit; color: #172436;
float: left; }

#shheight { height: 120px; }


/* kolumncontainer */

#kolumncontainer { width: 100%;
background-color: inherit; color: inherit;
clear: both; }

/* kolumn: main */

#main { width: 650px; float: left;}

#maincontent { padding: 0;}  /* fast bredd - pixlar */


/* kolumn: side */

#side { width: 220px; float: right;}

#sidecontent { padding: 140px 10px 5px 10px; }  /* fast bredd - pixlar */

/* meny */

#menybox {
font-family: Verdana, Arial, Helvetica, sans-serif;;
font-size: 11px;}

/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 80px; /* Width of Menu Items */
border-bottom: 1px solid #676735;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
z-index: 100;
position: absolute;
width: 150px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
width: 100%;
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #BDBE8A;
padding: 1px 2px;
border: 1px solid #676735;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background-color: #B1B168;
}

.suckerdiv .subfolderstyle{
background: url(pil.gif) no-repeat center right;
background-color: #BDBE8A;
}
	
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

/* sidfot */

#sidfot {
width: 100%;
background-color: #676735; color: #B1B168;
clear: both; }

#sidfotcontent {
padding: 7px;
text-align: center; }

#sidfotcontent p {
margin: 0;
font-size: x-small; }

#sidfotcontent img { padding: 5px 5px 0 5px; }
#sidfotcontent a { color: #B1B168; background-color: inherit; text-decoration: none;}
#sidfotcontent a:hover { color: #B1B168; background-color: inherit; text-decoration: line-through;}