body {
    font-family: Verdana, Verdana, Geneva, sans-serif;
	background: url(../images/bg.jpg) top center no-repeat fixed;
    color:#000;
    font-size:12px;
    line-height:16px;
}

/*Mededeling op HOME*/
.mededeling {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  border: 1px solid #000;
  padding: 25px!important;
  margin-bottom: 20px;
  background: #E1D2AB;
  color:#000;
  text-align: center;
}




#container-wrapper {
    width:100%;
}
#logo-wrapper {
	width: 100%;
	height: 140px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.53);
	margin: 0 0 10px;
}
#logo-contact {
	width: 980px;
	margin: 0 auto;
}
#logo {
	background: url(../images/logo1.png) no-repeat scroll center top transparent;
    float: left;
    height: 168px;
    margin: 0;
    position: absolute;
    width: 950px;
    z-index: 999;
}
#slider-wrapper {
	width: 100%;
	height: 250px;

}
#slider {
    height:250px;
	width: 980px;
    background: url(../images/slider.jpg) top center no-repeat;
	box-shadow: 0 0 4px #000000;
	margin: 0 auto;
}
#menu-wrapper {
	width: 100%;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.53);
	margin: 10px auto;
}
#menu {
	margin: 0 auto;
	width: 980px;
    overflow:none;
    height:40px;
    line-height:30px;
    font-size:13px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.53);
	box-shadow: 0 0 50px #000;
}
#menu li {
    float:left;
    padding: 5px 0;
}
#menu a {
    padding: 0 0px 4px 0px;
    color:#BDAA91;
}
#menu ul li a:hover {
	color:#fff;
}
#menu li.active a, #menu li a:hover {
    color:#fff;
	background: none;
}

/*SUBMENU*/

#menu ul ul {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 1);
	border: 1px solid #443D34;
    border-radius: 0 0 3px 3px;
	margin: 0 0 0 17px;
}
#menu ul ul li {
	text-align: left;
}
#menu ul ul li a {
	text-align: left;
	padding: 0 24px 0 5px;
}
#menu ul ul li.active a {
	color:#BDAA91;

}
/*EINDE SUBMENU*/

/*KOLOMMEN*/
#kolom-wrapper {
	width: 100%;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.53);
	padding: 0 0 6px;
	height: 250px;
}
#kolommen {
    height: 230px;
    margin: 0 auto;
    text-align: left;
    width: 980px;
	clear: both;
	padding: 10px 0 0 0;
}
.kolomtitel {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	margin: 10px 0;
	text-align: center;
	line-height: 40px;
	text-transform:uppercase;
	background: url(../images/menu.png) no-repeat scroll left 10px top rgba(101, 91, 77, 0.56);
	padding: 0 0 0 15px;
	border-bottom: 1px solid #6A4E3E;
    border-top: 1px solid #6A4E3E;

}
.kolom1 {
	background: none repeat scroll 0 0 rgba(188, 169, 144, 0.67);
	float: left;
	height:100%;
	width: 300px;
	border-radius:5px;
	line-height: 22px;
	border: 3px solid #443D34;
	box-shadow: 0 0 5px #B5AC9A;
}
.kolom1 p {
	padding: 0;
}

#openingstijden {
	line-height: 10px;
    margin: 0 0 0 13px;
}
#openingstijden a {
	color: #000;
	text-decoration: underline;
}

.kolom2 {
	float: left;
	background: none repeat scroll 0 0 rgba(188, 169, 144, 0.67);
	height:100%;
	width: 320px;
	margin: 0 21px 0 21px;
	border-radius:5px;
	line-height: 22px;
	border: 3px solid #443D34;
	box-shadow: 0 0 5px #B5AC9A;
}
.kolom2 p {
	padding: 0 0px 0 15px;
}
.kolom2 a {
	color: #000;
	text-decoration: underline;
}
.kolom3 {
	float: left;
	background: none repeat scroll 0 0 rgba(188, 169, 144, 0.67);
	height:100%;
	width: 300px;
	border-radius:5px;
	line-height: 22px;
	border: 3px solid #443D34;
	box-shadow: 0 0 5px #B5AC9A;
}
.kolom3 p {
	padding: 0 30px 0 15px;
	border-left: 2px solid #2C170E;
    margin: 0 0 20px 25px;
}
.kolom3 a {
	color: #000;
	text-decoration: underline;
}
/*END KOLOMMEN*/

