HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/MBroek/ficore.nl/wwwroot/css/layout.css
/* ------------------------------------------------------- 

	general stylesheet  /  www.milestowork.nl
	
	development by

	tableaux
	www.tableaux.nl
	
	november 2007

---------------------------------------------------------- */


/* ------------------------------------------------------------- body */

body {
	behavior: url(csshover.htc);
}

html {
	height:100%;
}

body {
	background-color:#ffffff;
	margin:0 auto;
	text-align:center;
	height:100%;
	*height:auto;
	overflow-x:auto;
	*overflow-x:hidden;
	background:url(../images/background.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#FFFFFF;	
	}
	
/* ------------------------------------------------------------- center */

div#center {
	position:relative;
	margin:0 auto;
	width:662px;
	}
	
div#header{
	position: relative;
	width: 662px;
	height: 244px;
	overflow: hidden;
}

div#contentcontainer {
	position: relative;
	display: table;
	width: 662px;	
}

div#navigation {
	position: relative;
	float: left;
	width: 125px;
}

div#content {
	position: relative;
	float: left;
	width: 537px;
	background-color: #019DDA;
}

div#contentinner {
	position: relative;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 40px;
	margin-bottom: 40px;
}