/*
Website : www.leontinevanhuet.nl
CSS : Janneke Maat
E-mail: info@moonwise.nl
WWW: http://www.moonwise.nl
*/

* {
	margin: 0;
	padding: 0;
}
/* GLOBAL STYLES */
body{
	font:62.5%/1.6 Tahoma, Arial, Verdana, sans-serif;
	background: #ffffff url(img/bg1.gif) no-repeat;
	color:#333333;
	text-align: justify;
	}
h1, h2, h3, h4, h5{
	color: #990000;
	margin-bottom: 3px;
	font-weight: normal;
}
h1 {
	font-size: 2.2em; /* 22px */
}
h2 {
	font-size: 2.0em; /* 20px */
}
h3 {
	font-size: 1.8em; /* 18px */
}
h4 {
	font-size: 1.6em; /* 16px */
}
h5 {
	font-size: 1.4em; /* 14px */
}
p {
	font-size: 1.2em; /* 12px */
	margin-bottom: 3px;
}
ul {
	list-style-type: none;
}
div {
	font-size: 100%;
}
a {
	color: #990000;
	background: inherit;
}
a:link, a:visited, a:active{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img {
	border: none;
}
input, select, textarea, .input, .submit{
	border: 1px solid #c0c0c0;
	font: 1.2em Tahoma, Arial, Verdana, sans-serif;
	width: 20em;
	padding: 0.3em;
}
input:focus, textarea:focus{
	background: #f0f0f0;
	color: #333333;
}
.submit{
	margin-top: 0.3em;
}
fieldset {
	border: 1px solid #cccccc;
	background: #f0f0f0;
	color: #666666;
	padding: 2em;
	margin: 1em;
	display: block;
	width: 27em;
	position: relative;
}
legend {
	font: bold 1.2em Tahoma, Arial, Verdana, sans-serif;
	border: 1px solid #cccccc;
	background: #ffffff;
	color: #666666;
	padding: 1em;
	position: absolute;
top: -1.5em;
left: 0.5em;
}
label {
	display: block;
	font-size: 1.2em;
	padding-bottom: 0.5em;
}
.txt{
	clear: left;
	margin: 5px 0 3px 0;
	font-weight: normal;
}

/* specifieke stijlen */
.footer{
	text-align: right;
	padding-right: 10px;
	font-size: 1.2em;
}

#slogan h1{
	font-size: 1.6em;
	text-align: right;
	text-transform: lowercase;
	letter-spacing: 0.5em;
	padding-right: 1%;
	padding-bottom:1em;
}

#album h3{
	font-size: 1.5em;
	text-transform: lowercase;
	letter-spacing: 1px;
	font-weight: normal;
}

/* QUICK CMS STIJLEN */
.clear{clear:both;}

/* MENU  */
#menu2{float:left;width:205px;margin:0 0 0 2px;padding:0;list-style:none;border-top:1px solid #990000;}
#menu2 li{text-align: justify;border-bottom:1px solid #990000;}
#menu2 a{font-size:1.5em;display:block;color:#333333;padding: 8px 0px 9px 0px;text-transform:lowercase;letter-spacing: 3px;background: #ffffff; }
#menu2 a:hover{background:#f8f8f8;color:#990000;text-decoration:none;}
#menu2 a.selected{background:#ffffff;color:#990000;}

/* PAGE DETAILS - name, description */
#pageShow{ padding:5px 0px 5px 0px;}
#pageShow h3{ margin: 5px 0 5px 0px;}
#pageShow .txt{ font-size: 1.2em;}

/* PAGE DETAILS - photo */
#pagePho{float:right;}
#pagePho img{border:1px solid #000000;margin:15px;}

/* PAGE DETAILS - photo - gallery*/
#pagePhoGal{width:100%;padding:0;border:0;margin:5px 0 10px;}
#pagePhoGal td{text-align:center;padding:5px;}
*/#pagePhoGal img{border:1px solid #000000;margin:2px;}

/* PAGE DETAILS - sub pages list */
#pageSubList{margin:10px 0 0;}
#pageSubList .l{padding:5px 0 10px;border-top:1px solid #c0c0c0;}
#pageSubList .l p{font-size:1.2em;margin:2px 0 0 0px;}
#pageSubList .l img{float:left;margin:0 5px 3px 0;}

/* PAGE DETAILS - sub pages list - news */
#pageSubList .n {padding:5px 0 10px;border-top: 1px solid #c0c0c0;}
#pageSubList .n img{float:left;margin:0 5px 3px 0;}
#pageSubList .pages{padding:5px 0 0;margin:5px 0 0;border-top: 1px solid #c0c0c0;text-align:right;}

/* PAGE DETAILS - sub pages list - gallery */
#pageSubGal{width:100%;margin:5px 0 10px;border-top:1px solid #c0c0c0;}
#pageSubGal td{text-align:center;padding:5px;}
#pageSubGal img{border:1px solid #c0c0c0;}

/* PAGE DETAILS - files list */
#pageFil{margin:10px 0;}
#pageFil td{ padding:5px 0 4px 5px;}

/* MESSAGE - error and confirm messages styles */
#message{ text-align: left;}
#error{ font-size:1.5em;font-weight:bold;line-height:2em;padding:100px 0;color: #CC0000;background: #ffffff;}
#ok{ font-size: 1.2em;}

/* OTHER - styles from html editor */
.left{text-align:left;}
.right{text-align:right;}
.center{text-align:center;}

/* BACK link style */
#back{ text-align:left;}

/* ContactForm style */
#conTab{margin: 1% 10% 0% 5%;width:250px;float:left;}

/* LIGHTBOX link style */
#lightbox{
	padding: 10px;
	border-bottom: 2px solid #666666;
	border-right: 2px solid #666666;
	background: #999999;
	color: #ffffff;
}
#lightboxdetails{
	font-size: 1em;
	padding-top: 0.4em;
}
#lightboxcaption{
	float: left;
}
#keyboardmsg{
	float: right;
}
#closebutton{
	top: 5px;
	right: 5px;
}
#lightbox img{
	border: none;
	clear: both;
}
#overlay img{
	border: none;
}
#overlay{
	background: url(../files/img/overlay.png);
}



