/* 
description: startup css template 
author: dennis poort 
type: layout settings
template version 2.0 
*/

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	/* text-align: center; */	/* Align the site to center (needed for IE) */
}

#container {
	clear: both;
	/*width: 866px;*/
	/*width: 920px;*/
width: 100%;
}


	#navcontainer {
		position: relative;
		height: 100%;
	}


		#leftmenu {
			width: 190px;
			float: left;
			height: auto;
		}

		#infomenu {
			position: relative;
			width: 165px;
			float: left;
			min-height: 500px;
			height: auto !important;
			height: 400px;
		}
			#infomenu p {
				position: relative;
				top: 113px;
				padding-left: 5px;
				line-height: 20px;
			}


		#content {
			position: relative;
			float: left;
			padding: 245px 0 25px 11px;
			width: 500px;
			height: auto;
		}
			#content h1 {
				margin-top: 0;
				margin-bottom: 5px;
				padding: 0;
			}
			#content p {
				margin: 0;
				padding-bottom: 10px;
			}


/* Forum */

.tx-chcforum-pi1-FooterBox {
  background-color: #a7b3cb;
  font-size: 10px;
  height: 25px;
  padding: 2px;
  border: 1px solid #999;
}

#chcforumdiv {
  width: 500px;
}
