/** 
 * schweizerbrot.ch theme 4
 * specific css color definitions for theme 4
 * 
 * @author		Markus Howald
 * @copyright	copyright(c) Klink GmbH
 * @date		2009-05-22
 * @media		screen
 * @project		redesign schweizerbrot.ch 2009
 * @site		www.schweizerbrot.ch
 *
 * @colordef	#DB946D; dark
 * @colordef	#986F54; dark (mainly for text and border)
 * @colordef	#E3D4BB; middle
 * @colordef	#FDEADB; light
 */


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

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

#head-content {
	background:#E3D4BB url('/fileadmin/image/theme/4/head_img.gif') no-repeat;
}
 
#nav-meta {
	background:#FDEADB;
	color:#986F54;
}

#nav-meta form input {
	color:#986F54;
}

#nav-meta a {
	color:#986F54;
}

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

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

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

#nav-main ul li ul li a {
	background:#FDEADB;
	color:#986F54;
}

#nav-main ul li ul li a:hover,
#nav-main ul li ul li a.active {
	background:#E3D4BB;
	color:#986F54;
}

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

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

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


.csc-frame-rulerBefore {
	border-top:1px dotted #986F54;
}

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