

body, td, th, form, textarea
{
	font-family: "verdana, geneva";
	font-size: 12px;
	color: #FFFFFF;
	background-color: #039696;
}

h1, h2, h3, h4, p, li {
	font-family: verdana;
}

body
{
	scrollbar-base-color: teal;
	background-image: url(../images/backs/content3.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin-left: 0x;
	margin-right: 16px;
	margin-top: 8px;
	margin-bottom: 0px;
}

body.nomargin
{
	margin: 0x;
}

p
{
	margin-left: 32px;
	line-height: 18px;
}
a:link, a:visited
{
	color: #04FBC4;
}
a:hover, a:active
{
	text-decoration: none;
	color: pink;
}
ul
{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 32px;
	line-height: 18px;
}
h1
{
	font-size: 18px;
	font-weight: bold;
	color: pink;
	margin-bottom: 0px;
}
h3
{
	font-size: 12px;
	color: #04FBC4;
	margin-bottom: 0px;
	margin-left: 16px;
}
.imgRightSide
{
	margin-left: 64px;
}

hr {
	margin: 16px auto;
	width: 450px;
	color: #000; /* voor IE */
	background-color: #000;
	border: 0;
	height: 1px;
}

input, select
{
	font-family: "verdana, geneva";
	font-size: 12px;
}
img
{
	border: 0px;
}
.textareaCMS
{
	font-family: "verdana, geneva";
	font-size: 18px;
	color: #ccff66;
	background-color: #037676;
	border: 2px solid #ccff66;
	margin: 16px;
	padding: 16px;
}

.error {
	font-weight: bold;
	color: #CCFF00;
	
	visibility: hidden;
}

/***********************************************
Editor-specifieke CSS regels 

***********************************************/

#editorTitlebar {
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size:				14px;
	font-weight:			bold;
	color:						white;
	background-color: 	maroon;
	border: 					1px solid #333;
	width: 					800px;
	margin:			 		4px;
	padding:					8px;
}

#editorToolbar {
	background-color: 	#E5E4E8;
	border: 					1px solid #333;
	width: 					800px;
	margin:			 		4px;
	padding:					8px;
}

#editorText {
	height: 					80%;
	background-color: 	#fff;
	border: 					1px solid #333;
	overflow: 				auto;
	width:					800px;
	height:					400px;
	padding:					8px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #039696;

	background-image: url(../images/backs/content3.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

#editorFooter {
	background-color: 	#E5E4E8;
	border: 					1px solid #333;
	width: 					800px;
	margin:			 		4px;
	padding:					8px;
}

input.editor, select.editor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 180px;
	vertical-align: middle;
}

hr.editor {
	color: #666666;
	height: 1px;
	width: 100%;
}

img.button {
	border: 1px solid #E5E4E8;
}

img.hover {
	border-top: 1px solid white;
	border-left: 1px solid white;

	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

img.click {
	border-top: 1px solid black;
	border-left: 1px solid black;

	border-bottom: 1px solid white;
	border-right: 1px solid white;
}

img.left {
	float: left;
	clear: left;
	margin: 8px 8px 8px 0px;
	border: 1px solid white;
}

img.right {
	float: right;
	clear: right;
	margin: 8px 0px 8px 8px;
	border: 1px solid white;
}

#editorTitlebar a:link, #editorTitlebar a:visited {
	color: #FFF;
	font-size: 9px;
	text-decoration: none;
}

#editorTitlebar a:active, #editorTitlebar a:hover {
	color: #0CC;
	font-size: 9px;
	text-decoration: none;
}

#artikelen {
	margin: 32px auto;
	width: 800px;
	border: 1px solid black;
	background: white;
}

#artikelen p {
	color: black;
	margin: 0;
	padding: 0;
}

#artikelen form {
	background: white;
}