

/* > > > > >  GLOBAL CONSTANTS  < < < < <
        
    COLORS
        

    DIMENSIONS
        Site width: 1024px
        Content width: 970px;
        
    9 CSS Ethics Every Designer Should Have: 
    http://www.noupe.com/how-tos/9-css-ethics-every-designer-should-have.html
    */

/* > > > > >  RESET  < < < < < */

body, html, h1, h2, h3, a, p, div, img
{
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
}

/* > > > > >  GLOBAL STYLES  < < < < < */

*
{
    color: #000;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 12px;
}

body
{
    background-color: #333;
}

a
{
    color: #c21c3c;
    text-decoration: none;
}
    a:hover
    {
        text-decoration: underline;
    }

p
{
    margin-bottom: 1em;
}

hr
{
    background-color: #004940;
    border: 0;
    height: 2px;
    margin: 15px 0 15px 0;
    padding: 0;
}

div.download ul 
{
    list-style-image: url("/data/assets/images/icon_pdf.png");
}


label {
    width:100px;
    float:left;
}

form p{
width: 233px;
}

/* > > > > >  STRUCTURAL ELEMENTS  < < < < < */

#mainContainer
{
    margin: auto;
}

#topRow
{
    background-color: #dadada;
    background-image: url("/data/assets/images/menugradient_2010.png");
    background-repeat: repeat-x;
    height: 156px;
}
    #topRow .content
    {
        background-color: #f6f6f6;
        background-image: url("/data/assets/images/menugradient_2010_mid.png");
        background-repeat: repeat-x;
    }
    
    #topRow #flags 
    {
        float: right;
        padding: 0 10px 0 0;
        width: 150px; 
    }
    #topRow #flags img
    {
        float: right;
        margin: 0 8px 0 0;
        padding: 5px 0 0 0;
    }

.content
{
    margin: auto;
    width: 970px;
	
}
    #topContainer #logo
    {
        background-image: url("/data/assets/images/logo_2010.png");
		/*background-image: url("/data/assets/images/logo_top.png");*/
        display: block;
        float: left;
        height: 74px;
		width: 237px;
		/*height: 74px;*/
        margin: 10px;
        /*width: 138px;*/
    }

#contentRow
{
    background-color: #dadada;
    background-image: url("/data/assets/images/content_shadow.png");
    background-position: bottom left;
    background-repeat: repeat-x;
    padding-bottom: 20px;
}
    #contentRow .content
    {
        background-color: #f6f6f6;
        min-height: 400px;
        padding: 8px 20px 20px 20px;
        width: 930px;
    }

#bottomRow
{
    background-image: url("/data/assets/images/bottom_gradient.jpg");
    background-repeat: repeat-x;
    border-top: 2px solid #333333;
    height: 120px;
    padding: 10px;
}
    #bottomRow .content div
    {
        color: #fff;
        font-size: 0.9em;
		width:970px;
    }
        #bottomRow .content div a
        {
            font-size: 1em;
        }
    #bottomRow img
    {
        float: right;
    }
    .bottomRow
    {
        float: right;
    	background-image: url("/data/assets/images/logo_footer.png");
		background-repeat:no-repeat;
		background-position:top right;
		line-height: 1.5em;
		margin-top: -15px;
    }


/* > > > > >  MENU  < < < < < */

#menu 
{
    float:right;
    line-height:normal;
    width: 701px;
}
    #menu *, #subMenu *
    {
		/*Øverste inaktive menupunkter*/
        color:#5b5e5f;
        font-family: Arial Black, Arial;
        font-size: 1em;
        text-transform: uppercase;
    }
    

#menu ul 
{
    float: right;
    margin: 69px 10px 0 0;
    list-style: none;
}

#menu li 
{
    float: left;
    height: 41px;
    list-style:none;

    padding: 0 0 0 9px;
}

#menu div
{
    float: left;
    height: 41px;
    height: 31px;
    padding: 5px 12px 4px 5px;
}

#menu a {
    text-decoration:none;
    font-weight: bold;
}

#menu a:hover {
    color:#dadada;
}

#menu .current {
    /*background:url("/data/assets/images/menu_left.png") no-repeat left top;*/
    /*margin-top: 2px;*/
    margin-top: 0px;
}
    #menu .current div {
        /*background:url("/data/assets/images/menu_right.png") no-repeat right top;*/
        color: #17e6ce;
    }
    #menu .current a
    {
        color: #c21c3c;
    }

#subMenu 
{
    float:left;
    line-height:normal;
    margin-left: 40px;
    padding-bottom: 8px;
}
    #subMenu *
    {
        font-family: Arial;
    }
    
#subMenu ul 
{
    margin:0;
    padding: 0;
    list-style:none;
}

#subMenu li {
    float:left;
    height: 38px;
    margin: 0 0px 0 0px;
    padding: 0 0 0 9px;
}

#subMenu div
{
    float: left;
    height: 29px;
    padding: 5px 20px 6px 11px;
    text-transform: uppercase;
}

