@import url(http://fonts.googleapis.com/css?family=Quattrocento+Sans:400,700);


/* DEFAULT TEMPLATE & EDITOR STYLES */
body, html {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}
html.page-letter-medium body {
	font-size: 14px;
	line-height: 22px;
}
html.page-letter-large body {
	font-size: 16px;
	line-height: 24px;
}
input, textarea, select, form, a, p, span, div, td, th, font, h1, h2, h3, h4, h5, ul, li, ol, sup, sub, dl, dt, dd, hr {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0px;
	padding: 0px;
	color: #444;
	outline: none;
}
sup, sub {
	font-size: 10px;
	line-height: 10px;
}
/*p {
	margin: 13px 0px;
}*/

/* TABLE STYLES */
table, table td, table th {
	border-collapse: collapse;
	border: 1px solid #ddd;
	vertical-align: top;
	text-align: left;
}
.colortable {
	width: 100%;
}
.colortable td,
.colortable th {
	border-bottom: 1px solid #ddd;
	padding: 4px 7px 4px 0px;
}
.colortable td.label,
.colortable th.label {
	background-color: #eee;
	border-bottom: 1px solid #fff;
	width: 100px;
	padding: 4px 7px 4px 7px;
}
.colortable td.label + td,
.colortable th.label + th {
	padding: 4px 7px 4px 7px;
}


/* DEFAULT LIST STYLES */
ul li {
	list-style-position: outside;
	list-style-type: square;
}
ol li {
	list-style-position: outside;
	list-style-type: decimal;
}
ul {
	margin-left: 15px;
}
ol {
	margin-left: 25px;
}


/* HORIZONTAL RULE */
hr {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 0px;
	min-height: 0px;
	max-height: 0px;
	overflow: hidden;
	background: #FFF;
	border-width: 0px;
	border-bottom: 1px solid #ddd;
}


/* LINK STYLES */
a {
	color: #6d99b2;
	text-decoration: none;
}
a:hover {
	color: #164751;
	text-decoration: none;
}
.nextlink {
	padding-left: 10px;
	background: left no-repeat url('data:image/gif;base64,R0lGODlhBAAHAIAAAP///22ZsiH5BAEAAAAALAAAAAAEAAcAAAIIDB4GaeyrFCgAOw==');
	display: inline-block;
	margin-right: 15px;
}
.nextlink:hover {
	background: left no-repeat url('data:image/gif;base64,R0lGODlhBAAHAIAAAP///xZHUSH5BAEAAAAALAAAAAAEAAcAAAIIDB4GaeyrFCgAOw==');
}
.morelink {
	padding-right: 10px;
	background: right no-repeat url('data:image/gif;base64,R0lGODlhBAAHAIAAAP///22ZsiH5BAEAAAAALAAAAAAEAAcAAAIIDB4GaeyrFCgAOw==');
	display: inline-block;
}
.morelink:hover {
	background: right no-repeat url('data:image/gif;base64,R0lGODlhBAAHAIAAAP///xZHUSH5BAEAAAAALAAAAAAEAAcAAAIIDB4GaeyrFCgAOw==');
}
.managelink {
	float: right;
	display: inline-block;
}
.managelink.addlink {
	padding: 0 22px 0 0;
	margin: 0 0 0 22px;
	background: right no-repeat url('data:image/gif;base64,R0lGODlhDwAPAJEDAP///+Pj4zMzM////yH5BAEAAAMALAAAAAAPAA8AAAIynI85we1tApi0ghCtxquKX3ES9QlhBpTqJE5qyaIveKEuHXckXusa1foBI48iR4EcFAAAOw==');
}
.managelink.addlink:hover {
	background-image: url('data:image/gif;base64,R0lGODlhDwAPAIAAADMzM////yH5BAAAAAAALAAAAAAPAA8AAAIXhI+py+0f4gMxuIoZrnrbxkHSRJbmUwAAOw==');
}
.editlink {
	position: absolute;
	margin: 0 0 0 -20px;
	width: 15px;
	height: 15px;
	overflow: hidden;
	background: center no-repeat url('data:image/gif;base64,R0lGODlhDwAPAJEDAP///+Pj4zMzM////yH5BAEAAAMALAAAAAAPAA8AAAIsnI85we1tApi0ghCtxktbLgGCII7klXkUOJnuxKpwapZnLOOq7oHPz1EIBwUAOw==');
}
.editlink:hover {
	background-image: url('data:image/gif;base64,R0lGODlhDwAPAIAAADMzM////yH5BAAAAAAALAAAAAAPAA8AAAIUhI+py+0PQQhy0tisxnnWy4Xi+BQAOw==');
}

.copylink {
	position: absolute;
	margin: 0 0 0 -35px;
	width: 15px;
	height: 15px;
	overflow: hidden;
	background: center no-repeat url('data:image/gif;base64,R0lGODlhDwAPAJEDAP///+Pj4zMzM////yH5BAEAAAMALAAAAAAPAA8AAAIynI85we1tApi0ghCtxmuKL1icBHzalZUhGKKdqpouabLTaNlzDt7p6XsBZ48iR4EcFAAAOw==');
}
.copylink:hover {
	background-image: url('data:image/gif;base64,R0lGODlhDwAPAIAAADMzM////yH5BAAAAAAALAAAAAAPAA8AAAIXhI+py+0dYnjxmSrnwpLx6mRUZ5Xm2RQAOw==');
}

/* BACKGROUND COLORS */
.backwh {
	background-color: #FFFFFF;
}


/* IMAGE STYLES */
img {
	border-width: 0px;
}
.imageleft {
	float: left;
	margin-right: 30px;
}
.imageright {
	float: right;
	margin-left: 30px;
}
.imageleft, .imageright {
	display: inline;
}


/* EDITOR STYLES */
h1, h2, h3, h4, .h4, h5, div.title {
	display: block;
	font-family: 'SSB';
}
h1, div.title {
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 5px;
	color: #f7971d; /* ORANJE */
	color: #164751; /* BLAUW */
}
h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 5px;
	color: #f7971d; /* ORANJE */
	color: #164751; /* BLAUW */
}
h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 5px;
	color: #d5d110; /* GROEN */
}
h4, .h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #f7971d; /* ORANJE */
	color: #164751; /* BLAUW */
}


/* FONT FACE */
@font-face {
	font-family: 'SSB';
	src: url('../image/web/font/SSB.eot');
	src: url('../image/web/font/SSB.eot?#iefix') format('embedded-opentype'),
	     url('../image/web/font/SSB.woff') format('woff'),
	     url('../image/web/font/SSB.ttf') format('truetype'),
	     url('../image/web/font/SSB.svg#ssbbold') format('svg');
	font-weight: bold;
	font-style: normal;
}
/* FIX WEBKIT SVG FONT BUG */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'SSB';
		src: url('../image/web/font/SSB.svg#ssbbold') format('svg');
		font-weight: bold;
	}
}


/* CSS3 ANIMATIONS */
a, a:before, a:after, input, select, textarea {
	-webkit-transition: all 0.15s;
	   -moz-transition: all 0.15s;
	    -ms-transition: all 0.15s;
	     -o-transition: all 0.15s;
	        transition: all 0.15s;
}