@charset "UTF-8";

/*
Website Name: het Bakkershuys
Version: 1
Author: Tim Swinkels
Author URI: http://www.buro-3.nl/
*/

@import url(reset.css);

html, body {height: 100%;}

#website { min-height: 100%; }
#wrap { overflow:auto; margin: auto; padding-bottom: 300px; width: 600px; }  /* must be same height as the footer */ 
#wrap h1 { height: auto; margin: 20px; width: auto; }
#wrap h2 { color: #c18d41; font-family: Georgia; font-size: 45px; font-style: italic; text-align: center; margin: 40px; }
#wrap p { color: gray; font-family: Arial; font-size: 13px; font-style: normal; text-align: center; margin: 20px; }
#wrap a { color: gray; display: inline; }
#wrap a:hover { color: #b07c24; }
#footer { background: url(/_images/bg.jpg) bottom no-repeat; position: relative; margin-top: -300px; /* negative value of footer height */ height: 300px; clear:both; }

#assortimentslijst { background: #e1a747; border: white 1px solid; border-radius: 6px; box-shadow: 0px 0px 5px silver; color: #2c1a0a !important; display: block !important; font-family: "Ubuntu", "Georgia"; font-size: 18px; font-weight: 700; letter-spacing: 0.1em; margin: 40px auto 0; padding: 15px 20px; text-align: center; text-decoration: none; width:250px; }
#assortimentslijst:hover { border: 1px #fce5bc solid; box-shadow: 0px 0px 8px gray; color: black; margin-top: 39px; }

/*Opera Fix Sticky Footer*/
body:before { content:""; height:100%; float:left; width:0; margin-top:-32767px; }