/* here liquid corners styles */
 
.top-left { 
	margin-right: 20px; 
	background-image: url('../img/corners1280x40w.png');
	height: 20px; /* vertical: show first half of the image with the top-coreners in it */
	font-size: 2px;
	width: 20px;
	}
.top-right { 
	margin-top: -20px; 
	margin-left: 20px;
	background-image: url('../img/corners1280x40w.png'); 
	background-position: 100% 0; /* show bg-image starting at the right, and as much to the left as possible */
	height: 20px; 
	font-size: 2px; 
	}
div.inside {
	border-left: 0px;
	border-right: 0px;
	background-image: url('../img/mid.png');
	color: #000000;
	padding-left: 29px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 29px;
	}
.notopgap {
	margin-top: 0;
	}
.nobottomgap {
	margin-bottom: 0;
	}
.bottom-left { 
	margin-right: 20px;
	width: 20px;
	background-image: url('../img/corners1280x40w.png');
	background-position: 0 -20px; /* show under half of the image */
	height: 20px;
	font-size: 2px;
	}
.bottom-right { 
	margin-top: -20px; 
	margin-left: 20px;
	background-image: url('../img/corners1280x40w.png'); 
	background-position: 100% -20px; 
	height: 20px; 
	font-size: 2px; 
	}
.clearboth {
	clear: both;
}
 
/* here general styles, nothing to do with liquid corners */

BODY {
	background-color: #eeeeee;
	/*background-color: #fff;*/
	background-image: url('../img/bg.gif');
	background-repeat: repeat-x;
	text-align:center;
}

#container {
}

#content {
	width: 956px;
	margin:0px auto;
	text-align: left;
}

#top {
	height: 110px;
}
	
#logo {
	float: left;	
	
}

#logo img {
	border: 0px;
}

#frontflash {
	/*width: 898px;*/
	height: 278px;
	margin-top: 0px;
  position:relative;
}

#projectmap {
	height: 350px;
	margin-top: 0px;
}

#search {
	display: none;
	border: 5px solid #ffd600;
	  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #ffd600;
    margin-bottom: 10px;
}

#projcorners {
	background-image: url('../img/nav_selected.gif');
	background-repeat: no-repeat;
	position: absolute;
}

#frontflash DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 278px;
		margin-bottom: 10px;    
		display: none;
}

#frontflash DIV span.caption {
	position: absolute;
	width: 898px;
	height: 25px;
	padding-top: 8px;
	margin-right: 40px;
	padding-left: 20px;
	background-image: url('../resource/front/front_gradient.png');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 9pt;
	text-align: left;
	top: 245px;
	color: #fff;
}

#frontflash DIV.active {
    z-index:10;
    opacity:1.0;
    display: block;
}

#frontflash DIV.last-active {
    z-index:9;
}

#frontflash DIV IMG {
    height: 278px;
    width: 898px;
    display: block;
    border: 0;
}

#navigation #language {
	font-family: Arial;
	font-size: 7pt;
	color: #888;
	border: 0px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

#navigation #language a {
	color: #ccc;
	text-decoration: none;
}

#navigation #language a:hover {
	color: #000;
}

#navigation #language a img {
	margin-bottom: -2px;
	border: 0px;
	opacity: 0.3;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
}

#navigation #language a:hover img {
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
}

#navigation {
	float: right;
	margin: 0px;
	padding: 0px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	padding-top: 51px;
}

#navigation li {
	font-family: Arial;
	font-size: 13pt;
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

#navigation li a {
	text-decoration: none;
	color: #6d6f72;
	margin: 0px;
	padding-top: 51px;
	padding-bottom: 11px;
	padding-left: 11px;
	padding-right: 11px;
}

#navigation li a:hover {
	color: #000;
}

#navigation li a.selected {
	color: #000;
	background-image: url('../img/nav_selected.gif');
	background-position: top;
}

h1 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 19pt;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.0em;
}

#frontmain {
	margin-top: 13px;
	height: 290px;
}

/* Frontleft element start */
#frontleft {
	width: 405px;
	float: left;
}

#frontleft h1 {
	background-image: url('../img/frontleft_captionbg.gif');
	background-repeat: no-repeat;
	padding: 15px;
	margin: 0px;
	background-color: #e8e8e8;
	margin: 0px;
}

#frontleft p {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin: 0px;
	background-color: #e8e8e8;
	height: 180px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 10pt;
	line-height: 1.4em;
	margin-bottom: 2px;
}

#frontleft a {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	padding: 13px;
	text-align: right;
	display: block;
	color: #000;
	background-image: url('../img/frontleft_linkbg.gif');
}

#frontleft a span {
	color: #f00;
}

