/*	Styles voor Lighthouse website S.Sanders 5/2008	*/

html,body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #333;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	/*background-image: url('../images/logolighthouseJubileumBg.jpg');*/
}
html{
	/* scrollbalk weg als de pagina niet te lang is	*/
	overflow:auto;
}
p,td,th,textarea,input{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a{
	color: #fb0;
	text-decoration: none;
}
a:hover{
	color: #000;
	text-decoration: underline;
}
td{
	vertical-align:top;
	text-align:left;
}
.menu, .submenu, .bottommenu{
	color: #000;
	background-color: #fb0;
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
}
.submenu{
	/* submenu iets lichter geel	*/
	background-color: #fd8;
}
.menu a, .submenu a, .bottommenu a{
	color: #000;
	text-decoration: none;
}
.menu a:hover, .submenu a:hover, .bottommenu a:hover{
	color: #fff;
	text-decoration: none;
}
#content{
	background-color:#fff;
}
.bottommenu{
	/* menu onder: kleinere letter:	*/
	font-size: 12px;
}
h1,h2,h3,h4,h5,h6{
	color: #fb0;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	text-align:left;
}
h1{
	font-size: 13px;
	line-height: 20px;
}
h2{
	font-size: 11px;
	line-height: 16px;
}
h3,h4,h5,h6{
	font-size: 10px;
	line-height: 13px;
}
p, input, textarea{
	color: #000;
	font-size: 12px;
	line-height: 15px;
}
ul{
	margin-left: 0px;
	padding-left: 1.2em;
	list-style: square;
}
li{
	padding-left: 0px;
	margin-left: 0px;
}
.datumkop{
	background-color: #fb0;
	color: #000;
	font-weight: bold;
}
.tdBgColor{
	background-color: #fd8;
}
#searchForm{
	border: 1px solid #fd8;
	padding: 10px;
}
#printDiv{
	/* alleen voor js print functie!	*/
	background-color: #fff;
}
.contentSpan img{
	/* images als deel van bericht: margin maken!	*/
	margin: 5px;
}
iframe{
	border: none;
}
#srchResult iframe {
	width: 100%;
}

.mceContentBody{
	/* mce editor in CMS */
	background-color: #fff;
}
.mceContentBody img{
	/* mce editor in CMS */
	padding: 3px;
}
#calendarContent {
	/* achtergrondkleur kalender in CMS	*/
	background-image:none;
	background-color:#fff;
}
