html, body {
    color: #651C10;
}

a { color: #e77529; text-decoration: none; }
a:hover { color: #651C10; text-decoration: none; }

h1 { color: #651C10; }
h2 { color: #651C10; }

input[type="text"] { color: #564703; background: #ffffff; }
input[type="text"]:focus { border: 1px solid #e77529; }
input[type="password"] { color: #564703; background: #ffffff; }
input[type="password"]:focus { border: 1px solid #e77529; }
button { color: #651C10; background: #e6e4d9; }
button:hover { border: 1px solid #e77529; color: #e77529; }
select { color: #651C10; background: #ffffff; }
select:focus { border: 1px solid #e77529; }
textarea { color: #651C10; background: #ffffff; }
textarea:focus { border: 1px solid #e77529; }



#headercontainer { width: 100%; background: #651c10; min-height: 50px; }

#slidercontainer { width: 100%; background: #e6e4d9; }

#datacontainer { background: #ffffff url('../images/bg_data_gastronomy.jpg') repeat-x bottom center; width: 100%; }

#footercontainer { width: 100%; background: #651C10; color: #e7e7e7; }
#footercontainer a { color: #e77529; }
#footercontainer a:hover { color: #e7e7e7; }