/* Default stylesheet */
body {
	/* background: #cfcfcf url(/getfile.php/1246933.58.esqfwbabyu/bg_grey.jpg) no-repeat center top; */
	background: #acdaf2 url(/getfile.php/1246931.58.pfsubsstew/bg.jpg) no-repeat center top;
	color: #444;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif ;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
table,caption,th,td {
	font-size: 0.917em /*11px*/; 
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
	font-family:"HelveticaNeueLight","Helvetica Neue Light","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:normal; /* ie er agurk */
}

h1 {
	font-size:2em;
}
h2 {
	font-size:1.8em;
}
h3 {
	font-size:1.6em;
}
h4 {
	font-size: 1.167em/*14px*/;
}
h5 {
	font-size: 0.917em /*11px*/; 
}
h6 {
	font-size: 0.917em /*11px*/; 
}
p {
	padding: 0px;
	margin: 4px 0px 16px 0px;
	line-height:1.6em;
}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
/* End General elements*/

a img {
	border: none;
}
.body img[align="left"] {
	margin-left: 0;
}
.body img[align="right"] {
	margin-right: 0;
}

div.forum {
	clear: both;
}

/* Use class layout on images and tables used for layout */
img.layout, a img.layout {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table.layout {
	margin: 0px;
	padding: 0px;
}
td.layout {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
/* General links */

a:link,a:visited {
	color:#169BDC;
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
}

/* Copyright, CustomPublish powered link etc.	 */
#copyright {
	margin: 10px;
	font-size: 0.833em/*10px*/;
}


/* Sitemap links */
.tree { font-weight: normal; }
a.tree:link { text-decoration: none; color: #000000; }
a.tree:visited { text-decoration: none; color: #000000; }
a.tree:hover { text-decoration: underline; color: #000000; }

.sitetree { font-weight: normal; }
a.sitetree:link { text-decoration: none; color: #000000; }
a.sitetree:visited { text-decoration: none; color: #000000; }
a.sitetree:hover { text-decoration: underline; color: #000000; }


/* SECTION: Standard CP classes*/
.default { }
.date { color: #999999; font-size: 0.833em; }
.author { color: #333333; font-size: 0.833em; }

/* Standard tools */
div.tools { margin: 15px 0px; }
div.tool { margin: 2px 0px; }
#skiplink { 
	position: absolute;
  	left: -1000px;
 	 width: 900px;
/*  display: none;*/
}
div.pagebar { padding: 10px 0px; clear: both; }
.pagebar.prev { margin-right: 10px; }
span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */

.headline, h1.headline {
	font-size: 1.5em/*18px*/;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.headlineview, h1.headlineview {
	font-size: 1.5em/*18px*/;
	font-weight: normal; 
	margin: 0px;
	padding: 0px;
}
.subheadline, h2.subheadline {
	font-weight: normal; 
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1.0;
}

.referencelist h1.referencelisttitle {
	vertical-align:middle;
	line-height: 64px;
}

.referencelist h1.referencelisttitle img{
	vertical-align:middle;
}
h2.paragraphheadline {
}
.ingress {
}
div.ingress {
	margin: 6px 0px; 
	padding: 0px;
}
.ingressview {
	line-height: 1.4em;
	font-size: 1.2em;
}
div.ingressview {
	margin: 6px 0px; 
	padding: 0px;
}
p.byline, .byline {
	margin: 0px; padding: 0px;
}

/* SECTION: Articlemedia */
div.articlemedia { 
	width: 250px;
	float: right;
	margin-left: 10px;
}

div.articleimage { 
	margin-bottom: 10px;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}


/* SECTION: viewarea block/spacing elements */
.block, .articleblock {
	margin-bottom: 15px;
}

.articleblock .imgwrap {
	float: left;
	width: 32.5%;
}
.articleblock .imgwrap img {
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap {
	float: right;
	width: 65%;
}
/* Full text width if no listing image */
div.articleblock.nopic .textwrap {
	float: none;
	width: auto;
}

/* 2-spalter */
div.twocol .articleblock { 
	width: 49%;
}
div.twocol .articleblock.pair0 { 
	clear: both;
	float: left;
}
div.twocol .articleblock.pair1 { 
	clear: right;
	float: right;
	margin-right: 0;
}

/* 3-spalter */
div.threecol .articleblock { 
	width: 32%;
	float: left;
	margin-right: 2%;
}
div.threecol .articleblock.treble0 { 
	clear: both;
}
div.threecol .articleblock.treble1 { 
	margin-right: 0;
}
div.threecol .articleblock.treble2 { 
	clear: right;
	float: right;
	margin-right: 0;
}

.listingarea hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #ddd;
	font-size: 1px;
	clear: both;
	height: 10px;
	margin-bottom: 10px;
}
div.body {
	clear: both; 
	margin: 0px 0px 22px 0px;
}
.clearfix { clear: both; font-size: 1px; height: 0px; }
/* SECTION ARTPICS */
td.artpic {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
/* SECTION: page containers */ 
#page {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}
#top {
	margin: 10px 0px;
	padding: 0px;
}

#top .logo {
	float: left;
}

#top .languagebar {
	float:right;
	width: 100px;
	height: 16px;
	text-align: right;
}
#top ul#topnav {
	float: right;
	list-style: none;
	padding: 0;
	margin: 4px 0;
	font-size: 1.5em/*18px*/;
	text-align: right;
	clear: right;
}

#top ul#topnav li a{
	color: #444;
}

#mainmenubg {
	background: #194e73 url(/getfile.php/1243998.58.qfdedycddr/mainmenubg.png) repeat-x;
	border: 0;
	text-shadow: 0 1px 1px #112634;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	font-family: "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, Sans-serif;
}

ul#mainmenu {
	color: #FFF;
	margin: 0; padding: 0;
	list-style: none;
}

ul#mainmenu li{
	float: left;
	font-size: 1.5em/*18px*/;
	text-align: center;
}

ul#mainmenu li a, ul#mainmenu li.noclick{
	color: #FFF;
	display: block;
	padding: 13px 12px 13px;
	text-decoration: none;
	border-right: 1px solid #13436d;
	border-left: 1px solid #326e8f;
}
ul#mainmenu li.firstitem a {
	border-left: none;
}
ul#mainmenu li.lastitem a {
	border-right: none;
}

