/* CSS Document */
/* links */

a:link, a:visited {
	color: #bb933e;
}

a:hover {
	color: #9f7d35;
}

/*
 * headings
 */

h1 {
	color: #d6b465;
}

h4 {
	color: #bb933e;
}

h6 {
	color: #9f7d35;
}
/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

div#menu li.fancy div.fancy-container div.fancy-m {
	background: url(../../images/beige/menu_fancy_m.png) 0 0 repeat-x;
}

div#menu li.fancy div.fancy-container div.fancy-l {
	background: url(../../images/beige/menu_fancy_l.png) 0 0 no-repeat;
}

div#menu li.fancy div.fancy-container div.fancy-r {
	background: url(../../images/beige/menu_fancy_r.png) 0 0 no-repeat;
}
/*
 * Page
 */
 
body.yoopage {
	background: #D6B465;
}

div#toolbar div.toolbar-l {
	background: #191C1E url(../../images/beige/toolbar_l.png) 0 0 no-repeat;
}

div#toolbar div.toolbar-r {
	background: url(../../images/beige/toolbar_r.png) 100% 0 no-repeat;
}

div#headerbar div.headerbar-m {
	background: url(../../images/beige/headerbar_m.png) 0 0 repeat-x;
}

div#headerbar div.headerbar-l {
	background: url(../../images/beige/headerbar_l.png) 0 0 no-repeat;
}

div#headerbar div.headerbar-r {
	background: url(../../images/beige/headerbar_r.png) 100% 0 no-repeat;
}

div#menubar {
	background: #776841 url(../../images/beige/menubar_l.png) 0 0 no-repeat;
}

div#menubar div.menubar-r {
	background: url(../../images/beige/menubar_r.png) 100% 0 no-repeat;
}

div#top {
	background: #191C1E url(../../images/beige/wrapper_black_bl.png) 0 100% no-repeat;
}

div#top div.top-br {
	background: url(../../images/beige/wrapper_black_br.png) 100% 100% no-repeat;
}

div#middle {
	background: #ffffff url(../../images/beige/wrapper_white_tl.png) 0 0 no-repeat;
}

.frontpage-black div#middle { background: #191C1E url(../../images/beige/wrapper_black_tl.png) 0 0 no-repeat; }

div#middle div.middle-tr {
	background: url(../../images/beige/wrapper_white_tr.png) 100% 0 no-repeat;
}

.frontpage-black div#middle div.middle-tr { background: url(../../images/beige/wrapper_black_tr.png) 100% 0 no-repeat; }

#page div.no-top {
	background-image: none;
}

#page div.no-top div.middle-tr {
	background: none;
}

div#middle div.middle-bl {
	background: url(../../images/beige/wrapper_white_bl.png) 0 100% no-repeat;
}

.frontpage-black div#middle div.middle-bl { background: url(../../images/beige/wrapper_black_bl.png) 0 100% no-repeat; }

div#middle div.middle-br {
	background: url(../../images/beige/wrapper_white_br.png) 100% 100% no-repeat;
}

.frontpage-black div#middle div.middle-br { background: url(../../images/beige/wrapper_black_br.png) 100% 100% no-repeat; }

div#bottom {
	background: #191C1E url(../../images/beige/wrapper_black_tl.png) 0 0 no-repeat;
}

div#bottom div.bottom-tr {
	background: url(../../images/beige/wrapper_black_tr.png) 100% 0 no-repeat;
}

div#bottom div.bottom-bl {
	background: url(../../images/beige/wrapper_black_bl.png) 0 100% no-repeat;
}

div#bottom div.bottom-br {
	background: url(../../images/beige/wrapper_black_br.png) 100% 100% no-repeat;
}

/**  article or component title */
.contentheading,
.componentheading {
	color: #bb933e;
}