html, body, #wrapper {
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: center;
	vertical-align: middle;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 10px;
	color: #000000;
	background: #FFFFFF;
	padding-top: 20px;
	--line-height: 10px;
	
	
	
}

#header {
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  width: auto;
  font-size: 100%;
  height: 100px;
  width: 590px;
  top: 0px;
  background: #000000;	
  padding: 0;
  border: 0px;

}

a {
    color: #000;
    text-decoration: none;
    cursor: hand;
}

#pagewrap {

    width: 606px;
    margin-right: auto;
    margin-left: auto;

}

#navwrap {
    background-image: url('../gfx/logga.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    position: relative;
    vertical-align: middle;  
    width: 600px;
    height: 75px;
    border: 0px solid;
    top: 0px;
}

#menu {
    height: 40px;
    vertical-align: middle;      
    float: right;
    border: 0px solid;
    margin-top: 15px;

}


#sub-menu {
    text-align: right;
    border: 0px solid;
    height: 10px;
    width: 595px;
    position: relative;

}

#nav-global { 
    position: relative; 
    margin:0; 
    bottom:0; 
    right:0; 
    font-family:"Trebuchet MS",sans-serif; 
    white-space:nowrap; 
}
#nav-global li { 
    display:block; 
    float:left; 
    list-style-type:none; 
    margin:0; 
    padding:0; 
    text-align: right;
    border-right: 1px solid #ccc;
}
#nav-global a { 
    display:block; 
    float:left; 
    width: 98px;
    padding-top: 30px;
    background: #fff; 
    color: #000;
    text-decoration: none;
    line-height: 15px;
}
#nav-global a:hover { 
    color: #000; 
        background-image: url('../gfx/menu_bg.png');    


}
#nav-link a { 
    color: #000; 
    background: #fff;
    
}

#nav-link-current a { 
    
    background-image: url('../gfx/menu_bg.png');    
    
}


#mainwrap {

    width: 606px;
    height: 606px;
    
    background-image: url('../gfx/bg_main.png');
    position: relative;
}



