
/*
	@file positionering.css
	containers / opmaak / padding en widht/height etc. voor factuurhelper hoofdpagina en login pagina

*/

div#main{
/*	width:1024px;*/
	width:960px;
	height:768px;
	margin: 0 auto;
	text-align:left;
	background-color:white;
	border-top:15px solid #6A91BB;
	
}

div#main div#header{
	margin-left:5px;
	margin-top;10px;
	height:50px;
	border:0px solid blue;	
}

div#main div#site_header{
	text-align:center;
	border:0px solid blue;
	margin-top:40px;	
}
div#main div#header img{
	height:50px;
	border:0px solid blue;	
}

div#main div#site_header_links{
	text-align:center;
	margin-top:20px;
}
div#main div#site_header_links a{
	color:#6A91BB;
}

div#main div#site_top{
	text-align:right;
}
div#main div#site_top a{
	color:#6A91BB;
}	
div#inschrijfKnop{
	float:left;
	margin:20px 0px 0px 13%;
	border:0px solid blue;
	floar:left;	
}
	
div#main div#menu{
	height:19px;
	background-color:#6A91BB;
	border:0px solid blue;	
}

div#main div#info{
	height:40px;
	width:100%;
	border:0px solid blue;	
}

div#main div#content{
/*	height:500px;*/
	border:0px solid #FCC288;
}

div#page_text{
	border:0px solid blue;
/*	color:#6A91BB;*/
	float:left;
	width:450px;
	margin:50px 0px 0px 185px;
	text-align:justify;
	border:0px solid #FCC288;
	height:450px;
}

div#page_pictures{
	border:0px solid blue;
/*	color:#6A91BB;*/
	width:250px;
	margin-left:30px;
	margin-top:70px;
	text-align:justify;
	float:left;
	height:400px;
/*	border:0px solid #FCC288;*/
}
div#website_zoek{
/*	color:#6A91BB;*/
	padding-left:4px;
	width:196px;
	float:left;
	height:53px;
	margin:5px;
	border:2px solid #6A91BB;
}
div#main div#content div.cf{
	width:100%;
	border:0px solid blue;	
}

div#main div#content div.cf .links{
	width:49%;
	float:left;
	border:0px solid blue;	
	/*padding:4px;*/
}

div#main div#content div.cf .rechts{
	width:49%;
	float:right;
	border:0px solid blue;	
	/*padding:4px;*/}

div#paginalijst{
	padding:50px 0px 0px 28%;
	border:0px solid red; /*#6A91BB;*/
	height:40px;
	
}

div#paginalijst .input select{
	width:550px;
	color:#000055;
	text-align:center;
}

div#main div#footer{
/*	background-color:#6A91BB;*/
	border:0px solid blue;
	border-top:15px solid #FCC288;
	float:left;
	width:100%;
	margin-top:10px;	
}

div#main div#content div.cf div fieldset{
	margin:4px;
}

/* login pagina */
div#main div#content div.center{
	width:500px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border:0px solid blue;	
}
