/** 
 * schweizerbrot.ch theme 8
 * specific css color definitions for theme 8
 * 
 * @author		Markus Howald
 * @copyright	copyright(c) Klink GmbH
 * @date		2009-05-22
 * @media		screen
 * @project		redesign schweizerbrot.ch 2009
 * @site		www.schweizerbrot.ch
 *
 * @colordef	#AB834E; dark
 * @colordef	#82693F; dark (mainly for text and border)
 * @colordef	#C2C590; middle
 * @colordef	#E3E1CD; light
 */


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

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

#head-content {
	background:#C2C590 url('/fileadmin/image/theme/8/head_img.gif') no-repeat;
}
 
#nav-meta {
	background:#E3E1CD;
	color:#82693F;
}

#nav-meta form input {
	color:#82693F;
}

#nav-meta a {
	color:#82693F;
}

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

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

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

#nav-main ul li ul li a {
	background:#E3E1CD;
	color:#82693F;
}

#nav-main ul li ul li a:hover,
#nav-main ul li ul li a.active {
	background:#C2C590;
	color:#82693F;
}

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

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

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


.csc-frame-rulerBefore {
	border-top:1px dotted #82693F;
}

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