/* RESET */
*{ outline: 0;}
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }



/* BASE */
html {
    background: #777;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
    font-size: 13px;
    line-height: 19px;
    color: #333;
}

/* HEADINGS */
h1{
	color: #060;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
}



h2{
	color: #030;
    font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

h3{
	color: #080;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

h4{
	font-weight: bold;
}

/* TYPO */
p{
	margin-bottom: 18px;
}

/* LINKS */
a:link, a:visited {
    color: #c76d1b;
}
 
a:hover {
    color: #336;
}


/* LAYOUT */

#container{
	margin: 0 auto;
	width: 880px;
}


#wrapper{
	background: #fff;
	float: left;
	padding: 5px;
	margin: 20px 0;
	width: 880px;
}



#header{
	background: #94ff94 url('img/hbg.gif');
	position: relative;
	height: 160px;
	border-bottom: 2px solid #666;
	border-top: 2px solid #666;	
}

#logo{
	float: left;
	margin: 10px 0 0 10px;
}

#fogfritt{
	float: right;
	margin: 10px 10px 0 0;
}

#footer{
		background: #94ff94;
		width: 100%;
		float: left;
		text-indent:10px;
		padding: 5px 0;
		border-top: 2px solid #666;
		border-bottom: 2px solid #666;
		color: #333;
}


#footer span.right{
	margin-right: 10px;
}

.left_col{
	float: left;
	width: 430px;
	padding: 0 10px;
	margin: 20px 0;
}

.right_col{
	float: right;
	width: 320px;
	padding: 0 10px;
		margin: 20px 0;
}

.one_col{
	padding: 0 10px;
	margin: 20px 0;
}

/* NAVIGATION */

#navigation{
	position: absolute;
	bottom: 0px;
	left: 0;
	float: left;
	width: 100%;
	background: #ccc;
	border-top: 2px solid #666;
}

#navigation li{
	display: inline;
}

#navigation li a{
	display: block;
	float: left;
	padding: 5px 10px;
	margin-left: 2px;
	background: #ccc;
	color: #333;
	text-decoration: none;
}

#navigation li a:hover{
	background: #ccc;
	text-decoration: underline;
	color: #555;
}


#navigation li a#active{
	background: #555;
	color: #eee;
}

#advantages li{
	float: left;
	width: 100%;
	list-style: square;
	margin-bottom: 10px;
	margin-left: 20px;
}


/* CLASSES */
.left{
	float: left;
}

.right{
	float: right;
}

img.left{
	margin: 0 10px 0px 0;
		border: 1px solid #ccc;
padding: 2px;		
}

img.right{
	margin: 0 0 4px 10px;
		border: 1px solid #ccc;
		padding: 2px;
		
}

img.noborder{
	border: 0;
}



.clr{
	clear: both;
}

p{
	margin-bottom: 19px;
}

strong{
	font-weight: bold;
}


.desc{
	font-size: 90%;
	float: left;
	display: block;
	color: #999;
}


#othermethods, #documents{
	margin: 0 0 20px 0;
	float: left;
	width: 100%;
}

#othermethods li, #documents li{
	float: left;
	width: 100%;
	margin: 2px 0;
}

#othermethods li a, #documents li a{
	float: left;
	padding: 10px 0;
	text-indent: 30px;
	width: 100%;
	background: #ccc url('/img/brick.png') 5px center no-repeat;
}

#othermethods li a:hover, #documents li a:hover{
	background-color: #060;
	color: #fff;
}


.tab_page{
	margin: 10px 0;
	width: 100%;
	float: left;
}

	.tab_page p{
		padding: 0 15px;
	}

.tab_page .refimage{
	float: left;
	width: 200px;
	padding-right: 15px;
	border-right: 1px solid #ccc;
	margin-right: 10px;
}

.tab_page .refimage a img{
	margin-bottom: 10px;
}

.tab_page .caption{
	margin: 0 0 10px 0;
	float: left;
	display: block;
	font-size: 90%;
}

.tab_page ul{
	float: left;
	width: 200px;
}

.tab_page ul li{
	padding-bottom:2px;
	border-bottom: 1px solid #ececec;
	margin: 0 0 4px 0;
}

.tab_page a:hover img{
	border-color: #060;
}

img.active{
	border: 1px solid #c00;
	background: #feb;
}


ul.tabs{
	margin-top: 20px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

ul.tabs li{
margin: 0;
	float: left;
border: 0;
}

ul.tabs li a{
	float: left;
	text-decoration: none;
	display: block;
	padding: 2px 7px 2px 25px;
	margin-right: 5px;
	background: url('/img/brick_go.png')  5px center no-repeat;
	color: #333;
}

ul.tabs li a:hover{
	background-color: #ccc;
}
ul.tabs  li a.active{
		background-color: #555;
		color: #eee;
}

#zebra li{
	padding: 5px;
	margin-bottom: 3px;
}
#zebra li.alt{
	background-color: #ccc;
}


.aktoris{
	margin: 5px 15px;
}


.partners{
	float: left;
}
.partners a{
	margin: 15px 5px;
	display: block;
	float: left;
}

#maptitle{
	display: block;
	margin-bottom: -20px;
}

img.map{
	float: left;
	margin-bottom: 20px;
}

.swapimage {
	display: none;
}

.adresses{
	margin-bottom: 20px;
}

.tab_page .employees, .tab_page .adresses{
	float: left;
	width: 90%;
}
.tab_page .employees li, .tab_page .adresses li{
	float: left;
	width: 90%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.tab_page .employees li h4 span{
	font-size: 95%;
	font-weight: normal;
}

.tab_page .employees li img{
	float: left;
	padding: 2px;
	border: 1px solid #ccc;
	margin-right: 10px;
}

.tab_page .employees .title a{
	display: block;
clear: right;
}


.tab_page .employees h4{
	font-weight: bold;
	font-size: 13px;
	color: #222;
}

label{
	display: block;
	float: left;
	width: 100%;
	font-weight: bold;
	color: #030;
	margin-top: 15px;
}


.input{
	border: 1px solid #ccc;
	padding: 3px 5px;
	width: 90%;
}

.textarea{
	float: left;
	width:90%;
	padding: 5px;
	border: 1px solid #ccc;
}

.input:focus, .textarea:focus{
	background: #feb;
	border: 1px solid #777;
}
.submit{
	float: left;
	margin: 5px 0;
}


.select{
	float: left;
	width: 95%;
	border: 1px solid #ccc;
	padding: 2px;
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}

.validation-advice{
	float: left;
	width: 100%;
	padding: 3px 0;
	background: transparent url('/img/failed.png') center left no-repeat;
	padding-left: 20px;
	font-size: 95%;
	color: #c00;
}

h3 span{
	color: #333;
}


table{
	width: 90%;
	border: 1px solid #ccc;
	padding: 3px;
	margin: 0 auto;
}

thead th{
	font-weight: bold;
	background: #9AFF99;
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 5px;
}

tfoot th{
	background: #9AFF99;
	border: 1px solid #ccc;
	padding: 5px;
}

th.center, td.center{
	text-align: center;
	width: 200px;
	font-weight: bold;
}

th.center{
	color: #c50;
	font-size: 18px;
}

td h4{
		color: #c50;
}

.even{
	background: #ccc;
}
td{
	padding: 10px;
	vertical-align: top;
	width: 250px;
}


tfoot td{
	width: 100%;
}


.thumbs{
	clear: both;
	padding: 10px;
}

.thumbs a img{
	border: 1px solid #666;
}