﻿@charset "utf-8";
/* CSS Document */
html{
    width: 100%;
    height: 100%;
}

body
{
    background: url(_img/bg.png) repeat;
    font-family: Verdana;
    font-size: 12px;
    color: #363636;
    padding: 0;
    margin: 0;
}
a:link,a:visited,a:active
{
	color: #333;
	text-decoration: underline;
}
a:hover
{
	text-decoration: underline;
	color: #F00;
}
#container
{
	margin: 15px auto;
	width: 889px;
}
#top
{
	background: url(_img/logo.png) no-repeat;
	width: 889px;
	height: 148px;
}

#top_lan
{
	background: url(_img/logo_lan.png) no-repeat;
	width: 889px;
	height: 148px;
}

/* BLC */
#blc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Login */
#top .login
{
	float: right;
	padding-right: 50px;
	padding-top: 10px;
    font-size: 10px;
    clear: both;
}
#top .login div.input_box
{
    height: 23px;
    padding-bottom: 3px;
}
#top .login div.fraga
{
    float: left;
    width: 100px;
    padding-top: 4px;
}
#top .login div.svar
{
    float: left;
}
#top .login div.loggain
{
    float: right;
}
#top .login div.login_func
{
    float: right;
}

/* Meny */
#top div#meny_container{position: absolute;top:125px;margin-left: 165px;width:724px;height:38px;overflow:hidden;}
#top div.meny{display:block;height:38px;font-weight:600;font-size:12px;width:724px;background:url(_img/meny_bg.png) no-repeat;}
#top div.meny ul{margin:0;padding:0;list-style-type:none;width:auto;text-align:center;}
#top div.meny ul li{display:block;float:left;margin:0 3px;line-height:38px;}
#top div.meny ul li a{display:block;float:left;color:#000;text-decoration:none;padding: 0 3px;}
#top div.meny li.spacer{display:block;float:left;background:url(_img/meny_spacer.png) no-repeat;width:2px;height:36px;padding:0;margin:0;}
#top div.meny a.selected{background:url(_img/meny_hover.png) repeat-x;}
#top div.meny a.selected_left{background:url(_img/meny_hover_left.png) no-repeat;}
#top div.meny a:hover{background:url(_img/meny_hover.png) repeat-x;}
#top div.meny a#meny_1{width: 48px;padding:0; margin:0;}
#top div.meny a:hover#meny_1{background: url(_img/meny_hover_left.png) no-repeat; width: 48px; height: 36px;} 

/* Content */
#box
{
	width: 889px;
	min-height: 300px;
	margin-top: 10px;
}
#box div.top
{
	background: url(_img/top_box.png) no-repeat;
	width: 888px;
	height: 11px;
}
#box div.mid
{
	background: url(_img/content_bg.png) repeat-y;
	width: 858px;
	padding: 5px 15px;
    min-height: 300px;
    overflow: hidden;
}
#content
{
    float: left;
    width: 606px;
    min-height: 300px;
    padding-left: 10px;
    padding-right: 10px;
    color: #363636;
}
#box div.bottom
{
	background: url(_img/bottom_box.png) no-repeat;
	width: 888px;
	height: 11px;
}
#footer
{
    text-align: center;
    width: 888px;
    font-size: 10px;
}
#partners_box
{
    text-align: center;
}
#sponsor_box{
    padding-top: 10px;
}

/* Partners */
.partners
{
	float: right;
	width: 232px;
	margin-top: -39px;
}
.partners img
{
    padding: 5px 5px 5px 0;
}

/* Nyheter */
.rubrik
{
    font-size: 14px;
    font-weight: 600;
}
.skriven_av
{
    font-size: 10px;
    float:left;
    padding-right: 3px;
}
.datum
{
    font-size: 10px;
    float:left;
}
.text
{
    padding-top: 5px;
    width: 594px;
}

.text *
{
    width: 594px;
    overflow: hidden;
}

#content hr
{
    border: 1px solid;
    color: #3f3f3f;
    float: left;
    width: 594px;
}

/* Massmail */
#massmail {
    width: 550px;
    margin: 0 auto;
}
#massmail h2 {
    margin-top: -5px;
}
#massmail .note {
    font-size: 9px;
}
#massmail .inputbox {
    width: 550px;
    padding-bottom: 10px;
}
#massmail .fraga {
    width: 90px;
    margin-top: 3px;
    float: left;
}
#massmail .input input {
    width: 395px;
}
#massmail .textbox textarea {
    width: 550px;
    min-height: 300px;
}

