a{text-decoration: none; font-family: 'Palatino Linotype'; font-size: 14px;}
.body{background: #b6a698; font-family: 'Palatino Linotype'; font-size: 12px;}
.td1{font-family: 'Palatino Linotype'; font-size: 16px; color: #000000;}
.tdtext{font-family: 'Palatino Linotype'; font-size: 14px; font-weight: bold; color: #000000;}
.tdcount{font-family: 'Palatino Linotype'; font-size: 10px; color: #000000;}
.tdfoto{font-family: 'Palatino Linotype'; font-size: 10px; color: #000000;}
.tdnorm{font-family: 'Palatino Linotype'; font-size: 12px; color: #000000;}
.aback{text-decoration: none; font-family: 'Palatino Linotype'; font-size: 12px;}
.tdfooter{font-family: 'Palatino Linotype'; font-size: 9px; color: #000000;}
.afooter{text-decoration: none; font-family: 'Palatino Linotype'; font-size: 9px;}
.text {FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: Palatino Linotype; TEXT-DECORATION: none; text-shadow: black;}
.texthead {FONT-SIZE: 12pt; COLOR: #000000; FONT-FAMILY: Palatino Linotype; TEXT-DECORATION: none; text-shadow: black;}
.newstext {FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Palatino Linotype; TEXT-DECORATION: none; text-shadow: black;}
.text1 {FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: Palatino Linotype; TEXT-DECORATION: none}
.atext {FONT-SIZE: 9pt; FONT-FAMILY: Palatino Linotype; TEXT-DECORATION: none}
.text2 {FONT-SIZE: 9pt; COLOR: #474d4d; FONT-FAMILY: Verdana; TEXT-DECORATION: none}
.text3 {FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #474d4d; FONT-FAMILY: Verdana; TEXT-DECORATION: none}
.text4 {FONT-SIZE: 9pt; COLOR: #474d4d; FONT-FAMILY: Verdana}
.headerdog{font-family: 'Palatino Linotype'; font-size: 16px; color: #000000;}
/* genomskinlig bild */
#opacitet {opacity: 0.5; filter: alpha(opacity=50);}



.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
font-family: Palatino Linotype;
font-size: 12px;
font-weight: Bold;
position: relative;
display: inline;
float: left;
background-color: #414141; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
font-family: Palatino Linotype;
font-size: 12px;
width: 80px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 1px solid black;
border-left-width: 0;
text-decoration: none;
color: white;
}
	
/*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: left;
}

/*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: 160px; /*width of sub menu levels*/
color: white;
text-decoration: none;
padding: 1px 5px;
border: 0px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color: #b6a698;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #414141 url(down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #414141 url(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 */

