.kageFontClass{
	font: normal 11px Tahoma;
}
.kageFontClass2{
	font: normal 10px Tahoma;
}
	
.northClass {
	background-color: #FFF;
}
div.olControlPanel {
    top: 130px;
    left: 17px;
    position: absolute;
}
.olControlPanel div {
    display: block;
    width:  19px;
    height: 19px;
/*    border: thin solid black;*/
/*    margin-top: 10px;*/
/*    background-color: white;*/
   /* background-image: url(../images/ii.png);*/
}

/* olControlAttribution: overrides OpenLayers.Control.Attribution style in style.css 
   in order to replace control to bottom left corner and minimize the text size. */
.olControlAttribution {
	font: normal 9px Tahoma; 
    left: 10px;
    bottom: 0.5em;
    position: absolute; 
    display: block;
}
.infoItemInactive {
  	background-image: url(../images/ii.png);
}
.infoItemActive {
  	background-image: url(../images/button_2.gif);
}
    
    
    
.noBulletList {
    list-style-type: none;
    list-style-image: none;            
}            
html, body {
    font: normal 12px verdana;
    margin: 0;
    border: 0 none;
    overflow: hidden;
    height: 100%;
    width:100%;
}
p {
    margin: 5px;	    
}  

/* kartvisargränssnittet north */	
a { font-size:0.8em;text-decoration:none; }
a:hover { text-decoration:underline; }

#logoarea {
	float:left;
	background-repeat:repeat-y;
	background-position:top left;
	padding-left:0px;
	/*width:325px;*/
	width:185px;
	margin-left:0px;
}
div#topmenu {
	float:right;
	padding: 0;
	margin: 5px 0 0 0;
}
div#topmenu ul {
	margin: 0;
}
div#topmenu ul li {
	list-style-type:none;
	float:left;
	/*padding: 20px 0 0 0;*/
	padding: 5px 5px 0 0; /* padding-top padding-right padding-bottom padding-left */
}
div#topmenu ul li a {
	/*font-size:0.8em;*/
	font-size:0.7em;
	text-transform:uppercase;
	color:#000;
	font-weight:normal;
	/*padding: 20px 5px 0 5px;*/
	padding: 5px 5px 0 5px;
	margin:auto;
}
h1 {
	float:right;
	font-family:"Times New Roman",Times, serif;
	font-size:1.7em;
	padding-right:18px;
	padding-left:400px;
	margin-top:20px;
	
}
    
