/*<group=General Styles>*/

body {
	font: 11px   'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 0px 10px 0px 40px;
	color: #7d7644;
	background: #5c200e url(images/body_bg.png) repeat-x scroll;
	text-align: left;
}

p { 
}

b, strong {
	font-weight: bold;
	font-size: 24px;
}

a:link {
	color: #663300;
	text-decoration: underline;
}

a:visited {
	color: #FF6600;
	text-decoration: underline;
}

a:hover, a:active {
	color: #CCCCCC;
	text-decoration: underline;
}

.image-left {
	margin: 3px;
	padding: 3px;
	float: left;
}

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
}
	
/*</group>*/

/*<group=Layout>*/

#container {
	background: #FFFFFF repeat-y left  url(images/sidebar_bg.png);
	width: 980px;
	text-align: left;
	color: #7d7644;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin-right: auto;
	margin-left: auto;
}

#pageHeader {
	width: 980px;
	text-align: left;
	list-style: none;
	height: 83px;
	background: #ffffff;
}

#pageHeader img {
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}

#pageHeader h1 {
	color: #7d7644;
	margin: 0px;
	font-weight: normal;
	font-size: 28px;
	padding: 15px 20px 0px 390px;
}

#pageHeader h2 {
	color: #988f52;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 390px;
}

#bannerContainer {
	width: 980px;
	float: left;
	text-align: left;
	background: url(images/banner.jpg) no-repeat;
	height: 176px;
	margin: 0px;
}

#contentContainer {
	text-align: left;
	float: right;
	width: 800px;
	padding-bottom: 0px;
	min-height: 400px;
}

#contentContainer #content {
	line-height: 1.5em;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}

#sidebarContainer {
	width: 167px;
	float: left;
	text-align: left;
}

#sidebarContainer .sidebar {
	line-height: 1.5em;
	padding: 10px;
}

#footer {
	background: url(images/footer_bg.png) repeat-x;
	text-align: center;
	color: #ffffff;
	height: 20px;
	padding-top: 5px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

#footer a {
	color: #CCCCCC;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	background: #ffffff;
	text-align: right;
	width: 770px;
}

#breadcrumbcontainer ul {
	display: inline;
	list-style: none;
	position: relative;
	top: 5px;
	margin: 0px 0px 5px 0px;
	width: 770px;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	color: #9f8f63;
}

#breadcrumbcontainer a:hover {
	text-decoration: underline;
	color: #9f8f63;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	padding-top: 5px;
	width: 173px;
	line-height: 14px;
	color: #ffffff;
}

#navcontainer #current {
	color: #ffffff;
	font-weight: bold;
	background: #a89883;
	list-style-type: none;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li { 
}

#navcontainer a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding-left: 5px;
	height: 15px;
}

#navcontainer a:hover {
	color: #ffffff;
	background: #7d7644;
}

/* Child - Level 1 */

#navcontainer ul ul {
	padding: 0px;
	margin: 0px;
}

#navcontainer ul ul li { 
}

#navcontainer ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 20px;
	color: #ffffff;
	font-size: 11px;
	height: 15px;
}

#navcontainer ul ul a:hover {
	background: #7d7644;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	color: #c4c78f;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 35px;
}

#navcontainer ul ul ul a:hover {
	background: #7d7644;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
	color: #999999;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 50px;
}

#navcontainer ul ul ul ul a:hover {
	background: #7d7644;
}

/* Child - Level 4 */

#navcontainer ul ul ul ul ul {
	color: #b3b3b3;
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 65px;
}

#navcontainer ul ul ul ul ul a:hover {
	background: #7d7644;
}

/* Child - Level 5 */

#navcontainer ul ul ul ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #cccccc;
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 60px;
}

#navcontainer ul ul ul ul ul ul a:hover {
	background: #7d7644;
}
	
/*</group>*/

/*<group=Global Classes>*/

.standout {
	background: #9f8f63;
	font-size: 12px;
	color: #ffffff;
	padding: 10px;
	font-style: italic;
	font-weight: bold;
}

h1 {
	color: #988f52;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
}

h2 {
	color: #988f52;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 3px;
}

h3 {
	color: #988f52;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 3px;
}

h4 {
	color: #988f52;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
}

h5 {
	color: #988f52;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 3px;
}

.imageStyle {
}
	
/*</group>*/
.bodytekst {
	font-family: "Lucida Grande", sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #7D7644;
}
.image-onder {
	margin: 3px;
	padding: 3px;
	float: right;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.tekstgrooter {
	font-size: 16px;
	line-height: 20px;
}
#clear {
	clear: both;
}
