/**
 * $Id: yellow.css,v 1.1 2008/11/18 13:56:18 Bart Exp $
 */
/* CSS overrides for yellow-styles template */

body {
  background		: #F6F5E9;
}

li {
  list-style-image : url("../images/yellow/bullit.png");
}

/* ###################### PAGE ###################### */
.page-holder{
	background-image	: url("../images/yellow/headerbar.png");
}

.footerbar-holder {
	background-image	: url("../images/yellow/footerbar.png");
        background		: #6D3800 url(../images/yellow/footerbar.png) repeat-x;
}

#modulefooterbar {
        background		: url(../images/yellow/modulesbar_bottom.png) no-repeat;
}
#footerbar {
        background		: #6D3800 url(../images/yellow/footerbar.png) repeat-x;
}

/* ###################### LINKS ###################### */
a, a:link, a:visited {
  color            : #6D3800;
}

a:hover {
  color            : #6D3800;
}

/* ###################### MAIN MENU SETTINGS ###################### */

a.mainlevel:link,a.mainlevel:visited {
  color			: #6D3800;
  background		: url(../images/menuparent.png) no-repeat;
}
a#parent {
  background		: url(../images/menuparent.png) no-repeat;
}
a.sublevel:link, a.sublevel:visited {
  color            	: #6D3800;
}
a.mainlevel#active_menu {
  /* Menu setting "Active parent" moet op 'Ja' staan  */
  background		: url(../images/menuactive.png) no-repeat;
}

/* ###################### CONTENT PAGE SETTINGS ###################### */
.contentpaneopen a,a:visited {
  color            : #6D3800;
}
.contentpaneopen a:hover {
  color            : #6D3800;
}

.contentheading {
  color            : #6D3800;
}

/* ###################### SECTION LISTING SETTINGS ###################### */
.sectiontableheader {
  background-color : #6D3800;
}

.sectiontableheader a {
  color            : #FFFFFF;
}

/* ###################### OTHER SETTINGS ###################### */
.blog_more {
  color            : #6D3800;
}

/* ###################### SN STYLE SETTINGS ###################### */
.headerlogo {
  background-image	: url("../images/yellow/header.png");
}


/* ###################### MODULE BAR LEFT ###################### */
.modulebar_top {
  background-image	: url("../images/yellow/modulesbar_top.png");
}

.modulebar_side {
  background-image	: url("../images/yellow/modulesbar_side.png");
}

.modulebar_bottom {
  background-image	: url("../images/yellow/modulesbar_bottom.png");
}

/* ###################### PRINT layout ###################### */
a.minifull-link,a.minifull-link:link a.minifull-link:visited {
  color            : #6D3800;
}
a.minifull-link:hover {
  color            : #6D3800;
}


