/* 
Basic layout derived from http://www.positioniseverything.net/articles/pie-maker/pagemaker_form.php.
I've changed many so things that I won't put a full copyright notice. However all hacks (and comments!) are far beyond my knowledge and this deserves full credits:

Original copyright notice:
Parts of these notes are
(c) Big John @ www.positioniseverything.net and (c) Paul O'Brien @ www.pmob.co.uk, all of whom contributed significantly to the design of
the css and html code.

Reworked and simplified for Foswiki: (c) Arthur Clemens @ visiblearea.com
*/

html, body {
	margin:0; /*** Do NOT set anything other than a left margin for the page
as this will break the design ***/
	padding:0;
	border:0;
	height:100%;
}

.clear {
	clear:both;
	/*** these next attributes are designed to keep the div
	height to 0 pixels high, critical for Safari and Netscape 7 ***/
	height:0px;
	overflow:hidden;
	line-height:1%;
	font-size:0px;
}

#tudelftPage {
	position:relative;
	width:100%;
}
#tudelftOuter {
	height:100%;
	width: 750px;
}

#tudelftWrapper {
	width: 975px;
}

#tudelftFloatWrap {
	/* width:100%; */
	width:745px;
	float:left;
	display:inline;
}
#tudelftSideBar {
	float:left;
	display:inline;
	overflow:hidden;
}
#tudelftSideBarContents {
	position:relative;
}
#tudelftMain {
	width:100%;
	float:right;
	display:inline;
}
#tudelftTopBar {
	position:absolute;
	top:0px;
	width:100%;
}
#tudelftBottomBar {
	clear:both;
	width:100%;
}
.foswikiContentFooter {
	clear:both;
}


/* gebruik onderstaande code om de content te centreren */
/*body {
	text-align: center;
}
*/
#tudelftWrapper, 
#tudelftOuter {
	margin: 0 auto;
	text-align: left;
}

#tudelftBottomBar {
	text-align: left;
}