ul#mainmenu li a:hover{
	color: #7bd5ff;
}

ul#mainmenu li.itemselected a {
	color: #7bd5ff;
	background: url(/getfile.php/1244411.58.tdxtdsbrrb/li_selected.png) no-repeat bottom center;
}

/* usermenu */
#usermenu{
	margin:	0;padding:0;
	z-index:99;
	float: right;
	line-height:1.0;
	margin-top: 8px;
	margin-right: 10px;
	
	display: block;
	position:relative;
}

#usermenu .loginbutton {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: url(/getfile.php/1246910.58.exqatdwtbp/button2.png) repeat-x bottom;
	color: #FFF;
	display: block;
	padding: 8px 16px;	
	font-size: 1.5em/*18px*/;
	text-decoration: none;
	cursor: pointer;
}

#usermenu .loginbutton a {
	color: #FFF;
}
#usermenu .loginbutton.open {
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

#usermenu .loginform{
	background:#6c98b7;
	margin: 0;
	padding: 8px;
	-webkit-border-radius: 6px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 6px;
	-moz-border-radius-topright: 0;
	border-radius: 6px;
	border-top-right-radius: 0;
	display: none;
	position: absolute;
	width: 400px;
	right: 0;
	top: 100%;
	box-shadow: 0 2px 2px rgba(1,1,1.0.3);
}

#usermenu loginform.close{
	background: url(/getfile.php/1238277.1655.eefbvsybwv/close.png) no-repeat;
}

#usermenu .loginform.open{
	display: block;

}
.loginform p{
	float: left;
	width: 160px;
	color: #FFF;
	font-size: 1.167em/*14px*/;
}

.loginform p{
	text-align: center;
}

.loginform form{
	float: right;
	width: 200px;
}

.spacerbar {
	height:2px;
	background: #bfd1df;
}

#middle {
	background: #FFF;
	padding: 10px;
	width: 940px;
}

