html
{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body
{
	background: #F2F0CC;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}


div#redbar
{
	position: absolute;
	height: 35px;
	width: 738px;
	margin-left: 75px;
	background: #732137;
	z-index: 10;
	clear: both;
	left: 0px;
	color: #f2f0cc;
	font-size: 21px;
	padding-left: 15px;
	line-height: 35px;
}

/******* INTRO *********/
#container
{
	position: relative;
	margin: auto auto;
	height: 100%;
	width: 900px;
	background: url('/img/background.jpg') no-repeat center 70px;
}

div.tiles
{
	position: relative;
	z-index: 50;
	background: url('/img/tile.png') no-repeat;
	width: 135px;
	height: 300px;
	float: left;
	top: 230px;
	left: 95px;
	clear: right;
	margin-right: 10px;
	padding-top: 9px;
}

div.tiles a
{
	display: block;
	width: 119px;
	margin-left: 5px;
	height: 280px;
	text-align : center;
	text-decoration: none;
	color: #732137;
	font-size: 20px;
	line-height: 26px;
/*	font-weight: bold;*/
}

div#adres
{
	font-size: 12px;
	position: absolute;
	top: 590px;
	left: 130px;
	float: left;
	font-weight: bold;
}
div#nieuws
{
	font-size: 12px;
	position: absolute;
	top: 590px;
	left: 385px;
	float: left;
	font-weight: bold;
}

div#nieuws a
{
	color: #000;
	text-decoration: none;
}

div#nieuws a:hover
{
	text-decoration: none;
	color: #000;
}

div#veconet
{
	font-size: 12px;
	position: absolute;
	top: 590px;
	left: 630px;
	float: left;
	font-weight: bold;
}

/********** OTHER PAGES ************/
#page_container
{
	position: relative;
	margin: auto auto;
	height: 100%;
	width: 730px;
	background: url('/img/background_page.jpg') no-repeat center top;
	padding-top: 145px;
}

div#redbar_page
{
	position: absolute;
	height: 35px;
	width: 615px;
	background: #732137;
	z-index: 10;
	clear: both;
	left: 0px;
	color: #f2f0cc;
	font-size: 21px;
	padding-left: 15px;
	line-height: 35px;
}

div#redbar_page a
{
	color: #f2f0cc;
}

#site_container
{
	width: 568px;
	border-left: 1px solid  #732137;
	margin-left: 60px;
	/*min-height: 400px;*/
	-height: 400px;
	padding-right: 15px;
	background: url('/img/border_right1.png') repeat-y top right;
}

#footer
{
	background: url('/img/footer.png') no-repeat;
	margin-left: 59px;
}

#menu
{
	background: #732137;
	width: 183px;
	position: absolute;
	left: 0px;
	top: 180px;
}

#menu a
{
	display: block;
	border-top: 1px solid #a5696d;
	line-height: 25px;
	color: #f2f0cc;
	font-family: 'Verdana';
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 15px;
}

#menu a:hover
{
	background: #a5696d;
}

#menufooter
{
	border-top: 1px solid #a5696d;
}

#page_content h1, #photos h1
{
	font-size: 12px;
	font-family: "Verdana";
	font-weight: bold;
}

#photos {
	margin-left: 15px;
	margin-top: 10px;
}

#photos div.photo {
	float: left;
	width: 365px;
	height: 270px;
}

#page_content p
{
	font-size: 10px;
	font-family: "Verdana";
}


div#page_content
{
	font-size: 10px;
	font-family: "Verdana";
	width: 280px;
	padding-top: 40px;
	padding-bottom: 10px;
	padding-left: 130px;
}

div#picture_bar
{
	position: absolute;
	height: 300px;
	font-size: 10px;
	font-family: "Verdana";
	width: 118px;
	top: 180px;
	margin-left: 306px;
}


div.more_pictures {
	margin-top: 15px;
	line-height: 25px;
	background: #732137;
	text-align: center;
}

div.more_pictures a {
	display: block;
	width: 100%;
	color: #f2f0cc;
	font-weight: bold;
	text-decoration: none;
}

#left_thingy
{
	width: 80px;
	background: url('/img/left_stripe.jpg') repeat-y;
}

img.left_bottom
{
	position: absolute;
	margin-top: -60px;
}


div#picture_bar a, div#picture_bar a img {
	border: none;
}

.move {
	float: 				right;
	margin-right:                   3px;
	width: 				60px;
}

.move div {
	float: 				left;
	padding-top:                    3px;
	width: 				20px;
}

.move div a img {
	border: 			none;
}

#menu .move a {
	border: 			none;
	display: 			block;
	line-height:                    25px;
	padding-left:                   0;
}


