/* wine theme  */
/*************/

/* colorize structure elements */
h1, h2, h3, h4, h5, h6, strong, em, a:link, a:visited, dt { color: #a49d0c; }
a:hover, a:active, a:focus { color: #000; }

/* show active theme white */
#tmwein, #tmwein h1{ display: block; height: 20px; background-color: #fff; color: #799d17; }

/* colorize the top menu and the content images */
#ptmenu a:hover, #ptmenu a:active, #ptmenu a:focus, #pcontent .imagetexts, .imagetexts a  { 
	color: #fff; background-color: #a49d0c;
}
#ptmenu li:hover h1, #ptmenu ul li.over h1{ color:#a49d0c; }

/* colorize and give background for header and footer */
#ptop, #pbottom, #pbottom a:link, #pbottom a:visited {
	background-image: url(../img/layout/hg_wein.jpg);color: #fff;
}
#pbottom a:hover, #pbottom a:active, #pbottom a:focus { background-color: #a49d0c; color: #000; }

