﻿@charset "UTF-8";
/* CSS Document */


/*   DIRECTOR A/S            */
/*   Hans K. Froschauer      */
/*   Art Director Online     */
/*   hkf@director.dk         */


@font-face {
    font-family: 'GlyphaLTStd45Light';
    src: url('glyphaltstd-light-webfont.eot');
    src: url('glyphaltstd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('glyphaltstd-light-webfont.woff') format('woff'),
         url('glyphaltstd-light-webfont.ttf') format('truetype'),
         url('glyphaltstd-light-webfont.svg#GlyphaLTStd45Light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GlyphaLTStd55Roman';
    src: url('glyphaltstd-webfont.eot');
    src: url('glyphaltstd-webfont.eot?#iefix') format('embedded-opentype'),
         url('glyphaltstd-webfont.woff') format('woff'),
         url('glyphaltstd-webfont.ttf') format('truetype'),
         url('glyphaltstd-webfont.svg#GlyphaLTStd55Roman') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	font-family: 'GlyphaLTStd55Roman', 'Times New Roman', Times, serif;
	font-size: 14px;
	line-height: 1.5;
	color: #444;
	/*background-image: url('../img/bg.jpg');
	background-repeat: repeat-x;*/
	background-color: #eef2f6;
	margin: 0;
	padding: 0;
	}

a img {
	border: 0;
	}
	
a {
	color: #2bb099;
	}
	
/*a:hover {
	color: #f36906;
	}
	
a:visited {
	color: #376b62;
	}*/

p {
	margin: 0 0 12px 0;
	padding: 0;
	}

#headbar {
	background-color: #444751;
	padding: 5px 0;
	margin-bottom: 25px;
	}
	
#headbarcont {
	width: 1060px;
	margin: 0 auto;
	color: #999;
	line-height: 1;
	padding: 0;
	font-size: 12px;
	font-family: 'GlyphaLTStd55Roman', "Times New Roman", Times, serif;
	}
	
#headbarcont a {
	color: #fff;
	text-decoration: none;
	}

#wrap {
	
	}

.stat {
	width: 942px;
	padding: 0;
	margin: 0 auto;
	height: 41px;
	background-image: url(../img/statbar_bg.png);
	background-repeat: no-repeat;
	}
	
.statfield {
	height: 41px;
	width: 190px;
	background-image: url(../img/statbar_sprite2.png);
	background-repeat: no-repeat;
	background-position: top;
	display: inline-block;
	margin-left: -13px;
	}
	
.statfieldfirst {
	height: 41px;
	width: 203px;
	background-image: url(../img/statbar_sprite2a.png);
	background-repeat: no-repeat;
	background-position: top;
	display: inline-block;
	margin-left: 0;
	}

.statfieldlast {
	height: 41px;
	width: 203px;
	background-image: url(../img/statbar_sprite2b.png);
	background-repeat: no-repeat;
	background-position: top;
	display: inline-block;
	margin-left: -13px;
	}
	
.statfield_selected {
	background-position: bottom;
	color: #fff;
	}
	
.statfield span, .statfieldfirst span, .statfieldlast span {
	padding-top: 10px;
	display: inline-block;
	}
	
#container {
	width: 1020px;
	padding: 20px;
	margin: 0 auto;
	}
	
#header {
	width: 1060px;
	padding: 0 0 20px 0;
	margin: 0 auto 20px auto;
	border-bottom: 4px solid #444;
	}

#footer {
    width: 1060px;
    margin: 30px auto;
    border-top: 4px solid #444;
    padding: 10px 0 50px 0;
    font-size: 12px;
    background-image: url(../img/ambition_logo.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.knap-bl-s {
	height: 30px;
	width: 120px;
	background-image: url('../img/knap120.png');
	background-repeat: repeat-x;
	color: #fff;
	line-height: 1;
	font-size: 14px;
	font-family: 'GlyphaLTStd55Roman', "Times New Roman", Times, serif;
	text-shadow: -1px -1px #376b62;
	border: 0;
	}
	
.knap-bl-m {
	height: 30px;
	width: 150px;
	background-image: url('../img/knap150.png');
	background-repeat: repeat-x;
	color: #fff;
	line-height: 1;
	font-size: 14px;
	font-family: 'GlyphaLTStd55Roman', "Times New Roman", Times, serif;
	text-shadow: -1px -1px #376b62;
	border: 0;
	}
	
.knap-bl-l {
	height: 30px;
	width: 200px;
	background-image: url('../img/knap200.png');
	background-repeat: repeat-x;
	color: #fff;
	line-height: 1;
	font-size: 14px;
	font-family: 'GlyphaLTStd55Roman', "Times New Roman", Times, serif;
	text-shadow: -1px -1px #376b62;
	border: 0;
	}
	
.knap-gr-s {
	height: 30px;
	width: 120px;
	background-image: url('../img/knapg120.png');
	background-repeat: repeat-x;
	color: #fff;
	line-height: 1;
	font-size: 14px;
	font-family: 'GlyphaLTStd55Roman', "Times New Roman", Times, serif;
	text-shadow: -1px -1px #376b62;
	border: 0;
	}
	
.knap-gr-m {
	height: 30px;
	width: 150px;
	background-image: url('../img/knapg150.png');
	background-repeat: repeat-x;
	color: #fff;
	line-height: 1;
	font-size: 14px;
	font-family: 'GlyphaLTStd55Roman', "Times New Roman", Times, serif;
	text-shadow: -1px -1px #376b62;
	border: 0;
	}
	
.knap-gr-l {
	height: 30px;
	width: 200px;
	background-image: url('../img/knapg200.png');
	background-repeat: repeat-x;
	color: #fff;
	line-height: 1;
	font-size: 14px;
	font-family: 'GlyphaLTStd55Roman', "Times New Roman", Times, serif;
	text-shadow: -1px -1px #376b62;
	border: 0;
	}
	
.maintable {
	
	}
	
.maintable td {
	padding: 15px 5px 5px 0px;
	line-height: 1;
	border-bottom: 1px solid #dddfe1;
	}
	
.maintable .aktivvask, .maintable .aktivvask a {
	color: #F60;
	}
	
.maintable th {
	background-color: #dddfe1;
	color: #444;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	}
	
.tbbgl {
	background-image: url(../img/tabtopleft.png);
	background-repeat: no-repeat;
	background-position: left;
	}
	
.tbbgr {
	background-image: url(../img/tabtopright.png);
	background-repeat: no-repeat;
	background-position: right;
	}
	

.text100, .text200, .text300, .dvpdrop {
	background-repeat: no-repeat;
	border: 0;
	padding: 5px;
	font-size: 13px;
	line-height: 19px;
	vertical-align: middle;
	margin: 0;
	font-family: 'GlyphaLTStd55Roman', 'Times New Roman', Times, serif;
	color: #444;
	}

.text100 {
	background-image: url(../img/text100.png);	
	width: 90px;
	height: 20px;
	}
	
.text200 {
	background-image: url(../img/text200.png);
	width: 190px;
	height: 20px;
	}
	
.text300 {
	background-image: url(../img/text300.png);
	width: 290px;
	height: 20px;
	}
	
.dvpdrop {
	background-image: url(../img/text300.png);
	width: 300px;
	background-color: none;
	height: 30px;
	}