﻿/* mobile styles */
@media handheld
{
    html, body
    {
        font: 12px/15px Arial, Helvetica, sans-serif;
        background: #fff;
        padding: 3px;
        color: #000;
        margin: 0;
    }
    #body_layout
    {
        width: 90%; /* flytande: procent */
        margin: 0 auto; /* centrerar layouten 2 */
        text-align: left; /* centrerar layouten 3 - justerar tillbaka innehållet åt vänster */
        min-width: 0px;
        /*max-width: 200px;  max & min-width - kombineras med cond. comm. för IE 6 inom head */
    }
    
    h1, h2, h3, h4, h5, h6
    {
        font-weight: normal;
        white-space: normal;
        line-height: normal;
        margin-bottom: 4px;
    }
    p
    {
        margin-bottom: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
        margin-top: 4px;
    }
    img
    {
        border: none;
    }
    .center
    {
        width: 100%; /*important */
        text-align: center;
    }
    a:link, a:visited
    {
        text-decoration: underline;
        color: #0000CC;
    }
    a:hover, a:active
    {
        text-decoration: underline;
        color: #660066;
    }
    
    #header
    {
        width: 100%;
        float: left;
        clear: both;
    }
    #header_top
    {
    }
    #header_box1
    {
        width: 100%;
        float: left;
        text-align: left;
        clear: both;
    }
    #header_loggo h1
    {
        color: #A5AE6F;
        background-color: inherit;
        font-style: italic;
    }
    #header_box2
    {
        visibility: hidden;
        height: 0px;
    }
    #header_loggin_status
    {
    }

    #header_loggin_status a
    {
        color: #575D2E;
        background-color: inherit;
    }
    #header_search
    {
        width: 100%;
    }

    #header_print
    {
        height: 55px;
    }
    #header_print_logo
    {
        width: 40%;
        float: left;
    }
    #header_print_text
    {
        width: 58%;
        float: right;
        height: 50px;
        vertical-align: middle;
        text-align: right;
        color: #000080;
        font-size: 1.1em;
    }
    #header_print_text h3
    {
        color: #000080;
        letter-spacing: 0;
    }
    #header_nav
    {
        width: 100%;
        color: #B8BE95;
        float: left;
        clear: both;
    }
    #header_sitemap_path
    {
        width: 100%;
    }
    /* Here begins the layout of header_search*/
    .header_search_input
    {
        border: thin solid #C0C0C0;
        width: 65%;
        height: 20px;
        vertical-align: middle;
    }
    .header_search_button
    {
        width: 30%;
        text-align: center;
        vertical-align: middle;
    }
    /* Here begins the layout of header_menu*/
    .li_image
    {
        display: none;
    }
    #header_menu ul
    {
        list-style-type: circle;
        padding: 10px;
        margin: 0; /* båda behövs! */
        float: left;
        width: auto;
    }
    #header_menu li
    {
    }
    #header_menu span
    {
    }
    #header_menu a
    {
    }
    #header_menu a:hover
    {
        text-decoration: underline;
    }
    #header_menu span #aktuell
    {
        text-transform: uppercase;
    }

    /* Here begins the layout of main_menu*/
    .main_menu
    {
        display: block;
        margin-bottom: 10px;
        clear: both;
    }
    .main_menu h2
    {
        font-size: 1.16em;
        clear: both;
    }
    /*
    .main_menu h2 { position: absolute; left: -10000px; } /* tar bort visingen av meny-rubriken */

    .main_menu ul
    {
        list-style-type: circle;
        margin: 0; /* båda behövs! */
        float: left;
        width: auto;
        padding-left: 10px;
        padding-bottom: 10px;
    }
    .main_menu_sub1
    {
        padding: 0;
        margin-left: 15px;
        font-size: 0.9em;
        list-style-type: circle;
    }
    .main_menu span
    {
    }

    .main_menu a
    {
    }

    .main_menu span#aktuell
    {
    }

    .main_menu a:hover
    {
        text-decoration: underline;
    }

    #main_ad_td3
    {
        display: none;
    }

    #footer
    {
        width: 100%;
        border-top: 1px solid #000;
        clear: both;
        float: left;
        border-top-color: #C0C0C0;
    }
    .footer_content
    {
        padding: 10px;
        text-align: center;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 0.8em;
        color: #575D2E;
        clear: both;
    }
        .footer_hidden
    {
        display: none;
    }
    /* Here begins the layout of al type of forms*/
    .form_box
    {
        border: 1px solid #C0C0C0;
        width: 100%;
        margin-bottom: 15px;
        font-size: 1.2em;
        padding-bottom: 10px;
    }
    .form_header h2
    {
        font-size: 1.0em;
        color: #808080;
        padding: 2px 5px 2px 5px;
        margin: 2px;
        background-repeat: repeat-x;
        background-color: #C0C0C0;
    }

    .form_body
    {
        vertical-align: top;
        padding: 2px 10px 2px 10px;
        margin: 0px;
    }
    .form_footer
    {
        empty-cells: hide;
        padding: 2px 0px 2px 5px;
        margin: 0px;
    }
    .form_body_box
    {
        width: 99%;
    }
    /*row whit 1 td,input and label in the same td*/
    .form_label_input_td
    {
        width: 100%;
    }
    /*row whit 2 td, input and label in the same td*/
    .form_label_input_td2
    {
        width: 100%;
        display: block;
        float: left;
        clear: both;
    }
    /*row whit 3 td, input and label in the same td and non validation*/
    .form_label_input_td3
    {
        width: 100%;
        display: block;
        float: left;
        clear: both;
    }
    /*row whit 3 td, input and label in the same td*/
    .form_label_input_td3a
    {
        width: 19%;
    }
    .form_label_input_td3b
    {
        width: 60%;
    }
    .form_label_input_td3c
    {
        width: 20%;
    }
    /*row whit 4 td, input and label in the same td*/
    .form_label_input_td4a
    {
        width: 15%;
    }
    .form_label_input_td4b
    {
        width: 15%;
    }
    .form_label_input_td4c
    {
        width: 50%;
    }
    .form_label_input_td4d
    {
        width: 19%;
    }
    .form_label_input_td
    {
        padding: 4px;
        line-height: 20px;
    }
    .form_label_input_td2
    {
        padding: 4px;
        line-height: 20px;
    }
    .form_label_input_td3
    {
        padding: 4px;
        line-height: 20px;
    }
    .form_label_input_td3a
    {
        padding: 4px;
        line-height: 20px;
    }
    .form_label_input_td3b
    {
        padding: 4px;
        line-height: 20px;
    }
    .form_label_input_td3c
    {
        padding: 4px;
        line-height: 20px;
    }
    .form_label_input_td4a
    {
        padding: 4px;
        line-height: 20px;
    }
    .form_label_input_td4b
    {
        padding: 4px;
        line-height: 20px;
    }
    .form_label_input_td4c
    {
        padding: 4px;
        line-height: 20px;
    }
    .form_label_input_td4d
    {
        padding: 4px;
        line-height: 20px;
    }
    /*row whit 2 td, 1 for label and 1 for input*/
    .form_label_td2
    {
        width: 100%;
        display: block;
        float: left;
        clear: both;
    }
    .form_input_td2
    {
        width: 100%;
        display: block;
        float: left;
        clear: both;
    }
    /*row whit 4 td, 2 for label and 2 for input*/
    .form_label_td4
    {
        width: 100%;
        display: block;
        float: left;
        clear: both;
    }
    .form_input_td4
    {
        width: 100%;
        display: block;
        float: left;
        clear: both;
    }
    .form_validate
    {
        width: 2%;
        padding: 2px;
    }
    .form_validate_text
    {
        color: #FF0000;
    }

    .form_button_left
    {
        width: 100%;
        display: block;
        float: left;
        clear: both;
    }
    .form_button_right
    {
        width: 100%;
        display: block;
        float: left;
        clear: both;
    }
    /* Here begins the layout of al type of input*/
    .input_label
    {
        width: 99%;
        line-height: 20px;
        text-indent: 2px;
    }
    .input_textbox
    {
        border: 1px solid #C0C0C0;
        width: 98%;
    }
    .input_textbox_default
    {
        border: 1px solid #C0C0C0;
    }

    .input_textbox_date
    {
    }
    .input_textarea
    {
        border: 1px solid #C0C0C0;
        width: 98%;
    }
    .input_select
    {
        margin: 1px 0px 1px 0px;
        border: 1px solid #C0C0C0;
        width: 99%;
    }
    .input_radio
    {
    }
    .input_checkbox
    {
    }
    .input_file
    {
    }
    .input_button
    {
    }
    .input_button_date
    {
    }
    table tr td
    {
        border: none;
        empty-cells: hide;
    }
    /*Layout för lista*/
    .list_counter
    {
        color: #FF0000;
    }
    .list_box
    {
        padding: 5px 0px 0px 0px;
        margin: 0px;
        width: 99%;
        border-bottom: 1px;
        border-bottom-style: solid;
        border-bottom-color: #C0C0C0;
    }

    .list_image
    {

    }
    .list_header a
    {
        color: #7BA566;
        text-decoration: none;
    }

    .list_p
    {
    }
    .list_price
    {
    }
    .list_form_fields
    {
        margin: 5px 0px 5px 0px;
    }
    /*Layout för infosidorna*/
    .info_p
    {
        font-size: 19px;
    }
    .info_box_1
    {
    }
    .info_box_2a
    {
    }
    .info_box_2b
    {
    }

    .info_tr
    {
        clear: both;
    }
    .info_imagetext
    {
        vertical-align: middle;
        line-height: 20px;
    }
    .info_image_left
    {
    }
    .info_image_right
    {
    }
    .info_image_center
    {
    }
}

/*  iPhone-specific styles
@media only screen and (max-device-width: 480px)
{

    html
    {
        -webkit-text-size-adjust: none;
    }
    
    
   }  denna parantes ska vara kvar*/


