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