html, body
{
font-family: Verdana, Book Antiqua, Palatino, serif;
font-weight:normal;
background:#277f0f;
height:100%;
margin: 0 auto;
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
font-size:11px;
line-height:18px;
}

a
{
text-decoration:none;
color: #13610d;
}

h1
{
font-family: Georgia, Book Antiqua, Palatino, serif;
font-size:16px;
margin-bottom:1px;
color: #13610d;
}

h2
{
font-size:12px;
margin-bottom:1px;
}

h3
{
font-family: Verdana, Book Antiqua, Palatino, serif;
font-weight:normal;
font-size:11px;
line-height:18px;
}


#container
{
width:820px;
background:#FFF;
align:center;
margin:0 auto;
margin-top:10px;
display:table;
padding:15px;
border:1px solid #13610d;
}

#top
{
width:100%;
border:0px solid #000;
height:156px;
}

#meny
{
height:29px;
background:#efefef;
}


#content
{
width:100%;
border:0px solid #000;
display:table;
padding-top:20px;
line-height:20px;
font-weight:normal;

}

#forsta_left
{
width:605px;
border:0px solid #000;
display:table;
padding-top:20px;
line-height:20px;
font-weight:normal;
float:left;
padding-left:15px;
}

#forsta_right
{
width:157px;
border:0px solid #000;
display:table;
padding-top:20px;
line-height:20px;
font-weight:normal;
float:left;
margin-left:15px;
margin-top:10px;
background: #F3F3F3;
padding:8px;
}

#forsta_right a
{
text-decoration:underline;
}


#content_div
{
width:100%;
border:0px solid #000;
height:550px;
padding-top:20px;
line-height:20px;
font-weight:normal;
overflow: auto;
}

#content a:hover
{
background: #e6e6e6;
}



#footer
{
height:25px;
background:#efefef;
border:0px solid #000;
padding-left:20px;
font-weight:bold;
padding-top:4px;
font-size:11px;
margin-top:10px;
font-family:georgia, verdana;
color: #13610d;
}

#bottom
{
align:center;
margin:0 auto;
width:820px;
border:0px solid #000;
height:70px;
}

#spalt_left
{
width:250px;
float:left;
margin-left:5px;

}

#spalt_right
{
width:540px;
border-left:1px solid #ccc;
float:left;
margin-left:10px;
padding-left:10px;
}

#spalt_right p
{
font-family: Georgia, Book Antiqua, Palatino, serif;
font-size:14px;
margin-bottom:1px;
color: #13610d;
font-weight:bold;
}

#left
{
width:585px;
border:0px solid #000;
font-weight:normal;
float:left;
margin-top:20px;
margin-left:15px;
}

#right
{
width:200px;
border:0px solid #000;
font-weight:normal;
float:left;
margin-left:15px;
margin-top:20px;
}

.dubbelspalt
{
margin-left:10px;
margin-top:20px;
border:0px solid #000;
}

.foto
{
font-size:10px;
font-style:italic;
margin-top:5px;
}

.kirofoto
{
border:solid 2px #efefef;
}

/*------------MENYN--------------*/



/* common styling */
.menu {font-family: georgia, verdana, arial, sans-serif; width:750px; height:100px; position:relative; font-size:11px; z-index:100;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000;width:auto; height:20px; text-align:center; color:#fff; border:1px solid #fff; background:#710069; line-height:20px; font-size:11px; overflow:hidden;}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#36f;}
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0;}
.menu ul li:hover ul li a.hide {background:#6a3; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#ddd; color:#000;}
.menu ul li:hover ul li a:hover {background:#6fc; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}









.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #F3F3F3; /*overall menu background color*/
font-family:georgia, verdana, arial, sans-serif;
font-weight:bold;
font-size:11px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width:77px; /*Width of top level menu link items*/
padding: 5px 7px;
border: 0px solid black;
border-left-width: 0;
text-decoration: none;
color: #13610d;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;

}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 130px; /*width of sub menu levels*/
color: #13610d;
text-decoration: none;
padding: 4px 15px;
border: 1px solid #ccc;
background:#FFF;
margin-top: -1px;
}

.suckertreemenu ul li a:hover{
background-color: #d0d0d0;
color: white;

}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #F3F3F3 url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
