html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, font, img, strong, sub, sup,b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, table, caption,tr, th, td {
	border:0;
	margin:0;
	padding:0;
	outline:0;
} 
html {
    overflow-y: scroll;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../img/bkgr-body.png);
	background-repeat: repeat-x;
	background-color: #834E4A;
}
#header {
	height: 198px;
	position: relative;
}
#title {
	position: absolute;
	left: 0px;
	top: 39px;
}

#slideshow {
	position: absolute;
	top: 49px;
	left: 261px;
}

#wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#column_wrapper {
	background-image: url(../img/bkgr-columnwrapper.jpg);
	background-repeat: repeat-y;
	background-position: 4px 0px;
	margin-bottom: 16px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 260px;
	float: left;
}
#right {
	width: 418px;
	float: left;
}
#right-wide {
	width: 650px;
	float: left;
}
#left {
	width: 262px;
	float: left;
}
#center .content {
	font-size: 13px;
	line-height: 18px;
	color: #D6D6D6;
	padding-top: 24px;
	padding-right: 10px;
	padding-bottom: 24px;
	padding-left: 20px;
}
#left .content {
	line-height: 16px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 24px;
	padding-left: 18px;
	color: #A4A4A4;
	font-size: 12px;
}
#right .content, #right-wide .content {
	padding: 24px;
	font-size: 13px;
	line-height: 18px;
	color: #D6D6D6;
}
#right-wide .content {
	padding-right: 0px;
}

#masthead .content {
	padding: 12px 16px;
}
#footer .content {
	padding-top: 24px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 24px;
}
#footer {
	color: #999999;
	font-size: 13px;
	clear: both;
	background-image: url(../img/bkgr-footer.png);
	background-repeat: repeat-x;
	height: 146px;
	background-color: #553532;
	position: relative;
}
#footer-leftbottom {
	position: absolute;
	left: 30px;
	bottom: 0px;
	width: auto;
}
#footer-rightbottom {
	position: absolute;
	right: 30px;
	bottom: 0px;
	width: auto;
}
#socialnet {
	position: absolute;
	top: 68px;
	left: 756px;
}
#socialnet img {
	margin-right: 10px;
}


#divider {
	position: absolute;
	left: 239px;
	top: 198px;
	height: 446px;
	width: 22px;
	background-image: url(../img/bkgr-gutter.png);
	background-repeat: repeat-x;
}
/* AGENDA */
.agenda p {
	margin-bottom: 8px !important;
}
.agendadate {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #911F2D;
	letter-spacing: 2px;
	padding-bottom: 2px;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #911F2D;
	font-weight: bold;
	margin-top: 20px;
}
h2.agendatitle {
	color: #711C15;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 12px;
}
/* SHAREBUTTONS*/
.sharebuttons {
	position: absolute;
	height: 24px;
	width: auto;
	top: 201px;
	right: 12px;
}
.sharebuttons p{
	display: inline;
	margin: 0px;
	padding-right: 6px;
	float: left;
	line-height: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #D6D6D6;
}
.addthis_toolbox {
	display: inline;
}

/* TOP NAVIGATION */

#p7PMM_1 {
	position: absolute;
	left: 0px;
	top: 0px;
	
}

/* CYCLE PLUGIN STYLES*/

.pics { height: 139px; width: 675px; padding:0; margin:0; overflow: hidden }
.pics img { height: 139px; width: 675px; top:0; left:0 }

/* LEFT NAVIGATION */

#leftnav {
	padding-left: 10px !important;
	
}
#leftnav li{
	list-style-type: none;
	padding-bottom: 6px;
	background-image: none;
	padding-left: 0px;
}
#leftnav a:link, #leftnav a:visited {
	color: #D01A31;
	background-image: url(../img/arrow-leftcolumn.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
}
#leftnav a:hover, #leftnav a:active, #leftnav a.active {
	color: #DA8450 !important;
	text-decoration: none;
	background-image: url(../img/arrow-leftcolumn2.gif);
}

