@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	font-size:0.8em;
	color:#ffffff;
	font-family:helvetica,verdana,arial,sans-serif;
}
.mceContentBody {
    background-color:#9e0001;
}
.input {
	width:200px;
	border:1px solid #4899d4;
	font-size:0.8em;
	letter-spacing:0.1em;
	font-family:verdana,helvetica,arial;
	font-size:1em;
	margin-bottom:10px;
}
.textarea {
	width:200px;
	height:150px;
	border:1px solid #4899d4;
	font-size:0.8em;
	letter-spacing:0.1em;
	font-family:verdana,helvetica,arial;
	font-size:1em;
}
.label {
	float:left;
	width:150px;
	padding-left:20px;
	margin-right:0.5em;
	padding-top:0.2em;
	font-weight:bold;
}
.button {
	border:0px;
	color:#9e0001;
	width:200px;
	height:18px;
	margin-top:0.4em;
	margin-right:1em;
	padding-bottom:0.2em;
	background-color:#ffffff;
	right:150px;
} 
#container {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:932px;
	position:absolute;
	left:50%;
	margin-left:-480px;
	height:291px;
	margin-bottom:0px;
}
#container2 {
	margin-top:0px;
	width:900px;
	position:absolute;
	left:50%;
	margin-left:-448px;
	top:291px;
	background-color:#9e0001;
}
.navigatie {
	margin-top:230px;
	text-align:right;
	margin-right:120px;
}
.content {
	margin-left:10px;
	width:800px;
}
.footer {
	text-align:center;
	width:932px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	height:42px;
	padding-top:70px;
}
a {
	text-decoration:none;
	border-bottom:1px dotted #ffffff;
	color:#ffffff;
}
a:hover {
	background-color:#FFFFFF;
	border:0px solid;
	color:#9e0001;
}
/* cms styles */
#menubody {
	margin:0px;
	padding:0px;
	background-color:#323232;
	font-size:0.7em;
	color:#656464;
	font-family:helvetica,verdana,arial,sans-serif;
	height:100%;
}
.transachter {
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	background-color:#323232;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}
.inlog {
	position:absolute;
	z-index:2;
	width:338px;
	height:156px;
	left:50%;
	top:50%;
	margin-left:-189px;
	margin-top:-108px;
	background-image:url(../images/inlogachter.png);
	padding-top:60px;
	padding-left:40px;
    color: #656464;
}
.uitlog {
	position:absolute;
	z-index:2;
	top:0px;
	left:0px;
	width:119px;
	height:199px;
	background-image:url(../images/uitlogachter.png);
}
.uitlog img {
	border:0px;
	margin-top:20px;
	margin-left:4px;
}
.input {
	width:120px;
	border:1px solid #4899d4;
	font-size:0.8em;
	letter-spacing:0.1em;
	font-family:verdana,helvetica,arial;
	font-size:1em;
}
.label {
	float:left;
	width:80px;
	padding-left:20px;
	margin-right:0.5em;
	padding-top:0.2em;
	font-weight:bold;
}
.buttonlogin {
	cursor:pointer;
	width:165px;
	border:0px;
	height:28px;
	right:150px;
	background:url(../images/inloggen.jpg);
}

.menubutton {
	cursor:pointer;
	width:165px;
	border:0px;
	height:28px;
	right:150px;
	background:url(../images/opslaan.jpg);
	margin-bottom:20px;
    color: #656464;
}
.menubutton_add {
	cursor:pointer;
	width:165px;
	border:0px;
	height:28px;
	right:150px;
	background:url(../images/paginamaken.jpg);
	margin-bottom:20px;
    color: #656464;
    margin-top:10px;
}
.menuinhoud .input {
	width:120px;
	border:1px solid #4899d4;
	font-size:0.8em;
	letter-spacing:0.1em;
	font-family:verdana,helvetica,arial;
	font-size:1em;
}
.menu {
	position:absolute;
	z-index:2;
	width:378px;
	height:156px;
	left:140px;
	top:30px;
	background-image:url(../images/menu.png);
	background-repeat:no-repeat;
    color:#656464;
}
.menuinhoud {
	background-color:#ffffff;
	width:338px;
	padding-left:40px;
}
.menuinhoud a {
	color:#656464;
}
.menuinhoud a:hover {
	color:#4899d4;
}
/* einde cms styles */
