@charset "utf-8";
/* CSS Document */

/*opmaak*/
body {
	margin: 0;
	padding: 0;
}
.kopje {
	color: #bf7e18;
	font-size: 1.05em;
	font-weight: 500;
}


#tekst .quote {
	text-align: center;
 	font-style: italic;
	
}
.nadruk {
	font-weight: bold;
	font-style: italic;
}
.nadruk_zin {
	font-weight: bold;
}

#tekst a {
	font-weight: bold;
	text-decoration:none;
	color: #7f691c;
}

#tekst a:hover {
	text-decoration: underline;

}
#tekst ul {
	list-style-type: disc;
}
#tekst .workshops {
	color: #566e1f;	
}
#tekst .workshops_nadruk {
	color: #566e1f;	
    font-weight: bold;
}
h1 {
	font-size: 1.2em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #bf7e18;
}

h2 {
	font-size: 1.05em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #bf7e18;
}


/*indeling*/
#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	width:1018px;
	height:635px;
	background-image:url(../images/almara.jpg);
	background-repeat: no-repeat;
}
#content {
	float: left;
	width:766px;
	height:635px;
}

#header {
	float: left;
	width:766px;
	height:194px;
}

#navigatie {
	float: left;
	width:261px;
	height:441px;
}

#main {
	
	float: left;
	width:505px;
	height:405px;
}

#tekst {
	float: left;
	width: 485px;
	height:400px;
	margin-top: 0px;
	margin-left: 0px;
	overflow: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height: normal;
	color: #1d2705;
	scrollbar-face-color: #FFF;
	scrollbar-shadow-color: #393b3b;
	scrollbar-arrow-color: #393b3b;
	scrollbar-track-color: #FFF;
	scrollbar-darkshadow-color: #f0f6f6;
	scrollbar-highlight-color: #393b3b;
	padding-right: 20px;
	padding-bottom:0;
	padding-left: 0px;
}
#footer {
	width:920px;
	height:40px;
	position: absolute;
	top: 560px;
	left: 137px;
}
/*****/

#zitat {
	height: 252px;
	width: 252px;
	float: left;
}
#zitat_nieuws {
	
	height: 635px;
	width: 252px;
	float: left;
}

#nieuws {
	float: left;
	background-image: url(../images/almara_nieuws_home.gif);
	height: 383px;
	width: 252px;
}
 
 ul {
	list-style: none;
	padding-left: 50px;
}

strong {
	font-weight: normal;
}
.underline {
	font-style: normal;
	text-decoration: underline;
}
a:link, a:visited {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 	text-decoration: none;
	font-style: normal;
	
	color: #393b3b;
}
a:hover, a:active {
	color: #df2403;
	text-decoration: none;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}
a.tekst {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0f0a39;
 	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
}
a.tekst:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336;
	font-weight: bold;
	font-style: normal;
} 

ul#navigatie li.keepOpen {
    display:block;
}
ul #currentpage a {
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #bf7e18;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
font-style: italic;
}


.glossymenu{
margin: 5px 0;
padding: 0;
width: 261px; /*width of menu*/
}

.glossymenu a.menuitem{
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #405218;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #405218;
}


.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
color:#bf7e18;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/

}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{

}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #405218;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
color: #bf7e18;
}


