/* LAYOUT */
#wrapper {
	background: #104d11 url(../images/theme01/back_header.jpg) no-repeat left top;
}
#copyright {
	background: #ac7900;
}
#menu {
	background: #ac7900;
}
#menu li:hover,
#menu li.hover {
	background: #dec999 url(../images/theme01/menutab_left.gif) no-repeat left top;
}
#menu li:hover a,
#menu li.hover a {
	background: url(../images/theme01/menutab_right.gif) no-repeat right top;
	color: black;
}
#wrapper #menu li ul li a {
	background-color: white;
	background-image: url(../images/theme01/star_submenu.png);
	color: #6c4c00;
}
#wrapper #menu li ul li a:hover {
	background: #ac7900;
}


/* anchors */
a	{
	color: #c69a32;
	text-decoration: underline;
}
a:hover {
	color: #c69a32;
	text-decoration: underline;
}

a.button {
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    width: 160px;
    background: transparent url(/images/button_side_menu.png) 0px 0px no-repeat;
}
a.button:hover {
    background: transparent url(/images/button_side_menu.png) 0px -30px no-repeat;
}

#rColumn a.button
{
    margin: 10px 0px 0px 10px;
}

/* headers */
#theme01 #content h2 {
	color: #ca9a2e;
}

/* text */
#content {
	color: white;
}

/* rulers */
#content hr {
	border-color: #5a845a;
}

/* stars */
#lColumn li,#rColumn li {
	background: url(../images/theme01/star_yellow.png) no-repeat 10px 3px;
}
	* html #lColumn li, * html #lColumn li {
		background-image: url(../images/theme01/star_yellow_ie.png); /* no alpha transparency for IE6- */
	}
	
/* logo's */
#logo h1 a {
	background: url(../images/theme01/logo_wildhoeve_nl.png) no-repeat left top;
}
	* html #logo h1 a {
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/theme01/logo_wildhoeve_nl.png');
	}

