/*----------------------------------------------------------------------------
Template Style Sheet

Name: 						Schelfhout Graszoden
Date: 						April 2010

Stylesheet Index:
	$1 - Standard Elements
	$2 - Structural Stylings
	$3 - Header
	$4 - Title
	$5 - Main
	$6 - Content

NOTE: Always make a backup of your stylesheets before editing!
NB!! Use the search function to find a section, eg: search for $10 for Modules
----------------------------------------------------------------------------*/

@import url("customise.css");
@import url("editor_content.css");

#topmenu_con{
background:#98FB98;
width:100%;
height:40px;
}

#topmenu{
width:100%;
float:left;
text-align:center;
height:40px;

}
#topmenu ul{
width:100%;
height:40px;
float:left;
margin:0px;
}
#topmenu li{
padding-top:0px;
list-style:none;
display:inline;
float:left;
}

#topmenu a:link{
width:66px;
height:40px;
	padding-top:9px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	font: normal 1.8em Arial,sans-serif;
	font-weight: bold;
	font-size: 13px;
	color:#456;
	text-decoration:none;
	text-align: center;
}
#topmenu a:visited{
width:66px;
height:40px;
	padding-top:9px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	font: normal 1.8em Arial,sans-serif;
	font-weight: bold;
	font-size: 13px;
	color:#456;
	text-decoration:none;
	text-align:center;

}
#topmenu a:hover{
/*background:url(../images/navbg-hover.png) no-repeat top center;*/
height:40px;
width:66px;
	padding-top:9px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	font: normal 1.8em Arial,sans-serif;
	font-weight: bold;
	font-size: 15px;
	color:#234;
	text-decoration:none;
	text-align: center;

}
ul#mainlevel-nav li a#active_menu-nav{
/*background: url(../images/navbg-hover.png) no-repeat top center;*/
height:40px;
width:66px;
	padding-top:9px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	font: normal 1.8em Arial,sans-serif;
	font-weight: bold;
	font-size: 15px;
	color:#234;
	text-decoration:none;
	text-align: center;
}
ul#mainlevel-nav li a#active_menu-nav:hover{
/*background: url(../images/navbg-hover.png) no-repeat top center;*/
}

#languagebar_con{
background:#FFFFFF;
width:100%;
height:25px;
}

#languagebar{
width:100%;
float:left;
vertical-align:top;
height:25px;
}


/* $1 - Standard Elements
----------------------------------------------------------------------------*/
html {min-height: 100%;}

p,code,ul {padding-bottom: 1.2em;}

/* $2 - Structural Stylings (HET TEKSTVAK)
----------------------------------------------------------------------------*/
.container {
	background: #FFFFFF;
	/* SIZE FONT FOOTER AND ARTICLE TITLE */
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* $3 - Header
----------------------------------------------------------------------------*/
.top {
	/*Dit is de header over de hele paginabreedte */
	/*background: url(../images/clouds.gif) repeat-x;*/
	/*padding: 50px 10px 0;*/
	margin-top:  20px;
}

/* $4 - Title
----------------------------------------------------------------------------*/


.header {
/* Omkadering van de header def DEB887*/
	background: #FFFFFF;
	font-size: 1.2em;
	height: 150px;
	margin:  0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
.header .left, .header .right {
/* Rechtervak van de header, waar newsflash staat */
	background: #FFFFFF url(../images/header.gif) no-repeat;
	color: #FFF;
	height: 150px;	
}
.header .left {
/* Linkerkolom, waar sitenaam staat */	
	background: #98fb98 url(../images/LogoMiddel.gif) no-repeat;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	text-align: center;	
	width: 780px;
}
.header .right {
/* Rechterkolom */	
  background: #FFFFFF;
	overflow: auto;
	width: 0px;
}

.header .right .moduletable{
 padding: 0 5px 3px 10px;
 background: #FFFFFF;
}

/* $5 - Main
----------------------------------------------------------------------------*/
.main {
	border-top: 4px solid #FFFFFF;
	/*background: url(../images/bgmain.gif) repeat-y;*/
}


/* $6 - Content
----------------------------------------------------------------------------*/
/* Definieert het tekstvak. Breedte, hoogte, en overflow indien scrollbalk gewenst is. */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 20px;
	width: 740px;
	height: 515px; /* 540px */
	overflow-x: hidden;
	overflow-y: hidden;
	/* overflow-y: scroll;*/
	/* overflow:-moz-scrollbars-vertical !important; */
	background: #FFFFFF;


}
