/* Font@face
Skrifttype erstatning */

@font-face {
	font-family: 'NeoSansStdBold';
	src: url('../fontface/NeoSansStd-Bold.eot');
	src: local('Neo Sans Std'), local('NeoSansStd-Bold'), url('../fontface/NeoSansStd-Bold.woff') format('woff'), url('../fontface/NeoSansStd-Bold.otf') format('opentype'), url('../fontface/NeoSansStd-Bold.svg#NeoSansStd-Bold') format('svg');
}

@font-face {
	font-family: 'NeoSansStdRegular';
	src: url('../fontface/NeoSansStd-Regular.eot');
	src: local('Neo Sans Std'), local('NeoSansStd-Regular'), url('../fontface/NeoSansStd-Regular.woff') format('woff'), url('../fontface/NeoSansStd-Regular.otf') format('opentype'), url('../fontface/NeoSansStd-Regular.svg#NeoSansStd-Regular') format('svg');
}

@font-face {
	font-family: 'NeoSansStdItalic';
	src: url('../fontface/NeoSansStd-Italic.eot');
	src: local('Neo Sans Std'), local('NeoSansStd-Italic'), url('../fontface/NeoSansStd-Italic.woff') format('woff'), url('../fontface/NeoSansStd-Italic.otf') format('opentype'), url('../fontface/NeoSansStd-Italic.svg#NeoSansStd-Italic') format('svg');
}

@font-face {
	font-family: 'NeoSansStdBoldItalic';
	src: url('../fontface/NeoSansStd-BoldItalic.eot');
	src: local('Neo Sans Std'), local('NeoSansStd-BoldItalic'), url('../fontface/NeoSansStd-BoldItalic.woff') format('woff'), url('../fontface/NeoSansStd-BoldItalic.otf') format('opentype'), url('../fontface/NeoSansStd-BoldItalic.svg#NeoSansStd-BoldItalic') format('svg');
}

@font-face {
	font-family: 'MarkerFeltThin-PlainRegular';
	src: url('../fontface/markerfeltthin-webfont.eot');
	src: local('☺'), url('../fontface/markerfeltthin-webfont.woff') format('woff'), url('../fontface/markerfeltthin-webfont.ttf') format('truetype'), url('../fontface/markerfeltthin-webfont.svg#webfontuUaa4E37') format('svg');
	font-weight: bold;
	font-style: normal;
}

/* Font@face
Skrifttype erstatning slut */

* {
	margin:0;
	padding:0;
	border:0;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	color: #4b5458;
	font-size: 11px;
	line-height: 16px;
	background: #4c5559 url('/files/design/images/BottomSpace_bg.gif');
}

p {
	color: #4b5458;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 10px;
}

a {
	color: #367bb6;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #6f942b;
	text-decoration: underline;
}

a:active {
	color: #5c7a24;
}

ul {
	list-style-type: none;
}

td {
	vertical-align: top;
}

h1, h2, h3 {
	font-weight:normal;
	font-family: "NeoSansStdRegular", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	text-shadow: 0px 1px 0px #eee;
}
/*
h1 {
	color:#333333;
	font-size: 15px;
	margin-bottom: 20px;
	text-transform: uppercase;

}

h2 {
	color: #6f942b;
	font-size: 25px;
	line-height: 32px;
	background: url('/files/design/images/streg.gif') top left no-repeat;
	padding-top: 5px;
	margin-bottom: 30px;
	text-shadow: 1px 1px 1px #F1F1F1;
}
h3 {
	color: #6f942b;
	font-size: 18px;
	line-height: 22px;
	background: url('/files/design/images/streg.gif') top left no-repeat;
	padding-top: 5px;
	margin-bottom: 10px;
}*/
h4 {
}
h5 {
}
h6 {
}

hr {
	border-top: 1px dotted #6f942b;
	margin: 10px 0 20px;
}

LABEL {
	cursor: pointer;
	font-weight: normal;
}

LABEL B {
	cursor: pointer;
	font-weight: bold;
	color: #1f2020;
}

/* Transitions */
a, input, span, button, textarea {
	-webkit-transition-property:background-color, border-color, color;
	-webkit-transition-duration:.6s;
	-webkit-transition-timing-function:ease-out;
}
:hover, :focus {
	-webkit-transition-property:background-color, border-color, color;
	-webkit-transition-duration:.15s;
	-webkit-transition-timing-function:ease-in;
}



#GreenSpace {
	background: #15181b url('/files/design/images/GreenRoom_bg.jpg') top center no-repeat;
	color: #FFF;
}


#TopSpace {
	background: url('/files/design/images/MainMenu_bg.png') top repeat-x;
	height: 70px;
	color: #FFF;
	padding-top: 15px;
}

#TopSpace .logo {
	width: 240px;
}

#TopSpace .menu {
	vertical-align:bottom;
	text-align:right;
	padding:0px 0px 0px 0px;
}

#MainMenu {
	overflow:hidden;
	float:right;
}

#MainMenu li {
	float: left;
	padding: 10px 8px 5px 10px;
}

