
/* =Global Elements
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	color: #80904f;
}
a:visited, a:link, a:hover, a:active {
	color: #946012;
}

/* =Layout
-------------------------------------------------------------- */

body, #footer-content {
	background: #e8e8ce;
}
#content {
 color: #404040;
 margin: 0 30% 0 0;
 left: 30%;
}
#navigation {
 width:30%;
 margin-left: -30%;
 left: 30%;
}
#bgc-col1 {
 background-color: #ffffff;
 right: 30%;
}
#bgc-col2 {
 background-color: #f8f5e9;
}
/* =Content
-------------------------------------------------------------- */

#content-main, #navigation {
	font-size: 100%;
}

/* =Navigation
-------------------------------------------------------------- */

#navigation-content ul ul{
 color: #946012;
}

/* =Search
-------------------------------------------------------------- */

#searchtext {
 border-color: #946012;
}
#searchsubmit {
 border-color: #946012;
 background-color: #f8f5e9;
}
<!-- Last Adaption: 2010-06-21 -->