﻿body, h1, h2, h3, h4, h5, h6, p, a, a:link, a:visited, a:active, a:hover, div, form, input, table, tr, td, th {
	padding: 0;
	margin: 0;
	text-align: left;
}

body, p, div, input, textarea, table, td, th, a:link, a:visited, a:active, a:hover {
	font-family: Verdana, 'Lucida Grande', 'Lucida Sans Unicode';
	line-height: 16px;
	font-size: 12px;
	color: #555555;
}

body {
    background: #FFFFFF url('images/body_bg.png') repeat-x;
    background-position: 0 20px;
    text-align: center;
    height: 100%;
}

table {
    border-collapse: collapse;
}

td {
	vertical-align: top;
}

a img, img, img a, input[type=text], input[type=password], input[type=file], select, textarea  {
    border: 0;
}

img {
    border: 0;
}

input, select, textarea {
	margin: 5px 0 5px 0;
	padding: 2px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
/* End hide from IE-mac */

a:link, a:active, a:visited, .butikklabel {
    text-decoration: none;
    color: #a9233e;
}

	a:hover {
	    text-decoration: underline;
	}

h1, h2, h3, h4, h5, h6 {
	/* font-family: 'Trebucket MS', Tahoma, Verdana; */
	font-weight: normal;
	line-height: 120%;
	/* color: #626469; */
	color: #333333;
}

	h1, h1 a:link, h1 a:active, h1 a:visited {
        font-size: 20px;     
        padding-bottom: 5px;
	}
	
	h2, h2 a:link, h2 a:active, h2 a:visited, h2 a:hover {
        font-size: 18px; 
        margin-bottom: 5px;
    }
    
        h2 a:hover {
            text-decoration: underline;
        }
    
    h3, h3 a:link, h3 a:active, h3 a:visited, h3 a:hover {
        margin: 15px 0 0 0;
        color: #a9233e;
        font-size: 14px;
        font-weight: bold;
    }
    
        h3 a:hover {
            text-decoration: underline;
        }
	
ul.l2 {
    list-style-type: none;
}

a.l2:link, a.l2:visited {
	display: block;
	padding: 5px 0;
}

a.l2:hover, a.l2selected:link, a.l2selected:visited {
    text-decoration: none;
    color: #626469;
}

body.subpage {
    background: #FFFFFF url('images/standard_bg.png') repeat-x;
    background-position: 0 20px;
}

#construct {
    width: 1000px;
    background: transparent url('images/construct_bg2.jpg') no-repeat;
    margin: 20px auto 0 auto;
    
}
#achilles 
{
width: 177px;
 height: 100px; 
display: block;   
    background: transparent url('/App_Themes/Standard/images/achilles.png') no-repeat 50% 50%;
    float:left;
    color:white;
    font-size:1px;
}

#construct_standard {
    width: 1000px;
    margin: 20px auto 0 auto;
    background: transparent url('images/standard_innerbg.png') no-repeat;
}

    #header {
        height: 100px;
    }
    
        #menu {
            background: transparent url('images/menubg_v.png') no-repeat;
            padding: 0 0 0 10px;
            height: 18px;
        }

        #menu a:link, #menu a:active, #menu a:visited {
            padding: 1px 10px 2px 10px;
            font-size: 12px;
            line-height:15px;
            color:#a9233e;
            background-color: #e3e4e6;
            display:block;
            float:left;
        }

        #menu a.selected:link, #menu a.selected:visited, #menu a:hover, #menu a:active {
            background: url('images/menubg_hover.png') repeat-x;
            color: #FFFFFF;
            text-decoration: none;
        }
        
        #menu img {
            float:left;
        }
        
    #middle {
        width: 800px;
        height: 250px;
    }
    
        #middle table {
            width: 100%;
            margin-top: 20px;
        }
        
        .bildetekst {
            visibility: hidden; 
            margin: 0 15px 0 16px;
            color: #a9233e;
            text-align: center;
        }

        #middle a:link, #middle a:active, #middle a:visited, #middle a:hover {
            font-weight: bold;
        }
        
        #middle a:hover {
            text-decoration: none;
            color: #626469;
        }
        
        #bilde1, #bilde2, #bilde3, #bilde4 {
            width: 170px;
            height: 145px;
            margin: 0 15px 10px 15px;
            visibility: visible;
        }
        
        #bilde1 {
            background: transparent url('/App_Themes/Standard/images/bilde1g.jpg') no-repeat;
        }
        
        #bilde2 {
            background: transparent url('/App_Themes/Standard/images/bilde2g.jpg') no-repeat;
        }
        
        #bilde3 {
            background: transparent url('/App_Themes/Standard/images/bilde3g.jpg') no-repeat;
        }
        
        #bilde4 {
            background: transparent url('/App_Themes/Standard/images/bilde4g.jpg') no-repeat;
        }
    
    #outerfooter {
        width: 800px;
    }
    
        #outerfooter div,#outerfooter a {
            font-size: 11px;
        }
        
        #outerfooter h3 a:link, #outerfooter h3 a:active, #outerfooter h3 a:visited, #outerfooter h3 a:hover {
            font-weight: bold;
            font-size: 13px;
        }
        
            #outerfooter h3 a:hover {
                text-decoration: none;
                color: #626469;
            }
    
    .pushdownmycontent {
        position: relative;
        height: 30px;
    }
    
        .pushdownmycontent h3 {
            position: absolute;
            bottom: 5px;
        }
    
    .footer {
        width: 81%;
        border-top: solid 3px #d9dcdd;
        padding: 5px 0 0 0;
    }
        
        .footer a:link, .footer a:active, .footer a:visited {
            color: #67737a;
        }
            
    #nyheter {
        border-left: solid 3px #d9dcdd;
        float: right;
        width: 190px;
        margin: 40px 0 0 5px;
        padding: 5px 0 0 5px;
    }
    