.hassidebar #middle {
	background: #FFF url(/getfile.php/1244040.58.wyqrsdyrub/mainsidebarbg.png) no-repeat right top;
}
#slideshow {
	background: #B6CBD9 url(/getfile.php/1244005.58.bsdsasapsx/slideshowbg.png) no-repeat;
	width: 940px;
	height: 210px;
	padding: 12px 10px;
	color:#555;
}
#slideshow .slidetext {
	float: left;
	width: 49%;
}
#slideshow h2 {
	font-size: 2.4em/*32px*/;
	font-weight: normal;
	font-family: "HelveticaNeueLight","Helvetica Neue Light","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #333;
	
}

#slideshow .slideimg {
	float: right;
	/* width: 40%; */
	text-align: right;
	/* margin-right: 20px; */
}

#slideshow .slideimg img{
	box-shadow:2px 2px 2px #505050;
	-webkit-box-shadow:2px 2px 2px #505050;
	-moz-box-shadow: 2px 2px 2px #505050;
}
#featurebar {
	background: #FFFFFF url(/getfile.php/1244006.58.ttspbcwfap/featurebarbottombg.png) no-repeat bottom;
	width: 940px;
	padding: 10px 10px 0;
	font-size:1.2em;
}

#featurebar .feature{

}

#featurebar .feature h3,#featurebar .feature h3 a{
	color: #444;
	text-shadow: 0 1px 1px #fff;
}

#featurebar .feature p.right {
	float: right;
	width: 80%;
	display:inline;
	margin-bottom: 0;
}

#pageheader {
	background: #B7CCDB url(/getfile.php/1244005.58.bsdsasapsx/slideshowbg.png) no-repeat;
	width: 940px;
	padding: 10px;
	color:#FFF;
}

#pageheader h1{
	font-weight: normal;
}

#pageheader .pagedescription { 
	padding: 6px 0;
	font-size: 1.167em/*14px*/;
	color: #194E73;
	
}

#navbar {
	float: left;
	margin-right: 20px;
	width: 180px;
}
#main {
	float: none;
	width: auto;
}
.hassidebar #main {
	float: left;
	width: 680px;
}
/* #main when no sidebar */

.wide #navbar {
	margin-right: 0;
}

#mainsidebar {
	float: right;
	width: 230px;
}

.nosidebar #mainsidebar {
	display: none;
}
#mainsidebar h3 {
	border-bottom:2px solid #E8E8E8;
	margin:0;
	padding-bottom:8px;
	font-weight: normal;
}

#promobar {
	background: #FFF url(/getfile.php/1247016.58.edpevvqqpq/promobartop.png) no-repeat top;
	width: 940px;
	padding: 4px 10px;
	color: #6c98b7;
	min-height: 40px;
}

#promobar h3{
	color:#666;
	display:inline;
	float:left;
	font-size:2em;
	margin:4px 0 0;
	font-weight: normal;
}
#promobar p {
	clear:left;
	display:inline;
	float:left;
	margin:2px 0 0;
	width:69%;
}
#promobar a.promobutton {
	float:right;
	color: #FFF;
	margin-top: 6px;
	text-decoration: none;
}

#footer {
	clear: both;
	background: #44708f url(/getfile.php/1246895.58.ueywwqcact/footerbg.png) no-repeat bottom;
	width: 940px;
	padding: 10px;
	color: #FFF;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	position: relative;
}

#footer a {
	color: #FFF;
}

#footer h3{
	color: #FFF;
	font-weight: normal;
}
#footer .footerbox {
	float: left;
	text-align: left;
	width: 33%;
}

#footer .footerbox#skjeroy {
	width: 16%;
}

#footer .footerlogo {
	width: 200px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-align: right;
}



#footer .footerbox img {
	background: #FFFFFF;
	margin-top:5px;
	padding:4px;
	float: left;
	margin-right: 20px;
}

