html, body, td {
	font-family: century gothic, verdana, geneva, sans-serif;
	font-size: 10pt;
	color: #000000;
}
html, body {
	width: 100%;
}
body {
	margin: 0px;
	background-color: #FFFFEA;
}
input, select, textarea {
}
ul {
	margin-top: 0pt;
	margin-bottom: 0px;
	margin-left: 15px;
	list-style-type: disc;
	padding-left: 0px;
}
ol {
	margin-top: 0pt;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-left: 0px;
}


/* Template Zonnig */

.pagebase {
	position: relative;
	background: url('../images/tpl/bg.png') repeat-y;
	min-height: 1000px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

.pageheader {
	position: relative;
	background: url('../images/tpl/header.png') no-repeat;
	width: 1000px;
	height: 360px;
	margin: 0px;
	padding: 0px;
}

.pagecontent {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-bottom: 0px;
	width: 640px;
	color: #ffffea;
	line-height: 21px; /* default: 17px */
}
.pagecontent a {
	text-decoration: underline;
	color: #ffffea;
}
.pagecontent a:hover {
	font-style: italic;
	color: #ffffff;
}
.pagecontent img {
	margin: 10px;
}
.pagecontent h1 {
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
}
.pagecontent h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
	display: inline;
	font-style:italic;
}
.pagecontent td {
	color: #ffffea;
	vertical-align: top;
}

.pagebottom {
	position: relative;
	background: url('../images/tpl/kippen.png') no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	width: 640px;
	height: 225px;
}

.pagelogo {
	background: url('../images/tpl/logo.png') no-repeat;
	width: 116px;
	height: 450px;
	position: absolute;
	left: 0px;
	top: 75px;	
}

.pagetitle {
	width: 500px;
	height: 65px;
	overflow: hidden;
	position: absolute;
	left: 170px;
	top: 20px;
}
.pagetitle img {
	border: none;
}

.pagemenu {
	position: absolute;
	left: 720px;
	top: 109px;
	height: 215px;
	width: 125px;
	overflow: hidden;
	line-height: 1.1;
}
.pagemenu a {
	text-decoration: none;
	color: #ffffea;
}
.pagemenu a:hover {
	font-style: italic;
	color: #ffffff;
}

.pagemenucms {
	position: absolute;
	left: 875px;
	top: 10px;
	width: 200px;
	border: solid 1px #a7a7a7;
	background-color: #444343;
	color: #a7a7a7;
	margin: 10px;
	padding: 10px;
}
.pagemenucms a {
	text-decoration: none;
	color: #ffffea;
}
.pagemenucms a:hover {
	font-style: italic;
	color: #ffffff;
}

.maandactie {
	background: url('../images/tpl/postit-maandactie.png') no-repeat;
	position: absolute;
	left: 820px;
	top: 30px;
	width: 175px;
	height: 175px;
}


/* The rest is for CMS */

.centered {
    display: block;
	margin-left: auto!important;
	margin-right: auto!important;
}

.noborder td {
	border-style: none;
	border-width: 0px;
}

.notificationerror {
	background-color: #FF6666;
	color: black;
}
.notificationwarning {
	background-color: #FFAA33;
	color: black;
}
.notificationsuccess {
	background-color: #FFFFEA;
	color: black;
}



div.texteditor {
	background-color: #ffffea;
	color: #000000;
	border: solid 1px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}
a.texteditor {
	border: solid 1px #FAFAFA;
}
a:hover.texteditor {
	border: solid 1px #000000;
}
.texteditor img {
	border: solid 1px #AAAAAA;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
}



.hover {
	background-color: #EAE1EA;
}
.select {
	background-color: #7195BB;
}
.thumb {
	border: solid 5px #FFFFFF;
	margin: 0px 10px 10px 0px;
}
.thumbhover {
	border: solid 5px #cccccc;
	margin: 0px 10px 10px 0px;
}
.thumbselect {
	border: solid 5px #781010;
	margin: 0px 10px 10px 0px;
}


.popupHeader {
	background-color: #cccccc;
	color: #ffffea;
}


a {
	cursor: pointer; cursor:hand;
}