/* TEXT STYLES */

h1 {
	font-size: 18px;
	margin-bottom: 16px;
	text-transform: uppercase;
	color: #911F2D;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #711C15;
	margin-bottom: 8px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #534848;
	margin-bottom: 12px;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.nomarginbottom {
	margin-bottom: 0px;
}

.content p {
	margin-bottom: 16px;

}
#left .content p {
	margin-bottom: 8px;
}
p.date {
	font-size: 14px;
	font-weight: bold;
	color: #A4A4A4;
	margin-top: 18px;
	letter-spacing: 1px;
	margin-bottom: 0px !important;
}


/* LINKSTYLES */

a:link {
	color: #D6D6D6;
}
a:visited {
	color: #D6D6D6;
}
a:hover {
	color: #711C15;
	text-decoration: none;
}
#left a:link, #left a:visited {
	color: #E7384F;
}
#left a:hover, #left a:active {
	color: #E7384F;
	text-decoration: none;
}
#footer a {
	letter-spacing: 1px;
}

#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {
	color: #D9BDBB;
	text-decoration: none;
}

/* BUTTONS */

.btn{
	height: 27px;
	width: 137px;
	margin-bottom: 1.4em;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.btn a{
	display: block;
	position: relative;
	overflow: hidden;
	height: 27px!important;
	width: 137px;
	cursor: pointer;
	text-align: center;
}

.btn a span {
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
a#btn-bestel span {
	background-image: url(../img/btn-bestellen.jpg);
	background-position: left top;
}
a#btn-bestel:hover span {
	background-position: left bottom; 
}
.btn2, .btn3{
	height: 56px;
	width: 195px;
	margin-bottom: 1.4em;
	margin-right: 0px;
	position: relative;
}
.btn3{
	height: 32px;
	width: 165px;
}
.btn2 a, .btn3 a{
	display: block;
	position: relative;
	overflow: hidden;
	height: 56px!important;
	width: 195px;
	cursor: pointer;
	text-align: center;
}
.btn3 a{
	height: 32px!important;
	width: 165px;
}
.btn2 a span, .btn3 a span {
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
a#btn2-teken span {
	background-image: url(../img/btn-gastenboek.jpg);
	background-position: left top;
}
a#btn3-agenda span {
	background-image: url(../img/btn-agenda.jpg);
	background-position: left top;
}
a#btn2-teken:hover span {
	background-position: left bottom;
}
a#btn3-agenda:hover span {
	background-position: left bottom;
}


/* FORMSTYLES */

#reservatieform {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;
}
input {
	background-color: #DEC7C5;
	border: 1px solid #666;
	padding: 4px;
	color: #333;
	width: 400px;
}
textarea {
	background-color: #DEC7C5;
	border: 1px solid #666;
	padding: 4px;
	color: #333;
	height: 140px;
	overflow: hidden;
	width: 400px;
}
#nosubscribe {
	width: 20px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
.button {
	cursor: pointer;
	background-color: #CCC;
	border: 1px solid #5E5642;
	padding: 6px;
	width: 120px;
}
.button:hover {
	background-color: #911F2D;
	color: #E1E1E1;
}

/***** Global Classes *****/

.clearfloat 	{
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0px;}

.float-left 	{ float:left; }
.float-right 	{ float:right; }
img.floatRightClear {
	float: right;
	clear: right;
	margin-bottom: 2px;
	margin-left: 16px;
	margin-top: 8px;
}
img.floatLeftClear {
	float: left;
	clear: left;
	margin-bottom: 10px;
	margin-right: 24px;
}
.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }
.text-small {
	font-size: 9px;
}
.text-red {
	color: #FF3E3E;
}



.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{
	float:right;
	border: 1px solid #D6D6D6;
	padding: 3px;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 10px;
}

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }


.brdr {
	border: 1px solid #4C2E2C;
}