#MainSpace {
	background: #dce1e4 url('/files/design/images/Content_bg.gif');
}

#MainSpace .greyroomStd {
	background: url('/files/design/images/MainSpace_greyroom.jpg') top center no-repeat;
	padding-top: 30px;
}

#MainSpace ul {
	padding-left: 15px;
}

#MainSpace li {
	margin-bottom: 10px;
	list-style-image: url('/files/design/images/ListBull.png');
}

#LeftSpace {
	width: 250px;
	padding-bottom: 30px;
}

.CyklopGhostTop {
	background: url('/files/design/images/ghostTop.png') bottom left no-repeat;
	padding-bottom: 120px;
}

.LeftSpaceLogo {
	text-align: center;
	padding-right: 20px;
}

.MainContentFull {
	/*padding-bottom: 30px;*/
	margin: 0 10px;
}

.MainContent700 {
	padding-bottom: 30px;
	width: 700px;
}


a.actionlink {
	background: url('/files/design/images/actionlink.png') right top no-repeat;
	padding-right: 18px;
	padding-bottom: 5px;
	text-decoration: none !important;
	color: #367bb6;
}

a.actionlink:hover {
	background: url('/files/design/images/actionlink_hover.png') right top no-repeat;
	text-decoration: underline !important;
	color: #6f942b;
}


#BottomSpace {
	color: #9d9e9e;
	font-size: 10px;
	background: url('/files/design/images/Footer_shade.gif') top repeat-x;
}

#BottomLogoSpace {
	width: 250px;
	height:60px;
	padding-top: 18px;
	text-align: center;
}

#BottomLogoSpace.CyklopGhost {
	background: url('/files/design/images/ghostBottom.png') top left no-repeat;
	height:75px;
}

#Footer {
	padding: 14px 0px 0;
	text-shadow: 1px 1px 1px #444;
}

#Footer a {
	color: #9d9e9e;
}

#Footer a:hover {
	color: #CdCeCe;
}

.frame960 {
	width: 960px;
	margin: 0 auto;
}

#Footer .spacer {
	color: #6f942b;
	padding: 0 8px;
}

#SubMenu {
	padding-left: 10px;
	padding-right: 20px;
}

#SubMenu li {
	margin-bottom: 10px;
	font-size: 12px;
	list-style-image: url('/files/design/images/Submenu_bull.gif');
}

#SubMenu li ul li {
	font-size: 10px;
}

#SubMenu li a{
	text-decoration: none;
}

#SubMenu li.active a {
	color: #6f942b;
	font-weight: bold;
}

.sides {
	background: #dce1e4 url('/files/design/images/Content_bg.gif');
	border-top: 1px solid #FFFFFF;
}

#PageBreadcrumb, #SubPageBreadcrumb{
	height:20px;
	color: #dde2e5;
	padding-top: 45px;
	padding-left: 10px;
	padding-right: 10px;
	text-shadow: 1px 1px 2px #2b3019;
}

#SubPageBreadcrumb{
	padding-left: 250px;
}

#PageBreadcrumb a, #SubPageBreadcrumb a {
	color: #dde2e5;
	text-decoration: none;
}

#PageBreadcrumb a:hover, #SubPageBreadcrumb a:hover {
	color: #96c83a;
}

#PageBreadcrumb .spacer, #SubPageBreadcrumb .spacer {
	color: #96c83a;
	padding: 0 5px;
	font-size: 12px;
}

/* Box 1 */
.Boks1Header{
	background-image:url('/files/design/images/Prices/BoksHeaderBg.jpg');
	background-repeat:no-repeat;
	height:42px;
	width:700px;
}
.Boks1Content{
	background-image:url('/files/design/images/Prices/BoksContentBg.jpg');
	width:700px;
}


/* Page */

