/* CSS Document #484033*/
body
{
	background-color: #0F191B;
	width: 100%;
	height: 100%; 
	font-family: Tahoma, Arial, Verdana;
	font-size: 8pt;
	color: #FFFFFF;
	margin: 0px;
}
div#main
{
	position: absolute;
	left:50%;
	width: 800px;
	margin-left:-400px; 
	padding-bottom: 30px;
}
div#top
{
	margin: 50px 0 50px 0;
	width: 300px;
	height: 100px;
}	
div#bottom
{
	width: 600px;
	margin: 20px 0px 10px 0px;
	padding: 5px 0 0 105px;
	border-top: solid #00CC00 1px;
}
div.logo_menu
{
	width: 175px;
	height: 90px;
	float: left;
}
div#content
{
	width: 500px;
	margin-left: 109px;
}
div.project
{
	margin: 0 0 60px 0;
}
div.project_text_holder
{
	width: 500px;
}
div.project_info
{
	width: 500px;
}
div.column
{
	width: 430px;
	float: left;
	margin-right: 20px;
}
div.text
{
	width: 200px;
	float: left;
}
div.image
{
	width: 200px;
	float: right;
	margin: 0 0 15px 0;
}
div.more_info_imgs
{
	float: left;
}
div#business_card
{
	width: 142px;
	height: 227px;
	background-image: url(../pics/visitkort_web.jpg);
	background-repeat: no-repeat;
}
img.logo
{
	float: left;
}
img.logo_name
{
	vertical-align: top;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 7px;
}	
img.screenshot
{
	margin: 0 0 10px 0;
}
img.thumb
{
	margin: 0 47px 20px 0; 
}
img.more_info_img
{
	float: left;
}
a.links:link
{
	color: #FFFFFF;
	text-decoration: none;
}
a.links:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
a.links:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
a.links_active:link, a.links_active:visited, a.links_active:hover
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: solid #00CC00 2px;	
}
a.sub_links:link
{
	font-size: 8pt;
	color: #FFFF00;
	text-decoration: none;
}
a.sub_links:visited
{
	font-size: 8pt;
	color: #FFFF00;
	text-decoration: none;
}
a.sub_links:hover
{
	font-size: 8pt;
	color: #FFFF00;
	text-decoration: underline;
}
a.sub_links_active:link, a.sub_links_active:visited, a.sub_links_active:hover
{
	font-size: 8pt;
	color: #FFFF00;
	text-decoration: underline;
}
p.green_headlines
{
	font-size: 16pt;
	color: #00CC00;
	margin-top: 0px;
}
p.web_url
{
	color: #FFFF00;
	text-align: left;
	font-size: 9pt;
	margin: 0px;
	width: 500px;
	float: left;
}
p.web_url a:link, p.web_url a:visited
{
	color: #FFFF00;
	text-decoration: none;
}
p.web_url a:hover
{
	color: #FFFF00;
	text-decoration: underline;
}
p.date
{
	text-align: left;
	font-size: 8pt;
	margin: 0px 0 10px 0;
	width: 250px;
	float: left;
}
p.project_text
{
	margin-top: 0px;
	font-size: 9pt;
	width: 250px;
	float: left;
	margin-bottom: 10px;
}
p.project_links
{
	margin-top: 0px;
	font-size: 9pt;
	width: 250px;
	float: right;
	text-align: right;
}
p.project_text_details
{
	margin-top: 0px;
	font-size: 9pt;
}
p#contact_info
{
	float: left; 
	padding-left: 26px; 
	margin-top: 140px; 
	text-align: center;
}
span.recent
{
	text-align: left;
	font-size: 8pt;
	width: 500px;
	color: #FFFFFF;
	padding-bottom: 15px;
}
span.project_info_details
{
	font-size: 8pt;
	color: #FFFFFF;
}




/* LIGHTBOX CSS */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../pics/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../pics/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../pics/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; color: #333333;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	