#frontleft a:hover {
	color: #fff;
}

#frontleft a:hover span {
	color: #fff;
}
/* Frontleft element end */

#frontright {
	width: 479px;
	float: left;
	margin: 0px 0px 13px 13px;
	padding: 0px;
}

#frontright a {
	text-decoration: none;
	color: #808080;
}

#frontright img {
	border: 0px;
}

#frontright ul {
	font-family: Arial, Helvetica, Sans-serif;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#frontright ul li {
	height: 91px;
	margin: 0px;
	font-size: 8pt;
	color: #808080;
	margin-bottom: 10px;
}

#frontright ul li:hover {
	background-image: url('../img/front_featurehl.jpg');
	background-position: 114px;
}

#frontright ul li span {
	margin: 0px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 5px;
	font-size: 14pt;
	font-weight: normal;
	color: #000;
	display: block;
}

#frontright ul li img {
	width: 112px;
	height: 91px;
	padding-right: 10px;
	float: left;
}

#projectgallery {
	position: relative;
	border: 5px solid #ffd600;
	  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	min-height: 55px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	background-color: #ffd600;
	/*display: block;*/
	overflow: hidden;
}



#projectgallery a {
	padding: 0px 0px 5px 3px;
	float: left;
}

#projectgallery a img {
	border: 3px solid #fff;
	  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 100px;
    min-height: 75px;
}

#projectgallery a:hover img {
	border: 3px solid #fff;
	  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	filter:alpha(opacity=50);	
	opacity: 0.5;
}

/* Subpage */
#main {
	margin-top: 13px;
}

#left {
	width: 567px;
	background-color: #f0f0f0;
	background-image: url('../img/shade_left.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 20px;
	min-height: 250px;
	float: left;
	margin-right: 10px;
}

#left a, .right a {
	color: #ed1c24;
}

#left a:hover, .right a:hover {
	color: #000;
}

#left table {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 10pt;
	margin-left: 10px;
	padding: 0px;
}

#left h1 {
	margin-top: 0px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	background-image: url('../img/submain_captionbg.gif');
	background-repeat: no-repeat;
	background-color: #f0f0f0;
}

#left h2, .right h2 {
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 15pt;
	font-family: Arial;
	font-weight: normal;
	letter-spacing: 0px;
}

#left p, .right p {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 10pt;
	line-height: 1.4em;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	margin-top: 0px;
}

#left ul, #left ol {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 10pt;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 12px;
}

#left ul li, #left ol li {
	background-image: url('../img/linkarrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 14px;
	padding-bottom: 5px;
}

#left ul.contact li {
	background-image: none;
	padding: 0px;
}

#left ul.contact li.subtitle {
	font-weight: bold;
	font-size: 11pt;
	clear: both;
	padding-top: 20px;
	display: block;
	border-bottom: 1px solid #bbb;
	margin-right: 10px;
}

#left ul.contact li.contact {
	clear: both;
	display: block;
	padding-top: 10px;
}

#left ul.contact li.contact img, #left ul.contact li.contact a img {
	float: left;
	width: 80px;
	height: 100px;
	margin-right: 15px;
	border: 5px solid #fff;
}

#left ul.contact li.contact a img:hover {
	border: 5px solid #000;
}

#left ul.contact li.contact em {
	margin-top: 25px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	display: block;
}

#left ul.contact li.contact span {
	display: block;
	margin-bottom: 10px;
}

#left ul.contact li.contact a.card {
	padding-left: 18px;
	background-image: url('../img/vcard.gif');
	background-repeat: no-repeat;
	background-position: center left;
}

#left ul.contact li.contact a.email {
	padding-left: 19px;
	background-image: url('../img/email.png');
	background-repeat: no-repeat;
	background-position: center left;
}


#left .leftlogo {
	float: right;
	margin-left: 20px;
	padding-left: 10px;
	padding-right: 10px;
	
	background-color: #fff;
	
}

#left img.map {
	border: 3px solid #fff;
	margin-top: 10px;
}

#left a.external {
	padding-right: 14px;
	background-image: url('../img/ext.gif');
	background-repeat: no-repeat;
	background-position: center right;
}

.right h2 {
	background-image: url('../img/submain_captionbgright.gif');
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 12px;
}

.right h3 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11pt;
	margin-top: 0px;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 13px;
	padding-top: 12px;
}

