/* standaard layout */

body{
	background-color: bbb;
	margin: 0px auto;
	text-align: center;}

#page	{
	background-color: fff;
	margin:0px auto;
	position: relative;	
	width: 720px;}	
	
#banner{
	height: 94px;
	margin: 0px auto;
	position: relative;
	width: 720px;}

#menubar{
	background-color: #99b9c8;
	float: left;
	height: 20px;
	margin: 0px auto;
	position: relative;
	width: 720px;}

#main{
	height:410px;
	width: 720px;}
	
#box{
	background-color: FFF;
	float: left;
	height: 360px;
	margin: 10px;
	margin-top: 20px;
	position: relative;
	text-align: left;
	width: 500px;}	
	
#strook	{
	float: right;
	height: 100%;
	width:160px;
	border-left: 1px dashed #808080;	
	background-color:#eee;}

/* locationbar */

#locationshort{
	background-color: #F7F7F7;
	float: left;
	height: 20px;
	margin: 0px;
	width: 559px;}
	
#locationfull{
	background-color: #F7F7F7;
	float: left;
	height: 20px;
	margin: 0px;
	width: 720px;}


