html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: #eee url(img/body.png) repeat-x;
    font: 12px/1.5em "Trebuchet MS", sans-serif;
    color: #333;
}

a {
    color: #64a116;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0;
}

textarea{
    border: 1px solid #ccc;
}

a.arrow {background: url(img/a_bullet.png) no-repeat; padding-left: 18px; padding-bottom:3px; line-height: 24px;}

div.dashed{border-bottom: 1px dashed #ccc; height: 1px; width: 100%; margin: 10px 0;}

input {
    width: 315px;
    height: expression('25px');
    line-height: 25px;
    font-weight: bold;
    border: 1px solid #ccc;
}
select {
    width: 315px;
    height: expression('25px');
    line-height: 25px;
    font-weight: bold;
    border: 1px solid #ccc;
}

.flat-button {
    background: #2a353d;
    border-radius: 5px 5px 5px 5px;
    color: white;
    display: inline-block;
    line-height: 24px;
    padding: 0 0.5em;
    text-decoration: none;
    text-transform: uppercase;
}

/* .button is intended to be used on an enclosing div.
   You must also set either the  class .blue or .green
   on its anchor, and the anchor must contain a span.

   Example:

   <div class="button">
     <a href="/" class="blue"><span>hello<span></a>
   </div>
*/
.button a {
    /* right part of sliding door */
    background: url(img/buttons.png) no-repeat;
    color: white;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 39px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: -1px -1px 2px #666;
}

.button a span {
    /* left part of sliding door */
    background: url(img/buttons.png) no-repeat;
    float: left;
    margin: 0 2px 0 -2px;
    padding: 0 1em;
}

.button a.blue {
    background-position: 100% 0;
}

.button a.blue:hover {
    background-position: 100% -50px;
}

.button a.blue span {
    background-position: 0 0;
}

.button a.blue:hover span {
    background-position: 0 -50px;
}

.button a.green {
    background-position: 100% -100px;
}

.button a.green:hover {
    background-position: 100% -150px;
}

.button a.green span {
    background-position: 0 -100px;
}

.button a.green:hover span {
    background-position: 0 -150px;
}

.small_button a {
    /* right part of sliding door */
    background: url(img/small_buttons.png) no-repeat;
    color: white;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: -1px -1px 2px #666;
}

.small_button a span {
    /* left part of sliding door */
    background: url(img/small_buttons.png) no-repeat;
    float: left;
    margin: 0 2px 0 -2px;
    padding: 0 1em;
}

.small_button a.blue {
    background-position: 100% 0;
}

.small_button a.blue:hover {
    background-position: 100% -31px;
}

.small_button a.blue span {
    background-position: 0 0;
}

.small_button a.blue:hover span {
    background-position: 0 -31px;
}
.small_button a.green {
    background-position: 100% -61px;
}

.small_button a.green:hover {
    background-position: 100% -91px;
}

.small_button a.green span {
    background-position: 0 -61px;
}

.small_button a.green:hover span {
    background-position: 0 -91px;
}


#wrapper {
    /* #wrapper's only purpose is to push the footer down to the
       bottom of the page. Please see http://www.cssstickyfooter.com/
       for more information. */
    min-height: 100%;
}

#page {
    margin: 0 auto;
    overflow: hidden;
    width: 961px;
}


#header {
    height: 75px;
    padding: 20px 0 0 0;
}

#header #logo {
    width: 244px;
    height: 34px;
    float: left;
}

#header #support_login {
    float: right;
}

#main-nav
{   
	float:right;
	margin: 0;
    padding: 0;
    z-index: 9999;
    height: 29px;
    margin-top: 12px;
}
#main-nav li
{   float: left;
    list-style: none;
    padding:0;
margin:0 0 0 15px;
    position: relative;

}

#main-nav li a
{   display: block;
    background: url(img/nav-off.png) repeat-x bottom #343434;
    padding:0 18px;
	line-height:29px;
    text-decoration: none;
    color: #EEE;
    text-transform: uppercase;
    white-space: nowrap;
    -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px;
    -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px;
}

#main-nav li.selected a
{   background: url(img/nav-on.png) repeat-x bottom #FFF;
    color: #242424;
}

#main-nav li ul
{   margin: 0;
    padding: 0 0 0px 0;
    position: absolute;
    left: -15px;
    visibility: hidden;
    background: url(img/shadow.png) bottom no-repeat;
    z-index: 200;
}