.ContactField {
	width: 270px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.ContactField_top {
	background: url('/files/design/images/produktside/ContactField_Top.png') top left no-repeat;
	height: 5px;
}

.ContactField_bottom {
	background: url('/files/design/images/produktside/ContactField_Bottom.png') top left no-repeat;
	height: 10px;
}

.ContactField_tab {
	background: url('/files/design/images/produktside/ContactField_Tab.png') top right no-repeat;
	width: 10px;
	height: 60px;
}

.ContactField p {
	padding-top: 8px;
	line-height: 16px;
	background: #ebeff2;
	padding: 2px 10px;
	margin-bottom: 0;
	width: 150px;
}

.ContactField a.link_phone {background: url('/files/design/images/linkIcon_cell.gif') left top no-repeat;padding-left: 12px;}
.ContactField a.link_email {background: url('/files/design/images/linkIcon_email.gif') left top no-repeat;padding-left: 12px;}

.DidYouKnow  {
	width: 280px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-bottom: 9px;
	background: url('/files/design/images/DidYouKnow_Bottom.gif') bottom left no-repeat;
}

.DidYouKnow p {
	margin-bottom: 0px;
}

.DidYouKnowContent {
	padding: 10px 10px 5px;
	background: #4b5458;
}

.DidYouKnowContent, .DidYouKnowContent p {
	color: #fff;
}

.DidYouKnowContent a {
	color: #96c83a;
	text-decoration: none;
	
}

.DidYouKnowContent a:hover {
	color: #96c83a;
	text-decoration: underline;
}

.DidYouKnowContent a.actionlink {
	background: url('/files/design/images/actionlink.png') right top no-repeat;
	display: block;
	text-align: right;
	margin-top: 10px;
	color: 367bb6;
}

.DidYouKnowContent a.actionlink:hover {
	background: url('/files/design/images/actionlink_hover.png') right top no-repeat;
}

.DidYouKnowContent b, .DidYouKnowContent strong {
	font-weight: bold;
	color: #96c83a;
}

.Citat {
	width: 280px;
	margin-left: 80px;
	padding-top: 40px;
	background: url('/files/design/images/CitatTop.gif') left top no-repeat;
}

.Citat .quote {
	font-family: Georgia, "Trebuchet MS", sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	text-align: center;
}

.Citat .quote p {
	font-family: Georgia, "Trebuchet MS", sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	text-align: center;
}

.Citat .Author {
	padding-bottom: 15px;
	padding-right: 50px;
	line-height: 14px;
	background: url('/files/design/images/CitatBottom.gif') right bottom no-repeat;
}

.Citat .Author p {
	line-height: 14px;
}

.PricesFrom {
	margin: 0 0 30px;
	min-height: 50px;
}

.PricesFrom p {
	margin: 0;
	font-size: 16px;
	line-height: 22px;
	color: #FFF;
}

.PricesFrom_center {background: #96c83a;vertical-align: middle;padding: 5px; font-size: 16px;color: #FFFFFF;}
.PricesFrom_center td {vertical-align: middle;}
.PricesFrom_center a {
	color: #FFF;
	text-decoration: none;
}
.PricesFrom_center a:hover {
	text-decoration: underline;
}

.PricesFrom_side1 {background: #96c83a url('/files/design/images/PricesFrom_side1.gif') top repeat-x;}
.PricesFrom_side2 {background: #96c83a url('/files/design/images/PricesFrom_side2.gif') right repeat-y;}
.PricesFrom_side3 {background: #96c83a url('/files/design/images/PricesFrom_side3.gif') bottom repeat-x;}
.PricesFrom_side4 {background: #96c83a url('/files/design/images/PricesFrom_side4.gif') left repeat-y;}

#TagCloud {
	text-align: center;
	background: url('/files/design/images/TagCloud_shade.png') top center no-repeat;
	padding-top: 20px;
	margin-top: 20px;
}

#TagCloud h1, #TagCloud h2, #TagCloud h3, #TagCloud h4, #TagCloud h5, #TagCloud h6 {
	display: inline;
	line-height: 22px;
	color: #999;
	border: none;
	background: none;
	padding: 0 5px;
}

#TagCloud h1 a, #TagCloud h2 a, #TagCloud h3 a, #TagCloud h4 a, #TagCloud h5 a, #TagCloud h6 a {color: #999; text-decoration: none; border-bottom: 1px dotted #CCC;}
#TagCloud h1 a:hover, #TagCloud h2 a:hover, #TagCloud h3 a:hover, #TagCloud h4 a:hover, #TagCloud h5 a:hover, #TagCloud h6 a:hover {color: #6f942b}

#TagCloud H1 {font-size: 18px;}
#TagCloud H2 {font-size: 15px;}
#TagCloud H3 {font-size: 12px;}


.Udtalelse {
	margin: 0 0 20px;
	min-height: 50px;
	width: 100%;
}

.Udtalelse p {
	color: #979fa9;
}

.Udtalelse h3 {
	background: none;
}

.Udtalelse_author {
	color: #4b5458;
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	font-style: italic;
}

.Udtalelse_author b, .Udtalelse_author strong {
	color: #4b5458;
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	font-style: normal;
}

.Udtalelse_center {background: #ebeff2;vertical-align: middle;padding: 5px;}
.Udtalelse_center {vertical-align: top;}
.Udtalelse_center a {text-decoration: none;}
.Udtalelse_center a:hover {text-decoration: underline;}

.Udtalelse_side1, .Udtalelse_side2, .Udtalelse_side3, .Udtalelse_side4 {background: #ebeff2;}


.TableList TD {
	padding: 5px;
}

.TableList P {
	padding: 0px;
	margin: 0px;
	color: #4b5458;
}

.TableListHeader {
	background-color: #4b5458; 
	color: #FFFFFF;
}

.TableListRow1 {
	background-color: #dee1e6;
}

.TableListRow2 {}


/* 360 demo */

.Demo360 td {
	text-align: center;
}

.Demo360 td a:hover {
	background: url(/files/design/images/360/360_over.png) top left no-repeat;
}

.Demo360 td a {
	text-decoration: none;
	font-family: "NeoSansStdRegular", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	text-shadow: 0px 1px 0px #eee;
	font-size: 14px;
	display: block;
	padding: 0 0 5px 0;
}

.Demo360 td img {
	margin-bottom: 2px;
}
