/**
 * De style sheet, voor elk project flink customizen :)
 *
 * @package CMSA-CORE-LOCAL
 */

html {
	height: 100%;
}

body
{
	font-family: Verdana;
	font-size: 9pt;
	background-color: #FFFFFF;
	background-image: url(../images/top-strik.gif);
	background-repeat: repeat-x;
/*	background-position: 0px 10px; */
/*	background-image: url(../images/right-strik.gif);
	background-repeat: repeat-y;
	background-position: top right; */
	height: 100%;
	margin : 0px;
/*	width : 100%; */
}

body.admin
{
	font: 8pt/16pt georgia;
	margin: 0px;
	background: #ffffff;
}

div#bodyArea {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	background-image: url(../images/right-strik.gif);
	background-repeat: repeat-y;
	background-position: top right;
	height: 100%;
}

.contentHolder {
/*	margin: 0px 50px 0px 0px; */
	background-image: url(../images/right-strik.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

.content {
	margin-left : 146px;
	margin-right : 230px;
}

div.email
{
	visibility:hidden;
	cursor:pointer;
	position:absolute;
	top:180px;
}

td.email
{
	width: 15px;
	height:15px;
	cursor:pointer;
	text-align:center;
	background-repeat:no-repeat;
}

table {
}

td
{
	font: inherit;
	margin: 0px;
	vertical-align: top;
}

td.left
{
	width: 10px;
  background-position:left top;
}

td.right
{
  background-position:left top;
	width: 10px;
}

div.menu {
	text-align: right;
}

#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1;
	z-index:5;
	width: 12em;
}

#nav {
	float: left;
	margin-top: 2em;
}

#nav a {
/*	margin-right: 20px; */
	display: block;
	color: #396ee8;
	font-weight:bold;
	text-decoration:none;
	background-color : white;
	padding: 0.5em;
}

#nav li { /* all list items */
	font-size: 11px;
	float: left;
	width: 12em;
/*	height: 23px; */
	text-align: left;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-color: #FFFFFF;
	border: 1px solid #0066FF;
}

#nav li ul { /* second-level lists */
	font-size: 11px;
	position: absolute;
	width: 14em;
	left: -999em;
	margin-top: -2em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 11.5em;
	background: #FFFFFF;
}

#nav li ul li { /* second-level lists */
	background-color: #FFFFFF;
	width: 14em;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#nav li ul ul { /* third-and-above-level lists */
/*	margin-top: 5em;
	margin-right: 0px;
	margin-bottom: 1em; */
	margin-left: 11.5em; */
	background: #FFFFFF;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

iframe
{
	border-width: 0;
	border-style: none;
	/*IE (in elk geval t/m 6) heeft nog steeds frameborder="0" in de HTML nodig.*/
	margin: 0;
	padding: 0;
}

/* Gastenboek / discussie */
div.entry {
	float: left;
	width: 100%;
}
div.even {
	background-color: #EEEEEE;
}
div.odd {
	background-color: #DDDDDD;
}
div.entry span.naam {
	font-weight: bolder;
}
div.onder_entry {

}

/* Sitemap */
ul.sitemap {
	list-style: outside none none;
}
li.sitemap {
	background: url(../images/cms/map.gif) no-repeat;
	margin: 5px 0 0 -40px;
	padding: 0 0 0 25px;
}

/* Layout */
.strik{
	background: none;
	position: absolute;
	top: 60px;
	right: 0px;
}
/*
	float : right;
	top : 60px;
	position:relative;
}
*/
.header{
	width : 100%;
	height: 160px;
	display:block;
/*	background-image:url(../images/top-strik.gif);
	background-repeat:repeat-x; */
}

.header img {
	vertical-align: bottom;
}

.logo {
	margin : 5px 5px 5px 5px;
}
h1 { color: navy; font-size: 14pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; margin: 0.67em 0;
 }


a {
	color:#3333FF;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	text-decoration: none;
}

.pusher {
	width : 151px;
	height : 100%;
	display : block;
}
div.contentarea {
	background:#FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
}
div.naw {
	width: 130px;
	float: left;
	z-index: 4;
	margin-left: -140px;
	margin-top: 260px;
}
.belme {
	width: 80px;
	right: 0px;
	position: absolute;
	margin-top: 220px;
}
