﻿body {
    background-color: #1b1b1b;
    padding: 0;
    margin:0;
}

body, input, textarea, select, .normaltekst {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
	line-height: 150% !important;
	color: #333c45;
}

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 {
    text-decoration: none;
    color: #41586d;
}

h1 {
    font-size: 22px;
    color: #435464;
}

h2 {
    font-size: 14px;
    color: #333c45;
}
    
/* #### LAYOUT #### */

#construct {
    width: 972px;
    margin: 0 auto;
}

.headBig {
    position: relative;
    height: 446px;
    background-image: url(images/fallback.jpg);
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

.headSmall {
    position: relative;
    height: 225px;
    background-image: url(images/topbanner.gif);
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

.headSmall a:hover {
    color: White!important;
}

.logo {
    position: absolute;
    z-index: 5;
    width: 250px;
    height: 100px;
    margin-top: 10px;
}

.topLink {
    position: absolute;
    left: 250px;
    top: 30px;
    width: 50px;
    height: 20px;
}

#menuContainer {
    width: 972px;
    height: 104px;
    margin-top: 5px;
}

#main {
    float: left;
    display: inline;
}

.contentDefault {
    background-color: #f2f2f2;
    background-image: url(images/contentBack.gif);
    background-repeat: repeat-x;
    background-position: top;
    width: 972px;
}

.content {
    background-color: #f2f2f2;
    background-image: url(images/contentBack.gif);
    background-repeat: repeat-x;
    background-position: top;
    width: 852px;
    padding: 45px 60px 45px 60px;
}

.orange {
    margin: 20px 0 0 27px;
    color: #e58e04;
    font-family: Myriad Pro;
    font-size: 10px;
}

.menuText {
    margin-left: 26px;
}

.arrow {
    float: left;
    background-image: url(images/arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
    margin-left: 30px;
    cursor: pointer;
}

.servicesContainerDefault {
    width: 927px;
    height: 190px;
    padding: 25px 20px 25px 25px;
}

.servicesContainer {
    width: 927px;
    height: 190px;
    padding: 25px 20px 25px 25px;    
    border-bottom: solid 1px #323232;
}

.services {
    display: inline;
    float: left;
    width: 248px;
    height: 95px;
    padding-left: 60px;
}

.servicesTitle {
    font-weight: bold;
    margin-top: 15px;
}

.servicesTitle a {
    color: #333C45!important;
}

.servicesText {
    font-size: 10px;
    width: 222px;
}

.servicesTitleWhite {
    font-weight: bold;
    color: #41586d!important;
    margin-top: 5px;
}

.servicesTitleWhite a {
    color: #41586d!important;
}

.servicesTextWhite {
    font-size: 10px;
    width: 222px;
    color: #626262;
}

.contactInfo {
    width: 907px;
    padding: 0 10px 0 10px;
    font-size: 9px;
    color: #656565;
    text-align: center;
    margin-top: 25px;
    text-transform: uppercase;
}

.contactInfo a:link, a:visited {
    color: #656565;
}

/* #### LINK #### */

.l1 {
    position: absolute;
    width: 972px;
    text-transform: uppercase;
    overflow: hidden;
}

.l1 a:link, .l1 a:visited {
	font-size:12px;
	font-family:arial;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	color: #656565;
}

.l1 a:hover {
    text-decoration:none;
    font-weight: bold;
    color: White;
}

.l1 a.selected:link, .l1 a.selected:visited {
	display:inline-block;
    color: White;
}

.l2 {
    position: relative;
    top: 77px;
    height: 27px;
    text-transform: uppercase;
    overflow: hidden;
}

.l2 a:link, .l2 a:visited {
	font-size:11px;
	font-family:arial;
	color:#c8cdd1;
}

.l2 a:hover {
    color: White;
}

.l2 a.selected:link, .l2 a.selected:visited {
    color: White;
}

.defaultSub {
    z-index: 5;
    float:left;
    width: 972px;
    height: 21px;
    padding-top: 6px;
    background-image: url(images/subMenuBack.gif);
    background-repeat: repeat-x;
}

.sub {
    display: none;
    z-index: 15;
    float:left;
    width: 972px;
    height: 21px;
    padding-top: 6px;
    background-image: url(images/subMenuBack.gif);
    background-repeat: repeat-x;
}

.selectedSub {
    display: block;
    float: left;
    z-index: 0;    
}

.selectedMouse {
    display: block!important;
    float: left;
    z-index: 15;
}

.top {
    float: left;
	width: 162px;
	height: 77px;
  	background-image: url(images/menuBack.gif);
	background-repeat: no-repeat;
}

.selectedTop {
    background-image:url(images/menuBackSelected.gif);
    background-repeat:no-repeat;    
    width: 162px;
    color: White!important;
}

.selectedMouseTop {

	background-repeat: no-repeat;
	color: White!important;
	width: 162px!important;
}

.selectedMouseTop a {
    color: White!important;
}