Tabs
----------------------------------*/
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer;
    /*width: 64px;IE 6 treats width as min-width */
    min-width: 64px;
    height: 70px; /* IE 6 treats height as min-height */
    min-height: 70px;
    padding-top: 6px;
    padding-right: 0;
	    color: #006a8c;
    font: bold 14px Corbel, Trebuchet MS, Helvetica, sans-serif;
    padding: 25px 13px 0 12px } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }


.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
	background: url(http://norrbyvalle.se/images/background-highlight-menu.png) top left no-repeat;
	height: 70px;
	position: absolute;
	margin: 0 0 0 1px;
	top: 236px;  
   	left: 0px;  
	z-index: 5;
	width: 549px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    height: 70px;
    margin: 0 0 0 0px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(../images/tab.png) repeat;
}
.ui-tabs-nav a {
    position: relative;
    top: 0px;
    z-index: 2;
    padding-left: 0;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    height:70px;	
}
.ui-tabs-selected a {
    color: #000;
    background: url(http://norrbyvalle.se/images/background-highlight-item.png) top left repeat-x;
}
.ui-tabs-nav .tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    height:70px;
    background: url(http://norrbyvalle.se/images/background-highlight-item.png) top left repeat-x;
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav a, .ui-tabs-nav.tabs-disabled a:hover, .ui-tabs-nav .tabs-disabled a:focus, .ui-tabs-nav .tabs-disabled a:active {
  /*  background-position: 100% -100px;*/
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 70px; /* IE 6 treats height as min-height */
    min-height: 70px;
    padding-top: 6px;
    padding-right: 0;
	    color: #006a8c;
    font: bold 14px Corbel, Trebuchet MS, Helvetica, sans-serif;
    padding: 25px 13px 0 12px
	
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;

}
.ui-tabs-nav .tabs-selected a span {
    color: #006a8c;
    font: bold 14px Corbel, Trebuchet MS, Helvetica, sans-serif;
    padding: 25px 13px 0 12px
}
.ui-tabs-nav .tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
   /* background-position: 0 -50px;*/
    background: url(http://norrbyvalle.se/images/background-highlight-item.png) top left repeat-x;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    /*background-position: 0 0;*/
		
}

.ui-tabs {
    padding: 0px;
    width:538px;/* declare background color for container to avoid distorted fonts in IE while fading */
    background-color:transparent;
	
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

#highlight {
background-image: url(http://Www.norrbyvalle.se/images/background-highlight.png);
background-position: 0px 0px;
background-repeat: no-repeat;
height: 300px;
margin: 0 0 12px 0;
position: relative;
width: 549px}


.bubble { padding:10px 0px 0px 12px; }
.bubble-img { float: left;display:block;width:193px;margin:0px 30px 0px 0px; }

.bubble-inner { float:left;
				display:block;
				background-color: #f2f2f2; 
				min-height: 120px;
				margin: 0px 0 0 0px;
				padding: 0 0 10px 0;
				width: 265px; }

.bubble h2 { color: #006a8c;
	     font: bold 18px Corbel, Trebuchet MS, Helvetica, sans-serif;
	     margin: 0 0px 15px 0px;}

.bubble p { font: 12px/16px Corbel, Trebuchet MS, Helvetica, sans-serif;}

.bubble div { font: 12px/16px Corbel, Trebuchet MS, Helvetica, sans-serif;}

.bubble div p { font: 12px/16px Corbel, Trebuchet MS, Helvetica, sans-serif;}

.bubble div a { color: #2766a2;
				font: 12px/16px Corbel, Trebuchet MS, Helvetica, sans-serif;}

.bubble a { font: 12px/16px Corbel, Trebuchet MS, Helvetica, sans-serif;}

.bubble p a { color: #2766a2;
	      font: 12px/16px Corbel, Trebuchet MS, Helvetica, sans-serif;
	      text-decoration: none;}

.bubble p a span { padding: 0 2px 0 0}

.bubble p a:hover { border-bottom: 1px solid #a5a5a5;
		    text-decoration: none} 
