/*
| -------------------------------------------------------------------
| FILENAME:			vd.campuscontern.lu.css
| DESCRIPTION:		Default Style Sheet
| CREATED:			03/03/2009
| INITIAL AUTHOR:	Elma Smit, Ronald ter Neuzen, Martijn ter Hellen
| UPDATED BY:		Ronald ter Neuzen, 03/03/2009
| 
| Copyright (c) 2009 KeyAgency
| http://www.keyagency.nl/
| -------------------------------------------------------------------
| Basic colors used for website:
|
| light-gray: #919394;
| lighter-gray: #b9babc;
| dark-gray: #374045;
| orange: #e04f30;
|
| -------------------------------------------------------------------
*/

body,
html
{
	height:100%;
}

body
{
	font-family: 'Lucida Grande', Lucida, 'Arial', Geneva, sans-serif;
	color: #374045;
	background-color: #B9BABC;
	background-image: url('../gui/img/pageback.gif');
	background-repeat: repeat-y;
	background-position: center top;
	margin:0;
}

hr,
.hide { display: none; }
.clear { clear: both; }
img { border: none; }

a
{
	outline: none;
	color: #e04f30;
}

a:hover { color: #374045; }

th, td
{
	border: 1px solid #d2d7db;
	padding: 0.5em;
}

tr 
{
height:30px;
}

.last{
margin-bottom:50px;
}
/*
| -------------------------------------------------------------------
| BASIS
| -------------------------------------------------------------------
*/

#page
{
	position:relative;
	width: 983px;
	margin: 0px auto;
}

#page .column { 
	float: left; 
}

#page .row
{
	clear: both;
}
#page .left
{
	width: 241px;
	padding-left:30px;
	
}
#page .right
{
	padding:0;
	width: 234px;
	margin: 40px 30px 0 0;
}

#page .one-half { width: 491px; }
#page .two-third { width: 681px; }
#page .one-third { width: 341px; }

/*
| -------------------------------------------------------------------
| HEADER
| -------------------------------------------------------------------
*/

#header
{
	height: 134px;
	/* background-color: #374045;*/ /*dit is juiste kleur maar krijg bg gif niet goed uit photoshop... */
	background-color: #353e44;
	display:block;
	width:100%;
	margin: 0px auto;
	background-image: url('../gui/img/header_top.gif');
	background-repeat: repeat-x;
	background-position: center bottom;
}

#header #head
{
	width: 963px;
	margin: 0px auto;
	
}

#header #head #top
{
	height: 109px;
	
}

#header #head #top .column
{
	float:left;
	position:relative;
	display:block;
}

#header #head #top #payoff
{
	background-image: url('../gui/img/top_logo_gradient.gif');
	background-position: left top;
	width:548px;
	height:109px;
}
#header #head #top #payoff h2 a
{
	display: block;
	width: 460px;
	height: 70px;
}
#header #head #top #payoff h2 a span
{
	display:none;
}

#header #head #top #special
{
	float:right;
	position:relative;
	display:block;
	width:60px;
}


/*
| -------------------------------------------------------------------
| PAGECONTENT
| -------------------------------------------------------------------
*/

#page #pagecontent
{
	width: 670px;
	margin: 40px 0px 50px 0;
	padding: 0 0 0 42px;
	
}

/* content only */
#page #pagecontent .contentwrapper,
#page #pagecontent .html_content
{	
	width:396px;
	float:left;
	clear:none;
	margin: 0 0 0 0;
	padding: 0 16px 0 0;
	background-image: url('../gui/img/vert_rule.gif');
	background-repeat: repeat-y;
	background-position: right top;
}

#page.office-for-rent-contern-luxembourg #pagecontent .contentwrapper,
#page.office-for-rent-contern-luxembourg #pagecontent .html_content
{	
	background-image: none;
}

/* 	text and colors */
#pagecontent p.intro
{
	font-weight: bold;
	line-height: 160%;
	color:#353535;
}

#pagecontent p,
#pagecontent table
{
	font-size: 95%;
	line-height: 155%;
	color:#676767;
}

#pagecontent ul
{
	font-size: 85%;
	line-height: 140%;
	font-weight: inherit;
}

#pagecontent .html_content table
{
	margin-bottom: 2em;
	font-size: 95%;
	line-height: 155%;
	color:#676767;
}

#pagecontent .html_content table tr td
{
	padding: 2px 0 2px 10px;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px #E04F30 solid;
	border-left: 0;
}

#pagecontent .html_content table tr td p
{
	margin: 0;
}


#pagecontent h3
{
	font-size: 112%;
	line-height: 140%;
	color: #e04f30;
	
	text-transform: uppercase;
}

#pagecontent h4
{
	font-size: 93%;
	font-weight: bold;
	line-height: 140%;
	color: #e04f30;
}