h3.referencestitle {
	font-weight: normal;
	
}
h3.referencestitle span{
	font-size: 1em;
	
}
.referancebg {
	background: url(/getfile.php/1246896.58.utqxfxrqpu/work_thumb.png) no-repeat;
	width: 250px;
	height: 150px;
	display: block;
	overflow: hidden;
	padding: 16px;
}
/* kathrin fix */
.referancebg img {
	width: 250px;
	height: auto;
}
.referance h4 {
	margin-left: 12px;
	font-weight: normal;
}

div.referance h4 span{
	font-size: 10px;
	font-style: italic;
	color: #666;
}
.page82559 .articleparagraph {
}

.articleparagraph img {
	border: 1px solid #CCC;
	padding: 4px;
}

.page82559 .articleparagraph .paragraphheadline{
	font-size: 1.333em;
	padding-left: 60px;

}
.page82559 .articleparagraph .paragraphtext{
	background: url(/getfile.php/1247980.58.abwcxqvvbb/quote.png) no-repeat left top;
	padding-left: 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

/* SECTION: Sidebar */
.sidebar {
}

.box {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	position: relative;
}
.box .head {
}
.box .cell {
	padding: 5px;
}
.box ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
.box ul li {
	margin: 0px 0px;
	padding: 0px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.box h3.caption {
	padding: 0px;
	margin: 0px;
}
/* SECTION: page elements */
#path {
	margin-bottom: 5px;
} 
#path span.arrow {
	padding: 0px 3px; 
}
ul.menu, ul.submenu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.submenu {
	padding-left: 10px;
}


ul.menu li.spacingabove{
	margin-top: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}

#tools {
	list-style-type: none;
}
#tools li {
	background-position: center left;
	background-repeat: no-repeat;
}

/* form */


input, textarea, select {
	background: #FFF url(/getfile.php/1248030.58.dsruycycaq/input_bg.png) repeat-x;
	border:1px solid #CCCCCC;
	padding:6px 8px;
	width:90%;
	font-size:1.333em;
	margin-bottom: 6px;
}
input:focus, textarea:focus {
	background-color: #F9F8E4;
}
input.submitbutton {
	border: none;
	background: #2b5b7e url(/getfile.php/1248024.58.fudfpqvupd/submitbutton.png) repeat-x 0 0;
	color: #FFF;
	cursor: pointer;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-weight: bold;
}
input.submitbutton:hover {
	background: #2b5b7e url(/getfile.php/1248024.58.fudfpqvupd/submitbutton.png) repeat-x 0 -50px;
}
label {
	color:#333333;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.3em;
	vertical-align:middle;
}

.loginform label {
	color: #FFF;
	font-weight: normal;
}

/* SECTION: banner locations */
.bannerlocation {
	clear: both;
	text-align: center;
}
.bannerlocation table {
	margin-left: auto;
	margin-right: auto;
}
.bannerlocation td {
	text-align: center;
	padding: 5px 0px;
}
.bannerlocation img {
	border-width: 0px;
}

.pagebarcontainer {
	float: right;
	width: 49%;
	text-align:right;
}
ul#portfolio-filter { float: left; font-size: 16px; list-style: none; margin-left: 0;padding-left:0; width: 80%;margin: 20px 0; }
ul#portfolio-filter li { 
	border-right: 1px solid #dedede;
	float: left;
	line-height: 16px;
	margin-right: 10px;
	padding-right: 10px;
}
ul#portfolio-filter li:last-child { border-right: none; padding-right: 0; }
ul#portfolio-filter a { color: #999; text-decoration: none; }
ul#portfolio-filter li.current a, ul#filter a:hover { text-decoration: underline; }
ul#portfolio-filter li.current a { color: #333; font-weight: bold; }


ul#portfolio-list {list-style: none; margin: 0; padding: 0; width:100%}
ul#portfolio-list li { float: left; width:32%; padding: 0; margin-right: 2%;}
ul#portfolio-list li.treble1 {margin-right: 0%;}
ul#portfolio-list li.treble2 {float:right;margin-right: 0%;}


.pagination {
	font-size: 80%;
}
        
.pagination a {
    text-decoration: none;
	border: solid 1px #AAE;
	color: #15B;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
	min-width:1em;
	text-align:center;
}

.pagination .current {
    background: #26B;
    color: #fff;
	border: solid 1px #AAE;
}

.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
}