#main-nav li ul li
{   float: none;
    margin: 0;
    padding: 0;
overflow:hidden;
}

#main-nav li ul li a
{   
    background: #f2f2f2;
    color: #242424;
    padding: 5px 16px;
	margin:0 15px;
	padding: 0 16px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #bfbfbf;
    -moz-border-radius: 0; -webkit-border-radius: 0;
	width:130px;
}


#main-nav span .t {
    border-top: none;
}
#main-nav span .b {
    border-bottom: none;
}

#main-nav span span {
    background: #cc0000;
    color: #FFF;
    font-size: 0.6em;
    -moz-border-radius: 2px; -webkit-border-radius: 2px;
    padding: 2px 4px 1px 4px;
    position: relative;
    bottom: 1px;
    left: 5px;
}

#main-nav li.selected span a
{   background: #f2f2f2;
    cursor: pointer;
}


#main-nav li.selected span a:hover
{   background: #DDD;
    cursor: pointer;
}


#main-nav .bcurve {
    height: 3px;
    background: #242424;
    -moz-border-radius-bottomleft: 3px; -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px;
    margin: 0 15px;
}

#main-nav #admin a {
    background: url(img/admin.png) repeat-x top;
    color:#fff;
}


#main-nav #admin a:hover {
    background: url(images/nav-on.png) repeat-x bottom #FFF;
    color: #242424;
}


#content {
    background: url(img/content.png) no-repeat;
    margin-top: 25px;
    min-height: 380px;
    padding: 10px;
}

#content .container {
    background: url(img/shade.png) no-repeat 50% 100%;
    padding-bottom: 25px;
}

.start_box {float: left; padding:0 0px 0 55px; width: 208px;}
.start_box h2 {margin: 0; border: none; padding: 0;}
.start_box ul {margin: 0; padding: 0; list-style-image:url(img/small_bullet.png); list-style-position: inside;}
#info{background: url(img/info_icon.png) no-repeat;}
#slice{background: url(img/slice_icon.png) no-repeat;}
#calender{background: url(img/calender_icon.png) no-repeat;}
#phone{background: url(img/bigPhone_icon.png) no-repeat;}
#home{background: url(img/home.png) no-repeat;}





