/* CSS Document copyright 2006 Niels Software & Ondersteuning   */
/* aangepast 6 mei 2006 */
/* basis instellingen <DIV> vormen*/



div						{display: block; border: 0px solid black; margin: 0; padding: 0; position: absolute;}/*background-color: #FBF7FA;*/

body {background:none transparent;}

img {border:0 0 0;}			 

#agenda {	/*background-color:#FBF7FA;*/
	font-size:14px;
	border-bottom-width:1px;
	border-bottom-color:#999999;
	border-bottom-style: solid;
	vertical-align: bottom;
}


#container	
{
	width: 900px;
	height:600px;/*WAS 580*/
	left: 50%;
	margin: 0 0 0 -475px;
	border: 0px solid black;
/*	background-image:url(../img/backgr2.gif); */
}

#header								{
	height: 150px;
	width:900px;
	vertical-align: top;
	left:0px;
	background-image:url(../img/header.gif)
	
}

#content								{
	width: 600px;
	height: 440px;
	left:250px;
	top:150px;
	padding-left:0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
	background-image:url(../img/content.gif)
}  

#left									{
	width: 250px;
	height: 440px;
	top:150px;
	padding-left:10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
	left: 0px;
	border-right: 0px solid #F7AEBB;
	background-image:url(../img/left.gif)
}


/* let op deze is van RECHTS uitgelijnd */
#right									{
	width: 50px;
	height: 450px;
	top:150px;
	padding-left:0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	right: 0px;
	border-right: 0px solid #F7AEBB;
	background-image:url(../img/right.gif)

	/*background-color: #CC33FF;*/
} 
#banner{
	width: 225px;
	height: 20px;
	top:130px;
	left: 15px;
	border-right: 0px solid #F7AEBB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:transparent;
	color:#999999;
	font-size: 16px;
	color:#666666;
	}

#inlog_container	
{
	width: 900px;
	height:580px;
	left: 50%;
	margin: 0 0 0 -475px;
/*	background-image:url(../img/backgr2.gif); */
}	
#inlog{
	width: 400px;
	height: 200px;
	top:130px;
	left: 250px;
	border: 0px solid #F7AEBB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#EEEEEE;
	/*background:transparent;*/
	color:#000066;
	font-size: 16px;
	}

 .sendbutton {
	height: 25px;
	width: 175px;
	border: 0px solid #999999;
	background-color: #CCCCCC;
	font-size: 0.8em;  
} 

 /* tbv PHP gebruik	 */
#php_menu{
	width: 400px;
	height: 400px;
	top:130px;
	left: 250px;
	border: 1px solid #F7AEBB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:5px;
	/*background-color:#EEEEEE;
	background:transparent;*/
	color:#000066;
	font-size: 1.5em;
	}
	

#div_php{
	width: 100%;
	height: 600px;
	border: 1px solid #F7AEBB;
	overflow: auto;
	}

#div_20juni{
	width: 100%;
	/*height: 600px;
	overflow: auto;*/
	border: 0px solid #F7AEBB;
	}

