/** 
 core.css
 
 Positioning Styles 
**/

html, body { height: 100%;}

#side1 {position: fixed; width: 50%; float: left; margin: 0 -456px 0 0; padding: 0; height:100%}
#side1 div.left {margin: 0 456px 0 0; min-height: 100%; padding: 0; height: 100%;}
#side2 {width: 50%; float: right; margin: 0 0 0 -456px;  padding: 0; }
#side2 div.right {position: fixed; margin: 0 0 0 456px; min-height: 100%; padding: 0; height: 100%; width: 50%;}
#side2 #site-container {width: 912px; min-height: 100%; float: left; margin: 0 0 0 -456px; padding: 0;z-index: 3;}

* html #side1 div.left,* html #side2 div.right, * html #side2 #site-container {height: 100%; /* min-height for IE6 */}
* html #side2 {position: relative;}
* html #side2 #site-container {position: relative; left: 2px;}


div#site-container {
  width: 912px;
  height: 100%;
}

div#site-container {
	position: relative;
	/*height: auto;*/
	float: left;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	padding: 6px;
}

div.column{
	position: relative;
  width: 292px;
  margin: 6px;
  margin-bottom: 12px;
  float: left;
  
  min-height:300px;
	height:auto !important; 
	height:300px;
}

#header {
	width: 900px;
	margin: 6px 6px 0 6px;
}
#random-quote {
	width: 900px;
	height: 72px;
	margin: 0 6px 0 6px;
	overflow: hidden;
}
#random-quote p { margin: 0; padding-top: 30px; padding-left: 180px;}
	
div#content {
	width: 912px;
	clear: both;
}

div#footer {
  width: 900px;
  height: 32px;
  margin: 6px;
  clear: both;
  position: relative;
  bottom: 0px;
}
div#dummy {
	display: none;
}

#terug { left: 0; top: 0; width: 270px; height: 57px;}

#header div.login, 
#frontpage-header div.login {
  position: absolute;
  left: 30px;
  top: 1.5em;
}

form {
	margin: 0;
}

div#add-frontpage-content {
	position: fixed;
	top: 0;
	left: 0;
	z-index:100;
}

div#add-frontpage-content-intro {
	position: fixed;
	z-index: 5000;
	top: 15px;
	left: 15px;
}

div#frontpage-elements {
	/*display: none;*/
	width: 200px;
}