* { 
    box-sizing      : border-box; 
    -moz-box-sizing : border-box; 
}
body, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

body {
	text-align: center;
	padding: 0;
	margin: 0;
	background-color: #d6d9db;
}

#pageWrapper {
	width: 980px;
	height: 100%;
	margin: auto;
	background-color: #4198b4;
}

/* home */
#home_leftCol {
	width: 225px;
	background-image: url(../_Images/home_leftCol_bg.jpg);
	background-repeat: repeat;
	background-repeat: no-repeat;
}
#home_midCol {
	background-image: url(../_Images/home_content_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#home_midCol #main {
	width: 450px;
}
/* */

#header{
	height: 170px;
	width: 100%;
	background-color: #4198b4;
	position: relative;
	background-image: url(../_Images/header_bg.jpg);
	background-repeat: no-repeat;
}


#columns {
	width: 100%;
	height: 100%;
}
#leftcol{
	width: 225px;
	background-color: #4198b4;
	background-image: url(../_Images/leftCol_bg_repeat.jpg);
	background-repeat: repeat-y;
	background-position: 0px 560px;
}
#midCol {
	width: 555px;
	width: 655px;
	background-image: url(../_Images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#rightCol {
	width: 200px;
	width: 100px;
	xbackground-color: Red;
}


/* header elements
-------------------------------------------------- */


#breadcrumbs {
	position: absolute;
	top: 140px;
	left: 238px;
	font-size: 11px;
	color: #4198b4;
}
#breadcrumbs a{
	color: #4198b4;
	text-decoration: underline;
}


/* Hoofdnavigatie - horizontale list */
#hoofdnav {
	position: absolute;
	top: 85px;
	left: 238px;
}
#hoofdnav ul {
	margin: 0;
	padding: 0;
}
#hoofdnav li {
	display: inline;
	padding: 0;
	margin: 0;
	margin-right: 120px;
}
#hoofdnav #mainLink1 a {
	padding-right: 85px;
}
#hoofdnav a {
	color: #ee9cdc;
	float: left;
	width: auto;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: normal;
	padding-right: 13px;
}
#hoofdnav a:hover {
	color:#fff;
	text-decoration: none;
}
#hoofdnav a.active, #hoofdnav a.active:hover {
	color: #ffffff;
	text-decoration: none;
}


/* leftCol
-------------------------------------------------- */
#navigatie {
	background-image: url(../_Images/leftCol_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 560px;
}
#navigatie ul {
	margin: 0;
	margin-left: 90px;
	padding: 0;
}
#navigatie ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigatie ul li a {
	display: block;
	width: 100%;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #ed9ddc;
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;
}
#navigatie ul ul li {
	padding-left: 20px;
}

#navigatie ul li a:hover{
	text-decoration: none;
	color: #fff;
}
#navigatie ul li .parent{
	background-image: url(../_Images/plus_blue.gif);
	background-repeat: no-repeat;
}
#navigatie ul li .active{
	font-weight: bold;
	color: #fff;
}

/* midCol
-------------------------------------------------- */
#main {
	padding-left: 13px;
	line-height: 16px;
	xfont-size: 11px;
}
#main td {
	line-height: 16px;
}

#main li{
	list-style: square;
	color: #fff;
}
#main a{
	color: #fff;
	font-size: 11px;
	xtext-decoration: underline;
}
#main a:hover{
	text-decoration: underline;
	color: #47266b;
}
#main h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
}
#main h3 {
	color: #008CE6;
	margin: 0;
	margin-bottom: 20px;
}

#main hr, hr {
	color: #ef99da;
	background-color: #ef99da;
	height: 1px;
	border: none;
}
#main strong, #main b {
	xcolor: #47266b;
}
#main h3 {
	color: #47266b;
	font-size: 11px;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

#main img {
	border-color: #47266b;
}

#tableNews td {
	border-bottom: 1px solid #ef99da;
	padding-top: 10px;
	padding-bottom: 10px;
}
#tableNews img {
	border: 1px solid #47266b;
}


/* rightCol
-------------------------------------------------- */

.homeBox {
	width: 220px;
	height: 260px;
	color: #b446a5;
	background-image: url(../_Images/lijst.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	padding: 35px;
	overflow: auto;
}

.homeBox h3 {
	margin: 0;
	color: #da85ac;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 5px;
	font-weight: bold;
}
.homeBox a {
	font-size: 11px;
	color: #da85ac;
	text-decoration: none;
}
.homeBox a:hover {
	text-decoration: underline;
}

.box{
	width: 182px;
	border: 5px solid #e8c494;
	background-color: #47266b;
	margin: 10px;
	margin-bottom: 20px;
	padding: 2px;
	color: #b446a5;
}
* html .box img {
	margin: 0 0 -3px;
}

.box .padding {
	padding: 10px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}

.box h3 {
	margin: 0;
	color: #da85ac;
	padding: 4px 10px 4px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
}
.box p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	margin-top: 0;
	margin-bottom: 0;
	color: #b446a5;
}
.box a {
	font-size: 10px;
	color: #da85ac;
	text-decoration: underline;
}
.box a:hover {
	text-decoration: underline;
}

/* Specifieke styles voor Shop */
table.productCategories {
	width: 100%;
}
table.productCategories img {
	border: 1px solid #47266b;
	margin-top: 5px;
	margin-bottom: 5px;
}
table.productCategories a {
	font-weight: bold;
}

table.products {
	width: 100%;
}
table.products tr {
	xmargin-bottom: 10px;
}
table.products img {
	border: 1px solid #47266b;
	margin-bottom: 5px;
	margin-top: 5px;
}
table.products a {
	font-weight: bold;
}

textarea {
	background-color: #4198b4;
	border: 1px solid #fff;
	width: 300px;
	height: 50px;
}

.imageBorder {
	border: 1px solid #47266b;
}

.button {
	border: none;
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	background-color: #b12832;
	text-decoration: none;
	cursor: hand;
}
#main a.buttonLike {
	border: none;
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #b12832;
	text-decoration: none;
}
#main a.buttonLike:hover {
	text-decoration: underline;
	color: #ffffff;
}

.textField, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #55a2bc;
	border: 1px solid #fff;
	color: #ffffff;
	margin-bottom: 2px;
}
select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #55a2bc;
	color: #ffffff;
	margin-bottom: 2px;
	padding: 0;
}

#main .pageNumberNavigation {
	xborder: 1px solid #ffffff;
	display: block;
}
#main .pageNumberNavigation span {
	background-color: #55a2bc;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	border: 1px solid #55a2bc;
}
#main .pageNumberNavigation a {
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	background-color: #b12832;
	text-decoration: none;
	border: 1px solid #b12832;
}
 #main .pageNumberNavigation a:hover {
 	color: #ffffff;
 	text-decoration: underline;
 }

#main .pageNumber, #main .pageNumber:hover {
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	background-color: #b12832;
	border: 1px solid #b12832;
	text-decoration: none;
}
#main .pageNumberNavigation .pageNumberCurrent {
	font-weight: bold;
	border: 1px solid #fff;
}

.styledTable {
	
}
td.feestkaart {
	background-color: #55a2bc;
	padding: 5px;
}
.feestkaart img {
	border: 1px solid #47266b;
	margin-bottom: 5px;
	margin-top: 5px;
}
