/** 
 * schweizerbrot.ch theme 6
 * specific css color definitions for theme 6
 * 
 * @author		Markus Howald
 * @copyright	copyright(c) Klink GmbH
 * @date		2009-05-22
 * @media		screen
 * @project		redesign schweizerbrot.ch 2009
 * @site		www.schweizerbrot.ch
 *
 * @colordef	#8A4A31; dark
 * @colordef	#AB946E; middle
 * @colordef	#D5C9B4; light
 */


/** 
 * @section colordefinitions
 * 
 * all following defined styles override the styles defined in main.css
 */ 
 
body {
	background:#FFF url('/fileadmin/image/theme/6/content_background.gif') repeat-y 211px;
	color:#8A4A31;
}

a:link, a:visited {
	color:#8A4A31;
}
 
#head {
	background:#FFF url('/fileadmin/image/theme/6/head_background.gif');
}

#head-content {
	background:#AB946E url('/fileadmin/image/theme/6/head_img.gif') no-repeat;
}
 
#nav-meta {
	background:#D5C9B4;
	color:#8A4A31;
}

#nav-meta form input {
	color:#8A4A31;
}

#nav-meta a {
	color:#8A4A31;
}

#nav-meta a.button {
	background:url('/fileadmin/image/theme/6/search_go.png') no-repeat;
}

#nav-meta a.button:hover {
	background:url('/fileadmin/image/theme/6/search_go_f2.png') no-repeat;
}

#nav-main ul li a {
	background:#8A4A31;
	color:#FFF;
}

#nav-main ul li ul li a {
	background:#D5C9B4;
	color:#8A4A31;
}

#nav-main ul li ul li a:hover,
#nav-main ul li ul li a.active {
	background:#AB946E;
	color:#8A4A31;
}

#nav-main ul li a.home {
	background:#8A4A31;
	color:#FFF;
}

#content-main {
	background:url('/fileadmin/image/theme/6/content_img.jpg') no-repeat;
}

.content-right-main table td,
.content-right-main table th {
	border-bottom:1px dotted #8A4A31;
}


.csc-frame-rulerBefore {
	border-bottom:1px dotted #8A4A31;
}

.content-right-main h1 {
	border-top:1px dotted #8A4A31;
}