/* left column heading */
#page .left h3.heading
{
	margin: 0;
	line-height: 120%;
	display: block;
	background-color: #919394;
	padding: 4px 50px 3px 38px;
	text-transform: uppercase;
	color: #FFF;
	background-image: url('../gui/img/left_ul_heading_icon.gif');
	background-repeat: no-repeat;
	background-position: right top;
	border-width: 1px 0px 0px 0px;
	border-color: #374045;
	border-style: solid;
}

#page .left #pageimage,
#page .left #pageimage img
{
	height: 281px;
	padding: 0;
	margin: 0;
	background-color: #919394;
}

#page div.html_content
{
	float:left;
	clear:none;
}

/*
| -------------------------------------------------------------------
| walktrough util
| -------------------------------------------------------------------
*/

#page #walktrough p
{
	text-align: left;
	line-height:14px;
}

#page #walktrough p small
{
	font-size: 10px;
}


/*
| -------------------------------------------------------------------
| Table
| -------------------------------------------------------------------
*/

#page table.objectdata
{
	margin: 20px 0 20px 0;
	width:100%;
	font-size: 110%;
	color: #FFF;
	background-color: #e04f30;
}

#page table.objectdata th,
#page table.objectdata td
{
	text-align: left;
	border: 0 none;
	padding: 3px 6px 4px 10px;
	white-space: nowrap;
}

#page table.objectdata td
{
	/*
	font-family: "Arial Narrow",Arial Narrow,Arial,"Lucida Grande", Lucida, Geneva, sans-serif;
	font-size: 120%;
	*/
	border-width: 0 0 1px 0;
	border-color: white;
	border-style: solid;
}

#page table.objectdata tr.last td
{
	border: 0 none;
	font-weight: bold;
}

#page table.objectdata th
{
	background-color: #000;
}

#page.pourquoi-campus-contern table,
#page.why-campus-contern table
{
	width:70%;
	margin-left:12%;
}

/*
| -------------------------------------------------------------------
| Thumbs
| -------------------------------------------------------------------
*/
#page #pagecontent .thumbnail
{
	display:block;
	position:relative;
	float:right;
	clear:right;
	padding:0;
	margin:0 0 20px 0;
}

#page #pagecontent .thumbnail img
{
	width:231px;
}

#page #pagecontent .thumbnail p.description
{
	font-size: 70%;
	color: #FFF;
	background-color: #e04f30;
	padding:3px 3px 3px 6px;
	margin:0;
	width:222px;
	display:block;
}

/*
| -------------------------------------------------------------------
| Download
| -------------------------------------------------------------------
*/
#page #pagecontent div.download
{
	display:inline;
	position:relative;
	
	
	padding:0 0 0 0;
	margin:0 0 20px 0;
}

#page #pagecontent div.download p.description
{
	margin-bottom:6px;
}

#page #pagecontent div.download p img
{
	float:left;
	clear:none;
	
}

#page #pagecontent div.download p a
{
	float:left;
	clear:none;
	margin-top:4px;
	margin-left:0px;
}

/*
| -------------------------------------------------------------------
| PAGECONTENT CLASS imagepage
| -------------------------------------------------------------------
*/

/* content only */
#page.imagepage #pagecontent .contentwrapper
{	
	width:228px;
	height:520px;
	float:right;
	clear:none;
	margin: 0 0 0 0;
	padding: 0 0 0 16px;
	background-image: url('../gui/img/vert_rule.gif');
	background-repeat: repeat-y;
	background-position: left top;
}

/* thumbs */
#page.imagepage #pagecontent .thumbnail
{
	display:block;
	position:relative;
	float:left;
	clear:left;
	padding:0;
	margin:0 0 20px 0;
}

#page.imagepage #pagecontent .thumbnail img
{
	width:auto;
}

#page.imagepage #pagecontent .thumbnail p.description
{
	display:block;
	width:417px;
}

/*
| -------------------------------------------------------------------
| PAGECONTENT CLASS gallery
| -------------------------------------------------------------------
*/


#page.gallery #pagecontent .contentwrapper
{	
	display:block;
	width:670px;
	margin: 0;
	padding: 0;
	background-image: none;
}

/* thumbs */
#page.gallery #pagecontent .thumbnail
{
	display: block;
	position: relative;
	float: left;
	clear: none;
	padding: 10px;
	margin: 0 10px 10px 0;
	background-color: #919394;
}

#page.gallery #pagecontent .thumbnail img
{
	width:140px;
}

#page.gallery #pagecontent .thumbnail p.description
{
	display:none;
}

/*
| -------------------------------------------------------------------
| PAGECONTENT CLASS campusoverview
| -------------------------------------------------------------------
*/
#page.campusoverview .util
{
	float:right;
	padding:0 0 0 24px;
	margin:0;
}

#page.campusoverview div.html_content
{
	float:right;
}

#page #pagecontent div.folder
{
	min-height:200px;
	display: block;
	position:relative;
	float:left;
	clear:both;
	margin-top:51px;
}

#page #pagecontent div.folder div.folder
{
	width:650px;
	min-height:200px;
	display: block;
	position:relative;
	margin-top:0px;
}
