body {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9px;
	color: #97A4AC;
	margin: 0;
	background-color : #970b90; /* #76006E; */
	background-image: url('../images/bg.png');
	background-repeat: repeat-y;
	background-position: top center;
	border-top: 20px solid #970b90;
	border-bottom: 35px solid #970b90;	
	height: 100%;
}

.container {
	width: 695px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: 100%;
	min-height: 800px;	
	background-color : #00A5EB;
}

h2 {
	font-size: 12px;
}

.content {
	float: right;;
	width: 500px;
	padding-top: 30px;
}

div.header {
	top: 0px;
	left:0px;
	width: 685px;
	background-image : url(../images/foto1.jpg);
	font-size: 20px;
	padding-right: 10px;
	height: 155px;
	text-align: right;	
}

.header form {
	text-align: left;
}

.login {
	height: 28px;
	width: 655px;
	margin-left: 10px;
	color: #FFF;
	font-size: 60%;
	background-color: #FF2828;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

.login input {
	vertical-align: middle;
}

.login a {
	color: white;
}

.login label {
	margin-right: .5em;
}

.veld {
	height: 12px;
	width: 100px;
	margin:0;
	margin-right: 5px;
	border: 1px solid #1B98D6;
	font-size: 10px;
	color: #FF2828;
	vertical-align: baseline;
}

.slogan {
	margin-left: 10px;
	font-size: 11px;
	text-align: right;
	display: none;
}

.slogan hr {
	float: left;
	margin-top: 0;
	width: 75%;
}

.inhoud {
	width: 500px;
	background-color: #00A5EB;
/*	float: right; */
/*	margin-left: 190px; */
}

/* OPMAAK MEUK */
.wit {
	width: 470px;
	background-color: #FFF;
	float: right;
	margin: 10px;
}

.wittopboog {
	width: 21px;
	height: 21px;
	float: left;
	background-color: #00A5EB;
	background-image: url('../images/booglinksboven-wit-trans.png');
	background-repeat: no-repeat;
}

.wittopbalk {
	float: left;
	width: 440px;
	background-color: #FFF;
	height: 22px;
}

.witmiddle {
	padding: 15px;
	padding-right: 15px;
	width: 430px;
	font-size: 11px;
	text-align: justify;
	line-height: 135%;
}

.witmiddle h2,
.witmiddle h3 {
	color: #E60004;
	font-family: Verdana, Arial, Times New Roman;
	font-size: 18px;
	margin: 0 0 1em 0;
	clear: both;
}

.witmiddle h3 {
	font-size: 14px;
	margin: 1em 0 0 0 ;
}

.witmiddle h3 a {
	color: #E60004;
}

.witmiddle p {
	color: #74006A;
	font-family: Verdana, Arial, Times New Roman;	
	font-size: 11px;
	text-align: justify;
	line-height: 135%;
	margin: 0 5px .4em 0;
}

.witmiddle table {
	margin-top: 1em;
}

.witmiddle a {
	text-decoration: none;
	color: gray;
}	

.witmiddle table img.simple {
	border: 1px solid black;
}

.witmiddle table th {
	font-size: 11px;
}

.witmiddle table td {
	color: #74006A;
	font-family: Verdana, Arial, Times New Roman;
	font-size: 11px;
	padding: 4px;
}

.witbottombooglinks {
	float: left;
	background-color: #00A5EB;
	background-image: url('../images/booglinksonder-wit-trans.png');
	background-repeat: no-repeat;
	width: 21px;
	height: 21px;
}

.witbottomboogrechts {
	float: right;
	background-color: #00A5EB;
	width: 21px; 
	height: 21px; 
	background-image: url('../images/boogrechtsonder-wit-trans.png');
	background-repeat: no-repeat;
}

.witbottombalk {
	float: left;
	width:250px;
	background-color: #FFF;
}
/* EINDE OPMAAK MEUK */


/* EDITOR */

div.menuEditor ul {
	list-style: none;
	font-size: 80%;
	border: 1px dashed #eee;
	float: right;
}

div.menuEditor ul li {
	display: inline;
}

.footer {
	clear: both;
}

.links {
	float: left;
	width: 170px;
	margin-top: -50px;
	padding-left:10px;
	padding-right: 10px;
/*	background-color: #00A5EB; */
}

.menus {
/*	position:absolute; */
	z-index: 3;
	margin-left: 0px;
	top: 110px;
}

.menus ul {
	list-style: none;
/*	background-image: url('../images/botmenu-trans.png');
	background-repeat: no-repeat;
	background-position: bottom right;
*/
	padding: 0 0 17px 0; 
	margin: 0 0 10px 0;
}

.menus ul li.fckIEbottom {
/*
 * Het is in Internet Explorer niet mogelijk om een PNG achtergrond,
 * met DX filters te positioneren met background-position, of te 
 * herhalen met background-repeat. Daarom hangen we deze achtergrond
 * hier aan een betekenisloos element. That makes me so sad :-(.
 */
	background-image: url('../images/botmenu-trans.png');
	height: 17px; line-height: 1px;
	width: 173px;
}

.menus li.header {
	background-color: #FF2828;
	font-weight: bold;
	font-size: 12px;
	width: 163px;
	height: 18px;
	color: #FFF;
	padding-top: 2px;
	padding-left: 10px;
	margin: 0;
	padding-bottom: 5px;
}

.menus ul li.norm {
	background-color: white;
/* CHANGE FOR POPUP FUNCTIONALITY */
	display: list-item;
}

.menus ul.nopop li.norm {
	display: list-item;
}

.menus ul:hover li.norm {
	display: list-item;
}

.menus ul li.norm a {
	display:block;
	background-color: #FFF;
	background-image: url('../images/pijl-blauw-wit.png');
	background-repeat: no-repeat;
	background-position: 10px 4px;
/*	height: 18px;*/
	color: #00A5EB;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	padding-top: 2px;
	padding-left: 25px;
	width: 148px;
	overflow: hidden;
	margin-left: 0;
}
.menus ul li.norm a:hover {
	background-image: url('../images/pijl-rood-wit.png');
	color: #FF2828;
}

.menus ul li.mailnorm a {
	background-image: none;
	padding-left: 19px;
	padding-right: 6px;
}

.menus ul li.mailnorm a:hover {
	background-image: none;
}


.menus ul li.header a {
	display: inline;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

.menus ul li.header a:hover { 
	text-decoration: underline;
}

.editContent {
	float: right;
}

a img {
	border: 0;
}

form.tableless {
	margin-top: 2em;
}

form.tableless label,
form.tableless input,
form.tableless textarea {
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 10px;
	text-align: left;
}

form.tableless label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
	font: 11px 'Verdana';
	font-weight: bold;
}

form.tableless input.hidden,
form.tableless input[type=hidden] {
	display: none;
}

form.tableless input.checkbox {
	width: auto;
}

form.tableless textarea {
	font: 11px Verdana;
	padding: 10px 0 0 10px;
	width: 400px;
	height: 150px;
}

form.tableless input.pretty {
	font: 10px Verdana;
	padding: 3px;
	margin: 0;
	background-color: #eee;
	border: 1px solid gray;
	text-align: center; /* IE */
}

form.tableless br {
	clear: left;
}

blockquote.reactie {
	color: gray;
	font-size: 11px;
}

form#reageerWeblog {
	display: none;
}

