﻿/* CSS Document */
*
{
    margin:0px;
    padding:0px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
a
{
    outline:none;
    border:none;
}
img
{
    border:none;
}
html
{
    background: url(../assets/BG_repeat.jpg) repeat-y;
}


td, p, ol, ul
{
    font-size: 10pt;
    color: #000000;
    font-family: Verdana ;
}

.tekst
{
    font-size: 10pt;
    color: #000000;
    font-family: Verdana;
}

.wit
{
    font-size: 10pt;
    color: #000000;
    font-family: Verdana;
}

.sub
{
    font-size: 10pt;
    color: #000000;
    font-family: Verdana;
}



a
{
    color: #60ACCE;
    text-decoration: none;
}

a:visited
{
    color: #77A4B7;
    text-decoration: none;
}

a:hover
{
    color: #77A4B7;
    text-decoration: none;
}

body
{
   background:url(../assets/top_back.jpg) repeat-x;
   color:                      #000000;
   scrollbar-face-color:       #FFFFFF;
   scrollbar-highlight-color:  #FFFFFF;
   scrollbar-shadow-color:     #18428C;
   scrollbar-3Dlight-color:    #18428C;
   scrollbar-arrow-color:      #18428C;
   scrollbar-track-color:      #FFFFFF;
   scrollbar-darkshadow-color: #FFFFFF;
}

.flatbutton
{
    background-color: #FAFAFD;
    border-left: 1px #3388CC solid;
    border-right: 1px #3388CC solid;
    border-bottom: 1px #3388CC solid;
    border-top: 1px #3388CC solid;
    font-family: Verdana;
    font-size: 8pt;
    color: black;
}

.flatinput
{
    background-color: #FAFAFD;
    border: 1 solid #3388CC;
    font-family: Verdana;
    font-size: 8pt;
    color: #3388CC;
}

#header
{
    position:relative;
    height:104px;
}
    #header_logo
    {
        width:956px;
        height:97px;
    }

    #header_flags
    {
        position:absolute;
        top:20px;
        left:790px;
        z-index:2;
    }
    #header_abriv{
    	position: absolute;
    	top: 50px;
    	left: 795px;
    	z-index: 3;
    }
    	#header_abriv a{
    		color: #FFFFFF;
    	}
    	
    #header_menu
    {
        width:600px;
        position:absolute;
        top: 15px;
        left: 600px;
    }
        #header_menu_nav li
        {
            list-style:none;
            margin-left: 10px;
           /*  padding-top:2px; */
            font-size:12px;
            display: block;
            text-align:left;
            width:90px;
            font-weight:bold;
            line-height:20px;
       		_line-height: 15px;
        }
            #header_menu_nav li a
            {
                color:#ec2626;
            }
            #header_menu_nav li a:hover, #header_menu_nav li a.active
            {
                color:#333333;
                text-decoration:none;
                font-style:italic;
                border-bottom: solid 2px #ec2626;
            }

            #header_menu_nav .doubleline
            {
                line-height:1.5em;
            }


        /*
        #header_menu .button
        {
            background-color:#17438A;
            display:block;
            color:antiquewhite;
            border:1px solid #6E92D0;
            width:80px;
            height:27px;
            text-align:center;
            vertical-align: middle;
        } */
        
#header_MMLogo
{
    top: 20px;
    right:10px;
    position:absolute;

}

#container
{
    margin-left: 10px;
    font-size:13px;
    float: left;
}

    #column1{
        width:146px;
        height:31px;
        float: left;
    }

    #column1_top{
        background:url(../assets/column1_header_fading.png) no-repeat bottom left;
        width:146px;
        height:30px;
    }
    
    #column1_menu{
        background:url(../assets/Column1_menu_BG.jpg) repeat-y;
        width:146px;
        line-height:20px;
        _line-height: 15px;
    }

        ul#column1_menu_nav{
            list-style:none;
            width:146px;
        }

        #column1_menu a{
            color:#ec2626;
            font-weight:bold;
            display:block;
            padding-left:20px;
            padding-bottom:2px;
        }

        #column1_menu a:hover , #column1_menu a.active{
            color:#333333;
            font-style:italic;
            border-bottom:solid red 2px;
            padding-bottom:0px;
        }

    #column2
    {
        width:600px;
        float: left;
    }
        #column2_content_container
        {
            
            padding-left:30px;
        
        }

            #column2_content_container input
            {
                margin:2px;
                font-size:12px;
            }
            #column2_content_container textarea
            {
                font-size:12px;
            }
            #column2_content_container select
            {
                width:100px;
            }
            #column2_content_container input.empty{
                border:red 1px solid;
            }
            
            #empty_fields{
                border:red 1px solid;
                width:400px;
                padding:5px;
            }

        #column2_content_title
        {
            font-weight:600;
            text-align:center;
        }

        #column2_content
        {

            margin-top:20px;
        }
            #column2_content ul
            {
                padding-left:12px;
            }
        
        #column2_content_img
        {
            margin-top:-160px;;
            margin-left:200px;
            margin-bottom:20px;
        }

        #column2_franchise
        {
            position:absolute;
            right:-210px;
            top:55px;
        }


#footer_container
{
    margin-top:20px;
    margin-left:15px;
    float:left;
    clear: both;
    border-top:solid #333333 1px;
    padding:10px 20px 20px 20px;
    display: block;
    width: 680px;
}
 span#webparking{
     font-size:9px;
 }
 span#webparking a{
     color:#60ACCE;
 }
