
.Sideoverskrift { font-family: Verdana; font-size: 16pt; font-weight: bold; text-align: justify; 
               margin-left: 10; margin-top: 6; margin-bottom: 6 }
.bundtekst   { font-family: Verdana; font-size: 12px; text-align: center; font-weight: bold }
.tekst       { margin:6 10; font-family: Times New Roman; text-align: justify; font-size:12pt  }
table        { align: center; text-align:justify; border: 0px none; }
table-digte  { align: center; text-align:justify; border: 0px none; }
h1           { font-family: Verdana; font-size: 16pt; font-weight: bold; margin: 6 10 }
h2           { font-family: Verdana; font-size: 13pt; font-weight: bold; text-align: justify; 
               margin-left: 10; margin-top: 6; margin-bottom: 6 }
h3           { margin:6 10; font-family: Verdana; font-size: 11pt; font-weight: bold; text-align: justify; 
                }
                              
body {
  float: center;
  margin: 0;
  background-image: url('grafik/back2.jpg');
  background-position: 50% 50%;
  background-attachment: fixed;
  }
  
  

<style type="text/css"> .indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
border-left:0px solid #564c66; border-right:0px solid #564c66; border-top:0px solid #564c66; border-bottom:0px solid #564c66; margin:0; padding:0; float: left;
width: 100%; /*width of menu*/
/*dark purple border*/
background: black url('grafik/indentbg.gif') repeat-x center;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 0px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url('grafik/indentbg2.gif') repeat-x center;
}

</style> <style type="text/css"> .suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 160px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
background: #99CCFF;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
border-left:1px solid #ccc; border-right:1px solid #ccc; border-top:1px solid #ccc; display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
font-family: Verdana; 
font-size: 10pt;
background: #99CCFF;
border-bottom: 0px none;; padding-left:5px; padding-right:5px; padding-top:1px; padding-bottom:1px
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background-color: yellow;
}

.suckerdiv .subfolderstyle{
background: url('arrow-list.gif') no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

</style> <script type="text/javascript"> suckertree vertical menu 1.1 nov 8th, 06 by dynamic drive: http://www.dynamicdrive.com/style/ var menuids=["suckertree1"] enter id(s) of suckertree ul menus, separated by commas function buildsubmenus(){
for (var i=0; i<menuids.length; i++){
  var ultags=document.getElementById(menuids[i]).getElementsByTagName("ul")
    for (var t=0
    }
    ultags[t].parentNode.onmouseout function({ this.getElementsByTagName("ul")[0].style.display for var t ultags.length-1 t>-1 t--{ //loop through all sub menus again, and use "display:none" to hide menus (to prevent possible page scrollbars
		ultags[t].style.visibility="visible"
		ultags[t].style.display="none"
		}
  }
}

if (window.addEventListener)
window.addEventListener("load", buildsubmenus, false)
else if (window.attachEvent)
window.attachEvent("onload", buildsubmenus)

</script>