/* CSS bakkerij de Lekkerbek */

body {margin:0; padding:0; background-color:#F4F2CA; text-align:center; font-size:small; font-family:Arial, Helvetica, sans-serif; color:#503E1A;}
a, img {outline:none;}
#wrapper {margin:0 auto; width:950px; text-align:left;}
#header {height:150px;}
#content {background:#fff url(../img/bg_content.jpg) top left repeat-y; float:left; width:950px; padding:10px 0;}
#left {width:285px; float:left;font-size:12px;}
#left dl {color:#fff; margin:0 0 30px 0; padding:0;}
#left dl a {color:#fff; text-decoration:none;}
#left dt {font-weight:bold; margin:0 0 0 10px; padding:10px 0 0 0;}
#left dt a {padding:0 0 0 20px; display:block;}
#left dt a:hover {background:url(../img/bg_hover.jpg) center left no-repeat;}
#left dt a.actief {background:url(../img/bg_hover.jpg) center left no-repeat;}
#left dd {margin:0 0 0 25px; padding:3px 0;}
#left dd a {padding:0 0 0 20px; display:block;}
#left dd a:hover {background:url(../img/bg_hover.jpg) center left no-repeat;}
#left dd a.actief {background:url(../img/bg_hover.jpg) center left no-repeat;}
#left #logo img {margin:0 0 20px 55px;}
#right {width:590px;float:left;}
#right #slogan {color:#940100; float:right; font-weight:bold; font-style: italic; font-size:110%; font-family:Georgia, "Times New Roman", Times, serif;}
#right h1 {font-size:110%; clear:both;}
#right img {border:1px solid #960103; margin-right:30px; padding:2px;}

#contact {width:400px; margin-bottom:10px; margin-top:20px;}
#contact label {float:left; width:80px; padding:0; margin:5px 10px 10px 10px;}
#contact br {clear:left;}
#contact input {margin:5px 0; border:1px solid #4E3F18; padding-left:5px;}
#contact .btSubmit {margin-left:155px; margin-right:15px; background-color:#4E3F18; color:#fff; border:none; padding:3px 6px;}
#contact textarea {margin:0; border:1px solid #4E3F18;}


#footer {clear:both;height:70px;}

/*classes*/
.highlighted {font-weight:bold; color:#4E3F18;}


