@charset "utf-8";

   
/* CSS Document */
body {
	font-size: 0.7em;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5em;
	background: #666666;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;	
	margin-bottom: 10px;
	text-align: center; 
	background: url(../images/background.gif);
}

#container {
	width: 940px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
	padding: 0;
}


/************
Zoek box
************/

#search {
	vertical-align: top;
	text-align: right;
	
	width: 200px;
	height: 30px;
	background-image:url(../images/topmenu_background.gif);
	background-repeat: repeat-x;
	float: left;
	
}

#search .searchbutton {
	border: 0;
	margin: auto;
}

#search .searchbox {
	border: solid 1px #127CBF;
	color: gray;
	font-style:italic;
	width: 150px;
}
#search .focus {
	border: solid 1px #127CBF;
	color: black;
	font-style:normal;	
	width: 150px;
}

/**********************************************************************
  BEGIN: hoekjes boven
**********************************************************************/

#border-top {
	padding-top: 15px;
	height: 15px;
}

#border-top #border-top-left {
	background-image:url(../images/body_top_left.gif);
	background-repeat:no-repeat;
	background-position: top left;
	width: 15px;
	height:100%;
	float:left;
}
#border-top #border-top-middle {
	background: white;
	width: 910px;
	height:100%;
	float:left;
	
}
#border-top #border-top-right {
	background-image:url(../images/body_top_right.gif);
	background-repeat:no-repeat;
	background-position: top right;
	width: 15px;
	height:100%;
	float:left;
}


/**********************************************************************
  BEGIN: hoekjes onderkant
**********************************************************************/

#border-bottom #border-bottom-left {
	background-image:url(../images/body_bottom_left.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width: 15px;
	height: 15px;
	float:left;
}
#border-bottom #border-bottom-middle {
	background: white;
	width: 910px;
	height: 15px;
	float:left;
	font-size: 1px;
	
}
#border-bottom #border-bottom-right {
	background-image:url(../images/body_bottom_right.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width: 15px;
	height: 15px;
	float:left;
}

/************
Einde hoekjes
************/


#content {
	background-color: white;
	width: 914px;
	padding: 0 13px 0 13px;
	
	margin-top: 0px;
}

#footer {
	margin-bottom: 0px;
	text-align: center;
	margin-top: 25px;
	color: #F6F2EB;
}

#footer a {
	color: #FFFFFF;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #042D5F;
	line-height: 30px;
	background-color: #FBA542;
	border-bottom: solid 1px #EE4c39;	
	height: 30px;
	padding-left: 10px;
	margin: 0px;

}

.flash-replaced .alt {
	display: none;
	z-index: -1;
}
.flash-update .alt a {
	padding: 5px;
	position: relative;
	top: 90px;
	left: 15px;
	text-decoration: none;
	border: none;
}
.flash-update p {
	display: none;
	z-index: -1;
}

ul {
	padding-left: 10px;
}

#header {
	height: 150px;
	background-repeat:no-repeat;
	background-image:url(../images/header.jpg)
}

/* gastenboek ve_guestbook */
.tx-veguestbook-pi1 h2.tx-guestbook-header{
	width:100%;
	background: url("../../main/images/dashed_line_orange.gif") repeat-x scroll center bottom transparent;
	color:#042D5F;
	line-height:24px;
	/*border-bottom:solid 1px #f00;*/
	padding:0px;
}
.tx-guestbook-datum{	font-size:10px;	color:#333;	float:right; font-weight:normal; }
.tx-veguestbook-pi1 .tx-guestbook-left {	background:none; width:30px;	}
.tx-veguestbook-pi1 .tx-guestbook-left p	{ margin-bottom:4px;	}
.tx-veguestbook-pi1 .tx-guestbook-right	{	width: 600px;	}
