
* { padding: 0; margin: 0; }

body {
	font-family: Trebuchet MS, arial, verdana, sans serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, Sans Serif;	
}
#wrapper { 
 margin: 0 auto;
 width: 800px;
}

#mainbodyback {
 background-image: url('http://www.scholit-cms.nl/userfiles/dorpsraad/templates/dorpsraad/images2/uitvul.jpg');
 background-position: left;
 background-repeat: repeat-y;	
}

#mainbody {
 background-image: url('http://www.scholit-cms.nl/userfiles/dorpsraad/templates/dorpsraad/images2/background-body.jpg');
 background-position: top left;
 background-repeat: no-repeat;
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 800px;
 padding: 0px;
 height: 211px;
 margin: 10px 0px 0px 0px;
 background-image: url('http://www.scholit-cms.nl/userfiles/dorpsraad/templates/dorpsraad/images2/header.jpg');
 border-right: 1px solid #f2f2e6;
 border-top: 1px solid #f2f2e6;
}
#linkerkolom { 
 display: inline;
 color: #ffffff;
 margin: 0px;
 padding: 15px 10px 10px 20px;
 width: 150px;
 float: left;
}

#linkerkolom ul {
	list-style: none;
}
#linkerkolom a:link, #linkerkolom a:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#linkerkolom a:hover {
	font-weight: bold;
	color: #cfe7cb;
}
#rechterkolom { 
 float: right;
 color: #333;
 margin: 10px 0px 0px 0px;
 padding: 0px;
 width: 596px;
 display: inline;
 position: relative;
}
#footer { 
 width: 800px;
 clear: both;
 color: #333;
 background: #ffffff;
 margin: 0px 0px 0px 0px;
 padding: 27px 0px 0px 0px;
 background-image: url('http://www.scholit-cms.nl/userfiles/dorpsraad/templates/dorpsraad/images2/footer.jpg');
 background-position: left top;
 background-repeat: no-repeat;
 border-left: 0px solid #2e9d2f;
 border-right: 1px solid #f2f2e6;
 border-bottom: 1px solid #f2f2e6;
}
.footertext { float: right; }
.footertext a { color: gray; }
.clear { clear: both; background: none; }
/* style voor de body tag */
/* in dit geval heeft ook de html-pagina een body tag welke deze style op een aantal punten aanvult/overschrijft */
/* zodoende kan een weergave worden gemaakt die het zicht in de editor niet verstoort */
body,td,th,p {
	font-family: Trebuchet MS, arial, verdana, sans serif;
	font-size:11px;
}
/* style voor de container waarin de gehele opmaak zal worden gezet */
/* de opmaak staat feitelijk direct binnen de body tags             */
#container {
	text-align: left; /* voor IE */
	border: 0px solid #000;
	left: 50%;
	width:904px;
	position:absolute;
	margin-left: -450px;
	margin-top: 0px;
}
/* style voor het totale menugedeelte (plaatsing, marges etc) */
#menu {
margin-top:50px;
margin-left:20px;
margin-right:0px;
}
/* hoofdkleur */
#colorA {
	background-color: #1C51BC;
}
/* steunkleur */
.colorB {
	background-color: #CCDD2F;
}
/* style voor het tekstgedeelte van de site */
#inhoud {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 25px;
	line-height:18px;
	width:600px;
}
/* style voor de h2 */
h2 {
	font-size: 12px;
	height:32px;
}
/* style voor de h4 */
h4 {
	font-size: 12px;
}
/* style voor de h6 */
h6 {
	font-size: 10px;
}
/* style voor head4 (custom class-style)*/
.head4 {
	color: #0066FF;
}
/* style voor head5 (custom class-style)*/
.head5 {
	color: #CC3333;
}
/* style voor de mainheading */
.mainheading {
font-size:14px;
}
/* custom style custom1 */
.custom1 {
	color:#663399;
	font-size:12px;
	font-weight:bold;
}
/* custom style custom2 */
.custom2 {
	color:#336699;
	font-size:12px;
	font-weight:bold;
}
/* custom style custom3 */
.custom3 {
	color:#996633;
	font-size:12px;
	font-weight:bold;
}
/* custom style custom4 */
.custom4 {
	color:#993366;
	font-size:12px;
	font-weight:bold;
}
/* style voor pre tag (opmaak "met opmaak" in editor) */
pre {
}
/* style voor address tag (opmaak "adres" in editor) */
address {
}
/* style voor de menuitems */
.menuitem {
	font-size: 18px;
	white-space: nowrap;
}


