
html{	min-height: 100%;	height: auto;overflow: -moz-scrollbars-vertical;}
body{font-family:arial;margin:0;padding:0;background-color:#fff;background-image: url(/images/bg3.gif);background-repeat: repeat-x;background-position: top;}
#main p{font-size:0.8em;}
#main .mellem{font-size:1.2em;}
#headermain{background:#000;height:172px;width:100%;margin:0;padding:0;line-height:10px;float:left;background-image: url(/images/menubg.gif);}
#header{width:970px;margin:0 auto;}
#backgroundcon{background:url('/images/baggrundsfade2.gif') #fff repeat-x;width:100%;float:left;}
#menu{height:56px;float:right;margin-top:84px;padding:0px; padding-top:0px;}
#main{min-height:500px;width:970px;float:left;background-position:top right;background-repeat:no-repeat;}
/* mac hide \*/
* html #main{height:500px}
/* end hide */ 
.logo{margin-top:20px;margin-left:0px;float:left;}
#loginpanel {
	height: 110px;
	display: none;
	background:#fff;
	background-image: url(/images/loginpanelbg.gif);background-position:bottom left;background-repeat:repeat-x;
	border-bottom:2px solid #e7e6e7;
}
#maincon{position: relative;}
#boxes-container{float:left;padding-left:20px;}
#boxes{float:left;width:242px;height:121px;margin-right:20px;padding:55px 15px 15px 15px;}
.club{background-image: url(/images/forside-box-ilovesushi.gif);}
.blank{background-image: url(/images/forside-box-blank2.gif);}
.superbring{background-image: url(/images/forside-box-superbring.gif);}
.udbringning{background-image: url(/images/forside-box-blank2.jpg);}
.skole{background-image: url(/images/forside-box-skole.gif);}
.catering{background-image: url(/images/forside-box-catering.gif);}
.nyhedsbrev{background-image: url(/images/forside-box-ilovesushi.gif);}
.sushiskole{background-image: url(/images/forside-box-sushiskole.jpg);}
.center{margin:0 auto;width:930px;}
#footercon{background:#000;background-image: url(/images/footerbg2.gif);background-repeat:repeat-x;float:left;width:100%;}
#footer{color:#666;font-size:12px;padding:10px;text-align:right;}

a:link{text-decoration: none;color:#000;}
a:visited{text-decoration: none;color:#000;}
a:hover{text-decoration: none;color:#000;}
#footercon a:link{color:#666;}
#footercon a:visited{color:#666;}
#footercon a:hover{color:#666;}
a:link img{text-decoration: none;
border: 0;
}

a:visited img{text-decoration: none;
border: 0;
}

a:hover img{text-decoration: none;
border: 0;
}

h2{font-family:arial,verdana;font-size:2.4em;font-weight:bold;color:#666}
#menuselect{width:160px;float:left;margin-right:20px;text-align:right;font-family:arial;font-size:0.8em;line-height:1.5em;border-right:1px solid #ccc;padding-right:20px;}
#menukort{width:564px;float:right;font-family:arial;font-size:0.8em;line-height:1.5em;}
#menukort td{padding:4px 0;border-bottom:1px solid #ccc;}
#proceslinie{height:17px;width:570px;margin-bottom:20px;padding:4px 15px;font-size:0.8em;font-family:arial;background-image: url(/images/procesbg.png);background-repeat: no-repeat;}
#basket{background-image: url(/images/kurvbg.png);min-height:200px;width:173px;margin-top:30px;float:right;padding:55px 10px 10px 10px;font-size:0.7em;background-repeat: no-repeat;}

#superbring{background-image: url(/images/superbringbg.png);min-height:300px;width:173px;margin-top:30px;float:right;padding:25px 10px 10px 10px;font-size:0.7em;background-repeat: no-repeat;}
#superbring p{font-size:12px;}

#basket h3, #superbring h3{font-size:1.8em;margin:0;margin-bottom:25px;}
#basket table{border-collapse: collapse;}
#menukort table{border-collapse: collapse;}
#bordbestilling table{font-size:0.8em;}
#basket td{padding:2px 0px;border-collapse: collapse;}
#basket .total{border:1px solid #666;border-width:1px 0px;}
/* mac hide \*/
* html #basket{height:300px}
/* end hide */ 
.mellem{font-size:1.2em;}
.hoejre{text-align:right}
.bold{font-weight:bold;}




/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */

.ui-tabs-nav {
    text-align:right;
    list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 0px;
    /*background: url(tab.png) no-repeat;*/
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #000;
    font-weight: normal;
    line-height: 1.5em;
    text-align: right;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    /*position: relative;*/
    
    z-index: 2;
 
    color: #000;
    font-weight: bold;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 14px; /* IE 6 treats height as min-height */
    min-height: 14px;
    padding-top: 0px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-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;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border-top: 0px solid #97a5b0;
    padding: 0em 0px;
    
}
.ui-tabs-loading em {
    padding: 0 0 0 15px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}


#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#fff;
	padding:1px;
	display:none;
	color:#fff;
	}

#bordbestilling{background-image: url(/images/fadebg-455-4.png);height:250px;background-repeat: no-repeat;float:right;width:455px;margin-top:-30px;padding:20px;}

#loginpanel table, #loginpanel tr,#loginpanel td, #loginpanel th{margin:0;padding:0;border-collapse:collapse;}
#kontakt table, #kontakt tr,#kontakt td, #kontakt th{margin:0;padding:0;border-collapse:collapse;}
#kontakt td{padding-bottom:5px;padding-right:20px;}
#login td{padding-right:5px;}

#tidspunkt td.dato{border-right:1px solid #ccc;width:160px;}
#tidspunkt td.bb{border-bottom:1px dotted #ccc;}
#tidspunkt td{padding:10px 20px 10px 20px;}
#tidspunkt table{border-collapse: collapse;font-size:13px;}

#koebsdetaljer table{border-collapse: collapse;}
#koebsdetaljer td{padding:0;margin:0;}

#tid table{border-collapse: collapse;background:#fff;margin-left:-5px;}
#tid td{padding:0;width:50px;background:#f3f3f3;text-align:center;border:5px solid #fff;height:50px;}
.trans60{background:url('/images/trans60.png')}
.trans80{background:url('/images/trans80.png')}