@charset "utf-8";

body {
	font-family: Verdana;
	background: #f0efed;
	font-size: 13px;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}

.container {
	width: 960px;
	margin: 0 auto;
	background: white;
	padding: 5px;
	overflow: hidden;
	/*position: relative;*/
/*	border-radius: 10px;
	box-shadow: 5px 0px 10px 0px rgba(167,167,167,0.4),-5px 0px 10px 0px rgba(167,167,167,0.4);*/
}


header {
	
	/*position: relative;*/
}

nav {
	border-bottom:2px solid #999999;
	/*overflow: hidden;*/
	height: 32px;

/*position: relative;*/



	

}

/*HEADER*/
.container nav ul {
  font-family: Arial, Verdana;
  margin: 0;
  padding: 0;
  list-style: none;
  /*position: relative;*/

/*BUG CKEDITOR: de toolbar van CKEDITOR heeft een CKEDITOR van 9999 en overlapt anders de nav*/
  z-index:10000;
  position: relative;
}

.container nav ul li {
  display: block;
  position: relative;
  float: left;
  text-align: center;
}

.container nav li ul { 
	display: none; 

}

.container nav ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  padding: 5px 10px 5px 10px;
  white-space: nowrap;
  min-width: 116px;
  height: 21px;
  color:black;





}



.container nav li:hover ul {
  display: block;
  position: absolute;

  border-left: 2px solid #999999;
  border-right: 2px solid #999999;
  border-bottom: 2px solid #999999;
}

.container nav li:hover li {
  float: none;

}

.container nav li:hover a { 
	
	background: white;


}

.container nav a:active {
	background: yellow;
}



/*CONTENT*/
#content {
	background: url(../images/logo.jpg) no-repeat bottom left;
	padding:30px 40px 80px 270px;
	min-height: 150px;
	width: 630px;
	/*margin-left:25px; */
	

	/*padding-bottom:100px; */
	/*border-top:2px solid #999999;*/
	/*float: right;*/
	
	float: left;
	/*border-right:1px solid red;*/


}

aside {
	margin-top:15px;
	margin-left: -260px;
	/*background: #83ab43;*/
	background: #f0efed;
	padding: 5px;
	float:left;
	/*color:white;*/

	
}



aside a {
		color:black;
}

aside > ul {
	padding: 0;
	padding-left: 15px;
	margin: 0;
}

#content > ul {
	padding-left: 20px;
}

#content > ul > li {
	padding-bottom: 10px;
}

form td, form tr {
	margin: 0;
	padding: 0;
	/*line-height: 0;*/
	width: 210px;
	padding-bottom:5px; 
}

form label {

	/*font-size: 0.8em;*/
	/*width: 300px;*/

}

form select {
	width: 255px;
}

form input {
	width: 250px;
}

.table-space {
	margin-top:15px; 
}





/*FOOTER*/
footer {
	border-top:2px solid #999999;
	/*border-top:2px solid red;*/
	color: #999999;
	font-size: 0.8em;
	/*padding:5px 0 20px 0;*/
	position: relative;
	float: left;
	width: 960px;
}

footer a {
	color:inherit;
}

.tagline {
	position: absolute;
	bottom:25px;
	left:270px;
	font-weight: bold;
	color:black;
	font-size: 1.1em;
}

#disclaimer {
	float:left;
	margin: 0 5px 0 5px;
}

#conditions {
	float:left;
}

#copyright {
	float:right;
}

#webmaster {
	float:right;
	margin-right: 5px; 
}


/*FORMULIER*/
#form1 label.error {
	color:red;
	padding-left:5px; 
	font-weight: bold;
}

#form1 input.error {
	border: 1px solid red;
}

#form1 textarea.error {
	border: 1px solid red;
}

.asterisk {
	color:red;
}








#cke_content {
	/*border:5px solid red;*/
/*	position: absolute;
	left:-15px;*/
}


.extratoolbar {
	position: absolute;

	display: none;

	border:1px solid #b6b6b6;

	background: red;
	background: #f4f4f4; /* Old browsers */
background: -moz-linear-gradient(top,  #f4f4f4 1%, #cfd1cf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f4f4f4), color-stop(100%,#cfd1cf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f4f4f4 1%,#cfd1cf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f4f4f4 1%,#cfd1cf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f4f4f4 1%,#cfd1cf 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f4f4f4 1%,#cfd1cf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#cfd1cf',GradientType=0 ); /* IE6-9 */

	z-index:10000;
}

.buttons {
	border-radius:2px;
	border:1px solid #a6a6a6;

	background: #fdfdfd; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdfdfd 1%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fdfdfd), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfdfd 1%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfdfd 1%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfdfd 1%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdfdfd 1%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

	margin-right:8px;
	margin-left:8px;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow: hidden;

}

#save, #cancel {
	padding:5px;
	padding-bottom:0px; 
	float:left;
}

#save:hover, #cancel:hover {
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0f0f0 0%, #cecece 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#cecece)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0f0f0 0%,#cecece 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0f0f0 0%,#cecece 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0f0f0 0%,#cecece 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0f0f0 0%,#cecece 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */

	
}





#print {

	float: left;
	position: relative;
	top:45px;
	left:-45px;
	cursor: pointer;
}

#mail {
	float: left;
	position: relative;
	top:25px;
	left:-20px;
	cursor: pointer;
}

/*Is om de Editor te laten staan als er wordt gesaved*/
.keepEditor {
	display: block !important;
}


/*ADMIN*/

.adminpanel {

	width: 100%;
	background: #404040;
	color: #fff;
	border-bottom: 1px solid #999999;
	overflow: hidden;
}

.adminpanel span {
	float:left;
	padding: 5px;
}

.adminpanel input[type="text"], input[type="password"] {
	background: #f0efed;
	border: 1px solid #000000;
	padding: 0;
	padding-left:5px;
	padding-right:5px;
	width: 152px;
}


 
#admin-gebruikersnaam {
	float:left;
	padding: 5px;
	margin-left: 15px;
}

#admin-gebruikersnaam img {
	position: relative;
	top:2px;
	padding-right: 2px; 
	border:none;
}

#admin-status {
	float:left;
	padding: 5px;
	margin-left: 15px;
}

#admin-login {
	float:left;
	padding: 5px;
	margin-right: 15px;
	color: white;
	text-decoration: none;
	cursor: pointer;
}

#admin-login img {
	position: relative;
	top:2px;
	padding-right: 2px; 
	border:none;
}

#admin-login:hover {
	background: #2a2b2b;
}

#admin-export {
	float:right;
	padding: 5px;
	margin-right: 15px;
	color: white;
	text-decoration: none;
}

#admin-export img {
	position: relative;
	top:2px;
	padding-right: 2px; 
	border:none;
}

#admin-export:hover {
	background: #2a2b2b;
}

#admin-logout {
	float:right;
	padding: 5px;
	margin-right: 15px;
	color: white;
	text-decoration: none;
}

#admin-logout img {
	position: relative;
	top:2px;
	padding-right: 2px; 
	border:none;
}

#admin-logout:hover {
	background: #2a2b2b;
}

.dialogvenster {

	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	position: fixed;
	top:0;
	left:0;
	z-index:10001;
	visibility: hidden;
}

.dialoginfo {
	width: 300px;
	height: 300px;
	background: #eaeaea;
	margin: 0 auto;
	margin-top: 300px;
}

.show {
	visibility: visible;
}



