/***********************************************************************************************
	Lay out
***********************************************************************************************/
#base
{ 
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}

#frame
 {
	position: relative;
	width: 800px;
	margin: auto;
	text-align:left;
}

/*******************************************************************************************************************************/

#banner
{
	position: absolute;
	width: 100%;
	height: 70px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 3em;
	letter-spacing: 5px;
}

#banner img
{
	height: 100px;
}

#menu
{
	position: absolute;
	display: block;
	width: 130px;
	top: 110px;
	left: 0px;
}

#content
{
	position: absolute;
	display: block;
	width: 650px;
	top: 110px;
	left: 140px;
	padding: 5px;
}

/***********************************************************************************************
	Menu
***********************************************************************************************/

ul.menu 
{
	margin: 0;
   padding: 0;
   list-style: none;
	height: 30px;
}

ul.menu li 
{
	margin: 0;
	float: left;
	display: block;
	width: 110px;
	height: 30px;
	padding-left: 10px;
}

ul.menu li a 
{
	text-decoration: none;
	margin: 0;
	color: #000000; 
	height: 25px;
	display: block;
	font-size: 1.1em;
	letter-spacing: 2px;
}

* html ul.menu li a
{
	height: 30px;
}

ul.menu li a:hover 
{
	text-decoration: underline;
}

ul.menu li a.active 
{
	text-decoration: underline;
}

/***********************************************************************************************
	Stijlen
***********************************************************************************************/

body 
{
	background-color: #ABBCCD;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

p
{
	padding: 0;
	margin: 0;
}

iframe
{
	width: 90%;
}

img
{
	border: 0;
}



#captcha
{
	display: block;
	float: left;
	clear: both;
}

/*fix ie*/
*#captcha
{
	float: left;
	clear: left;
}

label
{
	display: block;
	clear: left;
	float: left;
	width: 150px;
	margin-top: 2px;
}

label.captcha
{
	display: block;
	clear: both;
	width: 100%;
}

textarea
{
	display: block;
	clear: left;
}

input
{
	display: block;
	clear: right;
	float: left;
	margin-top: 2px;
	width: 250px;
}

input.submit
{
	clear: left;
	width: 90px;
}

/*fix ie*/
*input
{
	clear: both;
}


input.checkbox
{
	display: block;
	clear: none;
	float: left;
	width: 25px;
}




label.checkbox
{
	display: block;
	clear: right;
}

/***********************************************************************************************
	Content
***********************************************************************************************/
#contentText
{
	display: block;
	width: 290px;
	float: left;
}

#contentImages
{	
	display: block;
	float: left;
	margin-top: 35px;
	margin-left: 35px;
	border: 2px solid #FF0000;

}

#contentImages img
{
	width: 300px;
	padding: 0;
	margin: 0;
}

.pageTitle
{
	font-size: 1.4em;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #ff0000;
}

.pageSubTitle
{
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 5px;
}

.pageContent
{
	padding-top: 0;
}

.pageError
{
	color: #C00000;
	font-size: 1.1em;
	font-weight: bold;
}

.formError
{
	color: #C00000;
	font-weight: bold;
}

.pageMsg
{
	font-weight: bold;
}

/***********************************************************************************************
	Collections
***********************************************************************************************/
.collectionItem
{
	width: 120px;
	height: 120px;
	border: 1px solid #000000;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
	display: block;
	position: relative;
}

.collectionItemImage
{
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	padding: 0;
}

.collectionLink
{
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
	font-size: 0.9em;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 60%;
}

#collectionSideImages
{
	display: block;
	float: left;
	width: 290px;
	left: 5px;
	padding: 0;
	margin: 0;
}

#collectionThumbnails
{
	display: block;
	width: 290px;
	float: left;
	clear: left;
	margin-top: 10px;
}

#collectionThumbnails img
{
	height: 100px;
	float: left;
	margin-right: 3px;
}

#collectionMainImage img
{
	height: 300px;
	padding: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: 2px solid #FF0000;
}

/***********************************************************************************************
	CollectionItems
***********************************************************************************************/
#collectionItems
{
	width: 100%;
	margin-top: 25px;
	display: block;
	clear: left;
}

#collectionItems .image img
{
	height: 100px;
}

/***********************************************************************************************
	Guestbook
***********************************************************************************************/
#guestbookMessages
{
	width: 340px;
	display: block;
	float: left;
	clear: left;
	margin-top: 10px;
	margin-right: 20px
}

#guestbookHeader
{
	font-weight: bold;
	font-size: 1.2 em;
	margin-bottom: 10px;
	display: block;
	width: 100%;
}

.guestBookTitle
{
	font-style: italic;
	margin-bottom: 3px;
	display: block;
	width: 100%;
}

.guestBookMessage
{
	margin-bottom: 7px;
	width: 100%;
	display: block;
}

/*fix IE*/
* .guestBookMessage
{
	width: 85%;
}

#guestbookForm
{
	width: 250px;
	display: block;
	float: left;
	margin-top: 10px;
}

#guestbookForm label
{
	width: 80px;
}

#guestbookForm textarea
{
	width: 90%;
	height: 100px;
}

/***********************************************************************************************
	MailForm
***********************************************************************************************/
#mailForm
{
	display: block;
	clear:left;
	width: 100%;
	margin-top: 20px;
}
/***********************************************************************************************
	Links
***********************************************************************************************/
.link
{
	display: block;
	clear: both;
}


/***********************************************************************************************
	Admin
***********************************************************************************************/
#adminMessages
{
	display: block;
	width: 100%;
	margin-top: 20px;
}

.messageBody
{
	margin-top: 10px;
}

#pageImagePreview
{
	height: 150px;
}

#collectionTabs
{
	display: block;
	margin-bottom: 10px;
}
	

#collectionTabs a
{
	margin-right: 10px;
	color: #000000;
	text-decoration: none;
} 

#collectionTabs a:hover
{
	text-decoration: underline;
}

#collectionTabs a.active
{
	font-weight: bold;
}

.collectionOtherImage
{
	display: block;
	float: left;
	margin-right: 10px;
	text-align: center;
}	

#collectionDefaultImage img, .collectionOtherImage img
{
	height: 100px;
	margin-right: 3px;
}

#backLink
{
	display: block;
	clear: left;
	margin-top: 10px;
}