.product-titel {
	font-size:18px;
	font-weight:bold;
	text-align: left;
	margin: 0 0 5px 0;
}

.product {

	text-align: left;
}

#main-wrapper {
	width: 100%;
	overflow: hidden;

}
#main {
	margin: 0 auto 10px;
	width: 980px;
    overflow:auto;
}

#content {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.53);
    border: 1px solid #443D34;
    border-radius: 15px 15px 15px 15px;
    color: #B7B7B7;
    float: left;
    padding: 25px 33px 25px 25px;
    width: 595px;
	min-height: 432px;
}
#content a {
	color: #976940;
}
#facebook {
    background: rgba(0, 0, 0, 0.53);
    border: 1px solid #443D34;
    border-radius: 15px 15px 15px 15px;
    color: #B7B7B7;
    height: 50px;
    margin: 0 0 15px;
    width: 300px;
}
#facebook p {
    padding: 5px;
}

#rightbar {
	color: #B7B7B7;
    float: right;
    width: 306px;
}
#rightblock {
	background: rgba(0, 0, 0, 0.53);
    border: 1px solid #443D34;
    border-radius: 15px 15px 15px 15px;
    color: #B7B7B7;
    height: 140px;
    margin: 0 0 15px;
    width: 300px;
}
#gastenboek {
	height: 100px;
    padding: 0 0 0 45px;
    width: 250px;
}
.rightblock1 {
	background: url(../images/menu-bg.png) no-repeat scroll center top 40px rgba(0, 0, 0, 0.53);
    border: 1px solid #443D34;
    border-radius: 15px 15px 15px 15px;
    color: #B7B7B7;
    height: 325px;
    margin: 0 0 15px;
    width: 300px;
}

#aanbieding {
	float: right;
    height: 158px;
    margin: 22px 10px 0 0;
    width: 140px;
}
#aanbieding a {
	color: #000;
	text-decoration: underline;
}

.rightblock1 p {
	color: #010101;
    float: right;
    margin: 5px 23px 0 0;
    text-align: center;
    width: 100px;
}
.rightblock1 span {
	font-size:20px;
	font-weight: bold;
}
.rightblock2 {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.53);
    border: 1px solid #443D34;
    border-radius: 15px 15px 15px 15px;
    color: #B7B7B7;
    height: 281px;
    width: 300px;
}
.rightblock2 p {
	border-left: 2px solid #CCCCCC;
    margin: 0 0 20px 25px;
    padding: 0 10px 0 15px;
}
.titel {
	border-bottom: 1px solid #857664;
    color: #857664;
    font-size: 15px;
    font-weight: bold;
    margin: 10px;
	text-transform: uppercase;
}
#twitter {
	margin: 30px 0 0 0;
}

#footer-wrapper {
	width: 100%;
}
#footer {
	width:980px;
	height:30px;
	margin: 0 auto;
    clear:both;
    font-size:11px;
	text-align: center;
	color:#B7B7B7;
}
#footer a {
    color:#B7B7B7;
}
#footer a:hover {
    text-decoration:underline;
}

.text p, .text ul, .text ol, .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    padding: 0 0 15px 0;
}
.text ul, .text ol{
    padding: 0 0 15px 25px;
    list-style:disc;
}
.text ol{
    list-style:decimal;
}
.text table {
	margin: 0 0 15px 0;
}
.text td {
    vertical-align:top;
}
.text a, #twitterfeed a {
    color:#0000EE;
}
.text a:hover {
    text-decoration:underline;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size:20px;
	line-height:22px;
	font-weight:normal;
	color:#;
}
.text h1 {
    font-size:24px;
	line-height:26px;
}

#twitterfeed {
    padding:3px;
    color:#666;
}
#twitterfeed a.favorite {
    display:none;
}
#twitterfeed span.meta, #twitterfeed span.status  {
    display:block;
}
#twitterfeed span.meta a {
    font-size:11px;
    color:#999;
}
#twitterfeed a:hover {
    text-decoration:underline;
}
#twitterfeed li {
    margin-bottom:8px;
    padding-bottom:8px;
    border-bottom: 1px solid #999;
}
#twitterfeed li:last-child {
    border-bottom: 0px solid #999;
}