/* Betalning */
.betalning_box
{
    width: 480px;
    border-bottom: solid 1px #c4c4c4;    
}
.betalning_box h3
{
	background: #e9e7e7 url(_img/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.betalning_box h3:hover
{
	background-color: #e3e2e2;
}
.betalning_box h3.active
{
	background-position: right 5px;
}
.betalning_box p
{
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}

/* Anmälning */
#anmalning_left
{
    float:left;
    width: 500px;
}
#anmalning_left div.input_box
{
    height: 15px;
}
#anmalning_left div.fraga
{
    float: left;
    width: 150px;
    margin-top: 2px;
}
#anmalning_left div.input
{
    float: left;
}
#anmalning_left input
{
    color: #666;
}
#anmalning_left input.hasFocus, #anmalning_left input.isChanged, #anmalning_left input.submit
{
    color: #000;
}
#stadgar
{
    float:right;
}
#stadgar span
{
    float: right;
}
.slide 
{
    height:512px;
    margin-right: -13px;
    overflow:hidden;
    position:relative;
    width:350px;
}
.slide .inner
{
    bottom:0;
    color:#333333;
    height:485px;
    left:0;
    padding:6px;
    position:absolute;
    overflow: auto;
    width:338px
}

/* Edit profil */
#edit_profil 
{
    float: left;
    width: 450px;
	overflow: hidden;
}
#edit_profil div.input_box
{
    height: 23px;
    padding-bottom: 3px;
}
#edit_profil div.fraga
{
    float: left;
    width: 105px;
    padding-top: 3px;
}
#edit_profil_right
{
    float: right;
	width: 250px;
}
#edit_profil_right div.info_box
{
	background: #32CD32;
	border: dotted 1px #666;
	color: #000;
	padding: 5px;
	text-align:center;
	margin-bottom: 5px;
}

/* Galleri */
.galleri img
{
    padding: 0 5px 5px;
}

/* Godkännande */
.tbl_godkannande
{
    margin-left: -5px;
}
.fragor 
{
    width: 120px;
    height: 200px;
    float: left;
}

/* Sponsorer */
#sponsorer table {
    border-collapse:collapse;
    border: 1px solid black;
}
#sponsorer td,th {
    padding: 2px;
}
#input_container {
    width: 100%;
    float: left;
    margin: 5px;
    height: 20px;
}
#input_img {
    margin: 5px;
    float: left;
    width: 100%;
}
#input_container .fraga {
    width: 65px;
    height: 20px;
    float: left;
    margin-top: 5px;
}
#input_container .svar {
    height: 20px;
    float: left;
}
div.radio {
    margin-top: -3px;
    float: left;
}
#partners a,#sponsorer a 
{
  text-decoration: underline;  
}

/* Users */
.utbl tr:nth-child(odd) {
    background-color:#eee;
}
.utbl tr:nth-child(even) {
        background-color:#fff;
}

/* Errorbox/rightbox */
.error_box
{
    background: #C00000;  
    border: dotted 1px #666;
    color: #FFF;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
}
.error_box a
{
    color: #FFF;
    text-decoration: underline;
}
.error_box a:hover
{
    color: #000;
}
.right_box
{
    background: #95ca78;
    border: dotted 1px #666;
    color: #FFF;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
}
.right_box a
{
    color: #FFF;
    text-decoration: underline;
}
.right_box a:hover
{
    color: #F00;
}
.gray_box
{
    background: #4f4f4f;
    border: dotted 1px #666;
    color: #FFF;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
}
.gray_box a
{
    color: #FFF;
    text-decoration: underline;
}
.gray_box a:hover
{
    color: #F00;
}

/* Right top */
.top_nyheter { background: url(_img/top_nyheter.png) no-repeat; width: 606px; height: 34px; padding-bottom: 5px; }
.top_info { background: url(_img/top_information.png) no-repeat; width: 606px; height: 34px; padding-bottom: 5px; }
.top_bokning { background: url(_img/top_bokning.png) no-repeat; width: 606px; height: 34px; padding-bottom: 5px; }
.top_platser { background: url(_img/top_platser.png) no-repeat; width: 606px; height: 34px; padding-bottom: 5px; }
.top_kontaktocrew { background: url(_img/top_kontaktocrew.png) no-repeat; width: 606px; height: 34px; padding-bottom: 5px; }
.top_betalning { background: url(_img/top_betalning.png) no-repeat; width: 606px; height: 34px; padding-bottom: 5px; }
.top_regg { background: url(_img/top_regg.png) no-repeat; width: 606px; height: 34px; padding-bottom: 5px; }
.top_sponsorer { background: url(_img/top_sponsorer.png) no-repeat; width: 606px; height: 34px; padding-bottom: 5px; }
.top_galleri { background: url(_img/top_galleri.png) no-repeat; width: 606px; height: 34px; padding-bottom: 5px; }
/* Right top */
.top_partners { background: url(_img/top_partners.png) no-repeat; width: 232px; height: 34px; padding-bottom: 5px; }
