html,
body{
	margin : 0px;
	height: 100%;
	min-height: auto !important;
}
#center{
	background-color: #fdffe9;
	min-height: 100%;
	width : 950px;
	margin : auto;
}
#header{
	width : 900px;
	height : 24px;
	padding-top : 100px;
	padding-right : 50px;
	background-image : url(images/notulistenteam_header.gif);
	background-repeat : no-repeat;
	text-align : right;
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #ffffff;
}
#header ul{
	margin : 0px;
	padding : 0px;
}
#header li{
	display : inline;
	list-style-type : none;
}
#header li a{
	text-decoration : none;
	color : #ffffff;
}
#header li a:hover{
	text-decoration : none;
	color : red;
}
#header li a.selected{
	color : red;
}
#colorbar{
	width : 950px;
	height : 82px;
	background-image : url(images/notulistenteam_red.jpg);
	background-repeat : no-repeat;
}
#contentcontainer{
	width : 950px;
	/* height: 100%;
	height: auto !important; */
}
#content{
	background-color: #afdfaa;
	background-image : url(images/bodybg.gif);
	background-repeat : repeat-y;
	background-position : left;
	font-family : Arial, Verdana;
	font-size : 12px;
	line-height : 1.6em;
	color : #002664;
	display: block;
	width: 950px;
	padding-bottom : 30px;
}
#content h1{
	font-size : 18px;
}
#colright{
	background-color: none;
	background-image : url(images/mainbg.jpg);
	background-repeat : no-repeat;
	background-position: bottom right;
}
#context{
	min-height: 500px;
	padding: 30px 0px 0px 100px;
	width: 510px;
}
#footer{
	/* bottom: 0px;
	position: fixed; */
	width : 950px;
	height : 20px;
	background-image : url(images/footer.gif);
	background-repeat : no-repeat;
}