/** 
 * schweizerbrot.ch theme 5
 * specific css color definitions for theme 5
 * 
 * @author		Markus Howald
 * @copyright	copyright(c) Klink GmbH
 * @date		2009-05-22
 * @media		screen
 * @project		redesign schweizerbrot.ch 2009
 * @site		www.schweizerbrot.ch
 *
 * @colordef	#9D7B60; dark
 * @colordef	#B99A7F; middle
 * @colordef	#D4BA9F; light
 */


/** 
 * @section colordefinitions
 * 
 * all following defined styles override the styles defined in main.css
 */ 
 
body {
	background:#FFF url('/fileadmin/image/theme/5/content_background.gif') repeat-y 211px;
	color:#9D7B60;
}

a:link, a:visited {
	color:#9D7B60;
}
 
#head {
	background:#FFF url('/fileadmin/image/theme/5/head_background.gif');
}

#head-content {
	background:#B99A7F url('/fileadmin/image/theme/5/head_img.gif') no-repeat;
}
 
#nav-meta {
	background:#D4BA9F;
	color:#9D7B60;
}

#nav-meta form input {
	color:#9D7B60;
}

#nav-meta a {
	color:#9D7B60;
}

#nav-meta a.button {
	background:url('/fileadmin/image/theme/5/search_go.png') no-repeat;
}

#nav-meta a.button:hover {
	background:url('/fileadmin/image/theme/5/search_go_f2.png') no-repeat;
}

#nav-main ul li a {
	background:#9D7B60;
	color:#FFF;
}

#nav-main ul li ul li a {
	background:#D4BA9F;
	color:#9D7B60;
}

#nav-main ul li ul li a:hover,
#nav-main ul li ul li a.active {
	background:#B99A7F;
	color:#9D7B60;
}

#nav-main ul li a.home {
	background:#9D7B60;
	color:#FFF;
}

#content-main {
	background:url('/fileadmin/image/theme/5/content_img.jpg') no-repeat;
}

.content-right-main table td,
.content-right-main table th {
	border-bottom:1px dotted #9D7B60;
}


.csc-frame-rulerBefore {
	border-bottom:1px dotted #9D7B60;
}

.content-right-main h1 {
	border-top:1px dotted #9D7B60;
}