.right img.rightimg {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

.right a.link {
	color: #ed1c24;
}

.right a.link:hover {
	color: #000;
}

.right ul {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 10pt;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

.right ul.address li {
	margin-bottom: 20px;
}

.right ul li {
	margin-bottom: 4px;
	margin-left: 0px;
	padding-left: 12px;
}

.right ul li.arrow {
	background-image: url('../img/linkarrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 14px;
	margin-left: 14px;
	padding-bottom: 5px;
}

.right ul li.project, .right ul li.pdf {
	font-size: 8pt;
	background-image: url('../img/projecticon.gif');
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 16px;
	margin-left: 14px;
	margin-right: 10px;
	padding-bottom: 0px;
}

.right ul li.pdf {
	background-image: url('../img/pdficon.gif');
}

.right ul li.project a, .right ul li.pdf a {
	color: #ed1c24;
	text-decoration: none;
}

.right ul li.project a:hover, .right ul li.pdf a:hover {
	color: #000;
}

.right ul li.pdf a span {
	display: none;
}

.right ul li.pdf a:hover span {
	display: inline;
	color: #888;
}

.right .quote {
	font-size: 11pt;
	font-style: italic;
	line-height: 1.4em;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0px;
	padding-left: 12px;	
	color: #333;
}


.right {
	width: 321px;
	background-color: #e9e9e9;
	float: left;
	padding-bottom: 6px;
	background-image: url('../img/shade_right.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 20px;
}

.right table.data a.external {
	padding-right: 14px;
	background-image: url('../img/ext.gif');
	background-repeat: no-repeat;
	background-position: center right;
}

.right table.data, .right table.contact {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 9pt;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.right table.contact {
	margin-top: 0px;
}

.right table.data td, .right table.data th, .right table.contact td, .right table.contact th {
	vertical-align: top;
	text-align: left;
}

.right #m2count {
	text-align: center;
	margin-bottom: 10px;
}

.right #m2count span, .right #m2count span.zero {
	padding: 4px;
	margin-right: 2px;
	background-color: #000;
	background-image: url('../img/counter.gif');
	background-position: center center;
	color: #fff;
	font-family: Arial;
	font-size: 20pt;
}

.right #m2count span.zero {
	color: #888;
}


.right #m2count p {
	margin-top: 10px;
}

#left .project {
	margin-top: 15px;
	display: block;
}

#left .project .image IMG {
	width: 100px;
	min-height: 70px;
}

#left .project p {
	font-size: 9pt;
}

#left .project .location {
	color: #999;
}

#left .project a.link {
	border: 0px;
	font-size: 9pt;
	font-weight: bold;
	color: #f00;
}

#left .project a.link:hover {
	color: #a00;
}

#left .project .info {
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

#left .project .image {
	float: left; 
	margin: 0px 5px 0px 0px;
}

#left .project .image a img {
	width: 100px;
	padding: 5px;
	background-color: #ccc;
	border: 0px;
}

#left .project .image a:hover img {
	background-color: #ffd704;
}

#footer {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 8pt;
	color: #555;
}

#footer img {
	border: 0px;
}

#tagline {
	float: right;
	color: #999;
}

#address {
	display: block;
	margin: 0px;
	padding-left: 0px;
	padding-top: 4px;
	padding-bottom: 0px;
	font-family: Arial;
	font-size: 8pt;
	width: 200px;
	color: #888;
}

#address strong {
	color: #444;
}

.visitkort {
	float: right;
}

.mapbubble {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 8pt;
	
}

.mapbubble img {
	float: left;
	margin-right: 10px;
}

.mapbubble a {
	margin-top: 10px;
	color: #ed1c24; 
	font-size: 10pt;
	text-decoration: none;
}

.mapbubble a:hover {
	color: #888;
}

.mapbubble .city {
	color: #aaa;
}

.clear {
	clear: both; 
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 1px;
}

BODY.popup {
	background-color: #fff;
	background-image: none;
}


#popup {
	text-align: left;
	background-color: #fff;
	font-family: Arial, Helvetica, Sans-serif;
	margin: 0px;
	padding: 20px;
}

#popup h1 {
	font-size: 18pt;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #000;
}

#popup p {
	font-size: 9pt;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #000;
}

#popup input {
	font-size: 20pt;
	font-weight: normal;
}

#popup label {
	float: left;
	width: 90px;
	padding-top: 15px;
}

#popup .error {
	color: #f00;
	text-align: left;
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: none;
}

#popup #image{
	float: left;
	margin-right: 10px;
}

#popup input.text {
	width: 310px;
	background-color: #ffffef;
	border: 1px solid #ed1c24;
	color: #444;
	padding-left: 5px;
	padding-right: 5px;
}

#popup input.captcha {
	width: 100px;
	background-color: #ffffef;
	border: 1px solid #ed1c24;
	color: #444;
	padding-left: 5px;
	padding-right: 5px;
}

#popup #request {
	display: none;
}

#popup #response {
	/*display: none;*/
}