#subMenu a {
    text-decoration: none;
    color: #5b5e5f;
}
    #subMenu a:hover {
        color:#c21c3c;
    }
    
#subMenu .current {
    background:url("/data/assets/images/submenu_left_2010.png") no-repeat left top;
    margin-top: 4px;
}
    #subMenu .current div {
        background:url("/data/assets/images/submenu_right_2010.png") no-repeat right top;
		color: #345d7c;
        /*color: #f39200;*/
    }
    #subMenu .current a 
    {
        color:#c21c3c;
    }


/* > > > > >  DEALERS  < < < < < */

#dealersTable
{
    margin: 0;
    padding: 0;
}
    #dealersTable td
    {
        margin: 0;
        padding: 3px 5px 3px 5px;
    }

    #dealersTable #headerRow
    {
        /*background-color: #009987;*/
        background-color: #5b5e5f;
    }
        #dealersTable #headerRow td
        {
            color: #fff;
            font-weight: bold;
        }
    
    #dealersTable tr.evenRow
    {
        background-color: #eee;
    }

/* > > > > >  FRONTPAGE GREEN  < < < < < */

.frontPageGreen
{
    margin: 0 -10px -10px -10px;
}

#frontpageGreenFlash
{
	width:947;
	height:303;
	}

.frontpageGreenColumn
{	
     float: left;
	 margin-left: 5px;
	 margin-right: 2px;
    
}
    .frontpageGreenColumn p
    {
        display: inline;
        padding: 0;
        margin: 0;
		
    }
    .frontpageGreenMid
    {
        padding-left: 4px;
        padding-right: 4px;
    }
    .frontpageGreenColumn img
    {
        margin-top: 13px;
		margin-right: 0px;
    }
/* > > > > >  FRONTPAGE  < < < < < */

.frontPage
{
    margin: 0 -10px -10px -10px;
}

.frontpageColumn
{
    float: left;
    
}
    .frontpageColumn p
    {
        display: inline;
        padding: 0;
        margin: 0;
    }
    .frontpageMid
    {
        padding-left: 4px;
        padding-right: 4px;
    }
    .frontpageColumn img
    {
        margin-bottom: 6px;
    }
    
/* > > > > >  CONTACT  < < < < < */
.contactPage #leftColumn
{
    width: 300px;
}

.contactPage #rightColumn
{
    width: 590px;
}

.contact
{
    float: left;
    margin-bottom: 15px;
    width: 33%;
}
    .contact img
    {
        float: left;
        margin-right: 10px;
    }
    .contact a
    {
        font-size: 0.9em;
    }

.contactColumn
{
    float: left;
    width: 33%;
}

/* > > > > >  CONTACT  < < < < < */
#leftColumn
{
    float: left;
    width: 590px;
}

#rightColumn
{
    float: left;
    margin: 0 0px 0 40px;
    text-align: left;
    width: 300px;
}

.footerimage{
	background-image: url(/data/assets/images/logo_footer.png);
	background-repeat:no-repeat;
	background-position:right;
}

/* > > > > >  EVENTS  < < < < < */

.event-table, .event-table tr, .event-table td, .event-table th
{
    margin: 0;
    padding: 0;
}
    .event-table th
    {
        margin: 0;
        padding: 3px 5px 3px 5px;
    }

    .event-table #headerRow
    {
        background-color: #009987;
    }
        .event-table th
        {
            background-color: #009987;
            color: #fff;
            font-weight: bold;
            text-align: left;
        }
        .event-table td
        {
            padding: 10px 0 0 0;
            vertical-align: top;
        }
    
    .event-table tr.evenRow
    {
        
    }
    .event-table td.event-cell
    {
        padding-right: 10px;
        width: 300px;
    }
        .event-table .date
        {
            color: #666;
            float: right;
            font-size: 0.9em;
            margin-bottom: 5px;
        }
        .event-table .title, .event-table .shop-name
        {
            font-weight: bold;
            margin: 0 0 3px 0;
        }
        .event-table .address
        {
            font-size: 0.9em;
        }
        
/* ROUNDED BOX */
     
.rounded-box .top
{
    background: transparent url('/data/assets/images/rounded-box/top-left.png') no-repeat left;
    height: 5px;
    padding-left: 5px;
}
    .rounded-box .top .right
    {
        background: transparent url('/data/assets/images/rounded-box/top-right.png') no-repeat right;
        height: 5px;
    }
    
.rounded-box .body
{
    border-left: 1px solid #009987;
    border-right: 1px solid #009987;
    min-height: 56px;
    padding: 5px 10px 5px 10px;
}
    
.rounded-box .bottom
{
    background: transparent url('/data/assets/images/rounded-box/bottom-left.png') no-repeat left;
    height: 5px;
    padding-left: 5px;
}
    .rounded-box .bottom .right
    {
        background: transparent url('/data/assets/images/rounded-box/bottom-right.png') no-repeat right;
        height: 5px;
    }
