@charset "utf-8";

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
}

#container {
	position: relative;
	min-height: 100%;
	height:auto !important;
	height:100%;
}

#container strong {
	font-size: 13px;
}

#container a {
	color: #fff;
}

#container a:hover {
	text-decoration: underline;
}

#container p {
	margin: 10px 0 10px 0;
}

#container img {
	border: none;
}

#container table {
	border-collapse: collapse;
}

#container .italic {
	font-style: italic;
}

#container .view {
}

#container .hidden {
	display: none;
}

#container .clearboth {
	clear: both;
}

#container .clearboth .view {
}

#container .clearboth .hidden {
	display: none;
}

#container #navigation {
	width: 961px;
	height: 35px;
	margin: 0 auto;
	margin-top: 55px;
}

#container #navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#container #navigation ul li {
	float: left;
}

#container #navigation ul li a {
	height: 27px;
	display: block;
	color: #383838;
	text-decoration: none;
	padding: 8px 15px 0 15px;
	font-size: 13px;
	background-color: #c3c3c3;
	margin-right: 2px;
	font-weight: bold;
}

#container #navigation ul li a:hover {
	background-color: #dadada;
}
#container #navigation ul li.selected a {
	background-color: #fff;
}
#container #navigation ul li.selected a:hover {
	background-color: #fff;
	cursor: auto;
}
#container #sheet {
	width: 930px;
	height: 643px;
	background-color: #fff;
	margin: 0 auto;
	margin-bottom: 5px;

	padding: 19px 15px 20px 16px;
	position: relative;
	z-index: 0;
}
#container #sheet .arrowleft {
	height: 70px;
	width: 70px;
	position: absolute;
	z-index: 1;
	top: 300px;
	left: -10px;
}
#container #sheet .arrowleft a {
	height: 70px;
	width: 70px;
	display: block;
	background: url('../images/arrow/left.png');
	background-repeat: no-repeat;
	text-decoration: none;
}
#container #sheet .arrowleft a:hover {
	background: url('../images/arrow/lefthover.png');
	background-repeat: no-repeat;
}
#container #sheet .arrowright {
	height: 70px;
	width: 70px;
	position: absolute;
	z-index: 1;
	top: 300px;
	right: -10px;
}
#container #sheet .arrowright a {
	height: 70px;
	width: 70px;
	display: block;
	background: url('../images/arrow/right.png');
	background-repeat: no-repeat;
	text-decoration: none;
}
#container #sheet .arrowright a:hover {
	background: url('../images/arrow/righthover.png');
	background-repeat: no-repeat;
}
#container #sheet .black {
	background: url('../images/colors/black.png');
	background-repeat: repeat;
}
#container #sheet .brown {
	background: url('../images/colors/brown.png');
	background-repeat: repeat;
}
#container #sheet .green {
	background: url('../images/colors/green.png');
	background-repeat: repeat;
}
#container #sheet .mustard {
	background: url('../images/colors/mustard.png');
	background-repeat: repeat;
}
#container #sheet .orange {
	background: url('../images/colors/orange.png');
	background-repeat: repeat;
}
#container #sheet .red {
	background: url('../images/colors/red.png');
	background-repeat: repeat;
}
#container #sheet .left {
	width: 447px;
	height: 643px;
	float: left;
}
#container #sheet .right {
	width: 447px;
	height: 643px;
	float: right;
}
#container #sheet #content {
	width: 413px;
	height: 609px;
	padding: 17px;
}
#container #sheet #content.subpage {
	padding-top: 52px;
	height: 574px;
}
#container #sheet .lunch {
	background: url('../images/pages/elements/lunch.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}
#container #sheet .workshops {
	background: url('../images/pages/elements/workshops.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}
#container #sheet .groepen {
	background: url('../images/pages/elements/groepen.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}
#container #sheet .proeverijen {
	background: url('../images/pages/elements/proeverijen.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}
#container #sheet .specialethee {
	background: url('../images/pages/elements/specialethee.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}
#container #sheet .cadeaubonnen {
	background: url('../images/pages/elements/cadeaubonnen.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container #sheet .etenindeavond {
	background: url('../images/pages/elements/etenindeavond.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container #sheet #content .title {
	background-color: #fff;
	color: #231f20;
	text-transform: uppercase;
	margin: -52px -17px 0 0;
	float: right;
	font-size: 26px;
}
#container #sheet #content .title span {
	height: 24px;
	display: block;
	background: url('../images/title/corner.png');
	background-repeat: no-repeat;
	margin-left: -14px;
	padding: 9px 9px 0 17px;
}
#container #sheet #content .logo {
	margin: 30px 0 33px 0;
}
#container #sheet #content .bigger {
	font-size: 14px;
	font-weight: bold;
}
#container #sheet #content .little {
	font-size: 11px;
	margin-top: 30px;
	font-style: italic;
}

#container #sheet #content .little .tel {
	font-weight: bold;
	font-size: 12px;
}

input.verstuur { 
	margin: 0; 
	padding: 2px 3px; 
	background: #454545;
	color: #FFFFFF;
	cursor:pointer;
}

input.verstuur:hover { 
	margin: 0; 
	padding: 2px 3px; 
	background: #f5f5f5;
	color: #223b54;
	cursor:pointer;
}

#container #sheet #content p.meedoenbutton{
	float:right;
	padding-right:30px;
}