.clear {clear: both;}
.content_header {background: url(img/shade.png) no-repeat 50% 100%; padding-bottom: 25px;}
.info_box {float: left; width: 350px; padding-left: 65px;padding-bottom: 20px; border-bottom:1px solid #ccc; margin: 15px 0; min-height: 90px;}

.info_box h3 {margin: 0;}
.info_box p {margin: 0; font-size: 12px; }

.info_box.right{float: right;}

#clock {background: url(img/icons/clock.png) no-repeat; }

#cart{background: url(img/icons/cart.png) no-repeat;}

#user{background: url(img/icons/user.png) no-repeat;}

#calender-icon{background: url(img/icons/calender.png) no-repeat;}
#statistic{background: url(img/icons/stats.png) no-repeat;}
#register{background: url(img/icons/register.png) no-repeat;}
#settings{background: url(img/icons/settings.png) no-repeat;}
#smartphone{background: url(img/icons/iphone.png) no-repeat;}
#computer_cal{background: url(img/icons/computer_calender.png) no-repeat;}
#language{background: url(img/icons/language.png) no-repeat;}
#cards{background: url(img/icons/cards.png) no-repeat;}
#support{background: url(img/icons/support.png) no-repeat;}


div.ref_logo {float: left; margin-right: 20px; border: 1px solid #ccc;}




div.about_booking {
    float: left;
    width: 550px;
    margin-top: 25px;
    margin-bottom: 25px;
}
/*BLOGG STARTSIDA*/
div.latest {width: 320px; float:right; margin-top: 25px;}
div.latest ul{margin: 0; padding: 0; list-style-image:url(img/small_bullet.png); list-style-position: inside;}
div.latest ul li { padding: 5px 0; border-bottom: 1px solid #d8d8d8;}
div.latest li a {font-size: 12px; color:#333; text-decoration: none;}
div.latest li a:hover {text-decoration: underline;}
a.footer_blogg_link {text-decoration: none; font-weight: bold; text-transform: uppercase;}

/*BLOGG FOOTER*/

div.blogg_footer {width: 320px; float: left; margin-right: 15px;}
div.blogg_footer h2 {border:0; margin: 0; font-size: 12px; text-transform: uppercase; padding: 0;}
div.blogg_footer ul{margin: 0; padding: 0; list-style-image:url(img/small_bullet.png); list-style-position: inside;}
div.blogg_footer ul li { padding: 2px 0; border-bottom: 1px solid #333; margin: 0;}
div.blogg_footer li a {font-size: 12px; color:#333; text-decoration: none;}
div.blogg_footer li a:hover {text-decoration: underline;}


div.customers_start{float: right; margin-top: 25px; padding: 30px 15px; background: #ccc; border: 1px solid #000;}

.sidebar {
    float: left;
    width: 220px;
    margin: 10px;
}
.sidebar .submenu {
    border: 1px solid #cfcfcf;
    background: #f6f5f4;
    padding: 5px;
    margin-bottom: 10px;
    -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.sidebar .submenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-top: none;
}
.sidebar .submenu li {
    border-bottom: 1px solid #d6d6d6;
    font-size: 1.0em;
}
.sidebar .submenu li a {
    background: none;
    color: #333;
    display: block;
    padding: 8px;
}
.sidebar .submenu li a:hover {
    background: #DDD;
}
.sidebar .submenu li.end {
    border-bottom: none;
}
.sidebar h3 {
    margin: 0;
    font-size: 1.2em;
    background: #333;
    color: #FFF;
    padding: 8px;
    font-weight: 100;
}

div.content_right {float: right; width: 680px; margin: 10px; padding-bottom: 35px;}
div.content_right h1, h2{margin-top: 0; border-bottom: 1px solid #d8d8d8; padding-bottom: 10px;}
div.content_right h1 {font-size: 18px;}
div.content_right h2 {font-size: 15px;}


.sep {
    float: left;
    background: #D8D8D8;
    width: 1px;
    height: 120px;
    border-right: 1px solid white;
    display: block;
    margin: 20px 25px 0 25px;
}



.pricing-table {width:100%; border-collapse: collapse; margin: 10px 0;}
.pricing-table .price {font-size:20px; font-weight:bold;}
.pricing-table {border-left:1px solid #BFBFBF; border-top:1px solid #BFBFBF;}
.pricing-table tr td {text-align:center;}
.pricing-table tr {background:#fff;}
tr.even {background:url(img/row-bg.png) repeat-x top left;}
.pricing-table td {border-right:1px solid #BFBFBF; padding:10px; border-bottom:1px solid #BFBFBF;}
.pricing-table th {border-right:1px solid #BFBFBF; padding:10px; border-bottom:1px solid #BFBFBF;}
.pricing-table tr td.colfirst {text-align:left; font-weight:bold;}
.pricing-table tr td.colfirst img{vertical-align: middle;}

.tooltipbig {
    display:none;
    background:url(img/tooltip/dark_arrow_big.png);
    height:163px;
    padding:40px 30px 10px 30px;
    width:310px;
    font-size:12px;
    color:#fff;
}

.tooltip {
    display:none;
    background:transparent url(img/tooltip/dark_arrow.png);
    font-size:12px;
    height:90px;
    width:180px;
    padding:15px;
    color:#fff;
}


/*
 * Slide start
 */

#scroll {
    position:relative;
    overflow:hidden;
    border:1px solid #ddd;
    width:900px;
    padding:20px;
    height:360px;
    background: url(img/slide_bg.png) repeat-x;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

#tools {
    width:9999em;
    position:absolute;
    height:330px;
}

.tool {
    float:left;
    width:940px;
    height:340px;
    text-align:center;
}

.details {
    font-size:18px;
    color:#555;
    margin-top:-20px;
    padding:5px 148px;
}


#thumbs {
    background:url(img/banner_buttons_bg.png) no-repeat;
    height:85px;
    position:absolute;
    top:328px;
    width:940px;
    left:0;
}

.t {
    padding:0 !important;
    border:0 !important;
}

.t a {
    background:transparent url(img/banner_button.png) no-repeat scroll -21px -85px;
    margin-left:13px;
    display:block;
    width:192px;
    float:left;
    height:85px;
    cursor:pointer;
}

.t a.active {
    cursor:default !important;
}

.navi {
    margin-left:314px;
    _margin-left:304px;
}

/* CSS sprite for the navigation */
#t0 		  {  background-position:-6px -85px;  }
#t0:hover  { background-position:-6px -170px; }
#t0.active { background-position:-6px 0 !important; }


#t1			{ background-position:-338px -85px; }
#t1:hover 	{ background-position:-338px -170px; }
#t1.active	{ background-position:-338px 0 !important; }

#t2			{ background-position:-538px -85px; }
#t2:hover 	{ background-position:-538px -170px; }

#t2.active	{ background-position:-538px 0 !important; }

#t3			{ background-position:-738px -85px; }
#t3:hover 	{ background-position:-738px -170px; }
#t3.active	{ background-position:-738px 0 !important; }


/*
* Blogg
*/
h1.maintitle{
    margin: 0 0 5px 0;
    line-height: 10px;
    width: 100%;
    border:none!important;
}

h1.maininfo{color: #999 !important;
            width: 100%;
            font-weight: normal;
            font-size: 12px!important;
            border-bottom: 1px dashed #999!important;
            padding: 0 0 8px 0;
            border: 0;
            margin-bottom: 0;
}
span.comment {
    background: url(img/comment.gif) no-repeat 1px left;
    padding: 0 0 0 16px;
}
.entry { border-bottom: 1px dashed #999!important; margin-bottom: 25px;}


div.comment_form h3 {
    margin: 0;
font-size: 1.2em;
background: #333;
color: white;
padding: 8px;
font-weight: 100;
}

div.comment_form label {

font-size: 95%;
color: #222;
line-height: 150%;
font-weight: bold;
margin: 0;
padding: 0 0 3px 0;
border: none;
display: block;
}

div.comment_form ul {margin: 0; padding: 0; list-style: none;}

div.comment_fields{
width: 320px;
float: left;
padding-top: 10px;
}
div.comment_fields input {
    width: 315px;
    line-height: 20px;
    border: 1px solid #ccc;
}
div.comment_textarea{
    width: 320px;
    padding-top: 10px;
    float: right;
}
div.comment_textarea textarea{
    border: 1px solid #ccc;
    width: 314px;
    height: 150px;
}
input.blog {
    width: 320px!important;
    background: #333;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}
input.blog:hover {
    border: 1px solid #67a517;
}
div.avatar {float: left; width: 80px;}
div.comment {float: left; width: 600px;}
div.comment h3 {margin-top: 0;}
span.comment_date{font-size: 12px; font-style: italic; font-weight: normal;}
div.meta{margin-bottom: 15px; border-bottom: 1px dashed #ccc;}


/*demopage */
div.demoBox { float: left; background: #333; width: 320px; padding: 15px; border-radius: 5px 5px 5px 5px; color:#fff;}
div.box_inner_center{width: 100%; border: 1px solid #ccc; background: #fff;}
div.box_inner_center table {margin: 25px auto;}

td.title{font-weight: bold; font-size: 14px;}

/*Screen images*/
.screen_images {border-bottom: 1px dashed #ccc; margin-bottom: 15px;}
.screen_images .screen { float: left; margin-right: 5px; width: 152px;}
.screen_images .screen h2 {border: none!important; font-size: 13px; text-align: center; margin-top: 0;}
.screen_images .screen img {width: 142px; height: 100px;}
/*sceens*/
.imgborder {
    padding:4px;
    border:1px solid #d0d0d0;
    background:#fff;
    margin:0 0 15px 0;
}


/* ORDERFORMULÄR */


div.packageBox {width: 155px; float: left; border: 1px solid #ccc; padding: 5px; margin-left: 10px; text-align: center; cursor: pointer; background: url(img/hover_order.png) repeat-x; color:#fff;}
div.packageBox:hover { background: url(img/selected_order.png) repeat-x;    color: #fff;}
div.packageBox.select { background: url(img/selected_order.png) repeat-x; color: #fff;}

div.box_inner_center.order{ padding: 25px; width: 890px;}

textarea.order{ width: 315px;height: 100px;
    font-weight: bold;
    border: 1px solid #ccc;}

div.contact-box {float: left; margin-left: 50px; width: 200px;}

/*
* footer
*/

#footer_wrap {
    background: black;
    height: 128px;
    width: 100%;
}
#footer {width: 960px; margin: auto; padding-top: 25px; color:#eee;}
#footer .right{float: right;}
#footer .left {float: left;}
#footer a {color: #EEE;}

div.kampanj {border: 1px dashed #E8AAAD; background:#F9E5E6; color:#B50007; padding:6px; margin:10px 0;}
div.kampanj span {display: block;
font-weight: bold;
padding: 0 0 4px;}

