﻿body {	
    background-color: #FFFFFF;
    background-image: url(images/bodyback.jpg);
    background-repeat: repeat-x;
    background-position: top;
    margin: 0;
    padding: 0;
}

body, input, textarea, select, .normaltekst {
	font-family: Arial;
	font-size: 11px !important;
	line-height: 150% !important;
	color: #333333;
}

table {
    border-collapse: collapse;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block; } 
/* Hide from IE Mac \*/ 
.clearfix { display: block; } 
/* End hide from IE Mac */ 
    
img, a img {
    border: 0;
}

a:link, a:visited, a:active {
    color: black;
    text-decoration: none;
}

h1 {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    color: #484848;
}
    
/* #### LAYOUT #### */

#construct {
    background-color: #FFFFFF;
    width: 896px;
    height: 508px;
    margin: 15px auto 0;
    padding: 15px;
}

#top {
    height: 125px;
}

#logo {
    float: left;
    width:300px;
    height: 115px;
    background-image: url(images/logo.jpg);
    background-repeat: no-repeat;
    background-position: left;
}

#topRight {
    float: left;
    width: 594px;
    height: 125px;
    font-size: 10px;
}

#topContact {
    width: 559px;
    height: 65px;
    background-image: url(images/topback.jpg);
    padding: 25px 0 0 35px;
}

#content {
    width: 894px;
}

.leftContentDefault {
    float:left;
    width: 220px;
    height: 355px;
    background-image: url(images/leftback.png);
    padding: 25px 40px 0 40px;
}

.leftContent {
    float:left;
    width: 300px;
    height: 380px;
    text-align: right;
}

.rightContentDefault {
    float: left;
    width: 594px;
    height: 380px;
    background-color: #e2e2e2;
    background-image: url(images/front.jpg);
    background-repeat: no-repeat;
    background-position: top;
}

.rightContent {
    float: left;
    width: 474px;
    height: 335px;
    background-color: #e2e2e2;
    background-image: url(images/menushadow.png);
    background-repeat: no-repeat;
    background-position: top;
    padding: 45px 60px 0 60px;
}

#foot {
    margin: 0 auto;
    background-image: url(images/bottomback.png);
    background-repeat: no-repeat;
    display: block;
    width: 1045px;
    height: 119px;
}

/* #### MENU #### */

#menu {
    width: 594px;
    height: 35px;
    background-image: url(images/menuback.jpg);
    font-family: Trebuchet MS;
    font-size: 11px;
    text-transform: uppercase;
    color: White;
    padding:0;
    margin: 0;
}

a.menuLink {
    float: left;
    height: 25px;
    width: 93px;
    display:inline-block;
    color: White;
    font-weight: bolder;
    text-align: center;
    padding-top: 10px;
}

a.menuLinkLong {
    float: left;
    height: 25px;
    width: 119px;
    display:inline-block;
    color: White;
    font-weight: bolder;
    text-align: center;
    padding-top: 10px;
}

#menu a.selected {
    background-image: url(images/selectedback.jpg);
}

a.menuLink:hover, a.menuLinkLong:hover {
    background-image: url(images/selectedback.jpg);
}