p.reageer a {
	color: black;
}

div.fotoContainer {
	text-align: center;
	float: left;
	margin-top: 1em;
	margin-right: 1em;
	width: 130px;
}

div.fotoContainer img {
	border: 1px solid black;
	display: block;
}

div.fotoView {
	padding: 5px;
	margin-top: 4px;
	text-align: center;
}

div.fotoView img {
	border: 1px solid black;
}


dt {
	font-size: 120%;
	font-weight: bold;
	margin-top: .8em;
}

.witmiddle dl dt a {
	color: #E60004;	
}

dd h4 {
	margin-top: .3em;
	margin-bottom: .2em;
}

dd {
	padding-bottom: .4em;
	border-bottom: 1px solid silver;
}

.norm a img {
	vertical-align: top;
}

ul.tree {
	list-style: none;
	padding-left: 15px;
	margin: 2px 0 4px 4px;
	font-size: 11px;
}

li.folder a {
	background-image: url('../images/foldericon.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 4px;
	color: black;
}

ul li.private a {
	background-image: url('../images/privatefoldericon.png');
}

ul li.private a:hover {
	background-image: url('../images/privateopenfoldericon.png');
}

li.folder a.active {
	background-image: url('../images/openfoldericon.png');
	font-weight: bold;
}

ul li.private a.active {
	background-image: url('../images/privateopenfoldericon.png');
}

li.folder a:hover {
	background-image: url('../images/openfoldericon.png');
	color: blue;
	text-decoration: underline;
}

tr.odd {
	background-color: #eee;
}

div.bericht {
	padding: 0 1em .2em 3em;
	font-size: 85%;
	margin: 2em 0 3em 0;
	border-bottom: 1px dashed #ccc;
	clear: both;
}

div.bericht h4 {
	font-size: 10px;
	margin: .6em 0 .3em 0;
	padding: 0;
	color: #888;
}

div.bericht img.smiley {
	vertical-align: text-bottom;
}

div.bericht h4 a {
	text-decoration: none;
	color: #888;
}

ul.bread {
	list-style: none;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	margin: -2em 0 2.4em -.4em;
	padding: 0;
}

ul.bread li {
	display: block;
	margin-left: .5em;
	float: left;
}

ul.bread li:before {
	content: "\00BB \0020";
}

ul.bread li:first-child {
	margin-left: 0;
}

ul.bread li:first-child:before {
	content: "\0020";
}

blockquote.msg {
	border: 1px solid gray;
	color: #000;
	font-size: 11px;
	clear: both;	background-color: #eee;
	padding: 1em;
	margin: 0;
	height: 300px;
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
}

blockquote p {
	margin-top: 1em;
}

/* INBOX */
table.inbox {
	border-spacing: 0;
	width: 100%;
}

table.inbox tbody a {
	color: #333;
	display: block;
}	

table.inbox td {
	padding: 5px 1px 5px 2px;
	margin: 0;
}

table.inbox tbody tr {
	cursor: pointer; 
	cursor: hand;
}

table.inbox thead th {
	border-bottom: 1px solid gray;
}

table.inbox tr.unseen {
	font-weight: bold;
}	

table.inbox tr.deleted {
	color: gray;
}

table.inbox tr.deleted a {
	text-decoration: line-through;
	color: gray;
}

div.notes {
	margin: .8em;
	padding: .6em;
	font: 11px Arial;
	background-color: #eee;
	border: 1px solid gray;
	vertical-align: middle;
	color: #000;
}

div.notes img {
	vertical-align: baseline;
}

div.notes:before {
	content: '!';
	font-size: 18px;
	font-weight: bold;
	vertical-align: bottom;
	padding-right: 7px;
}


ul.emailbuttons {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}

ul.emailbuttons li {
	display: inline;
}

ul.emailbuttons li a {
	display: block;
	font: 11px Arial;
	padding: 3px 3px 3px 21px;
	margin: 0 3px 6px 0;
	color: black;
	float: left;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: 3px 4px;
	border: 1px solid gray;
}

a#compose {
	background-image: url('../images/emailclient/compose.gif');
}
a#contact {
	background-image: url('../images/emailclient/contact.gif');
}
a#delete { 
	background-image: url('../images/emailclient/delete.gif');
}
a#forward { 
	background-image: url('../images/emailclient/forward.gif');
}
a#reply { 
	background-image: url('../images/emailclient/reply.gif');
}
a#flag { 
	background-image: url('../images/emailclient/flag.gif');
}
a#replyall { 
	background-image: url('../images/emailclient/replyall.gif');
}

ul.emailbuttons li a:hover {
	border: 1px solid black;
	background-color: #f8f8f8;
}
table.email td img {
	vertical-align: bottom;
}

a.aandachtsHeor {
	font-weight: bold;
}

.cb {
	clear: both;
}

table.filetree {
	border-spacing: 0;
}

table.filetree label {
	padding-left: 18px;
	height: 18px;
	background-image: url('../images/foldericon.png');
	background-repeat: no-repeat;
}

table.list {
	width: 100%;
	border-spacing: 0;
	clear: left;
}

table.list thead th {
	border-bottom: 1px solid gray;
}
table.list thead th,
table.list thead td {
	padding: 4px;
}

table.list img {
	display: block;
}

form#googleForm input {
	float: right;
	background-color: white;
	-moz-opacity: .9;
	filter: alpha(opacity=90);	
	border: 1px solid black;
	background-image: url('/assets/images/google.gif');
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding: 2px 2px 2px 20px;
}

form#googleForm input:focus {
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}