body {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}



div.content {
	position: relative;
	width: 700px;
	height: 850px;
    margin: 0px auto;
	top: 20px;
	background-color: #FFFFFF;
}

div.login {
	position: relative;
	width: 400px;
	height: 100px;
    margin: 0px auto;
	top: 0px;
	background-color: #e4e4e5;
}

div.menu {
	position: absolute; 
	top: 150px; 
	left: 30px; 
	width: 660px; 
	height: 500px; 
	overflow: auto; 
	background-color: #EEEEEE;
}

div.buttonsMenu {
	position: absolute; 
	width: 450px; 
	height: 20px; 
	left: 30px; 
	top: 130px; 
	background-color: #15305d;
	font-family: verdana;
	font-size: 11px;
	z-index: 1;
}

div.buttonMenu {
	position: absolute; 
	top: 0px; 
	width: 150px; 
	height: 20px; 
	color: white;
	z-index: 100;
}

div.keuzemenu {
	position: absolute;
	top: 70px; 
	left: 30px;
}

div.message {
	position: absolute;
	width: 500px;
	height: 30px;
	font-weight: bold;
	color: red;
	left: 30px;
	top: 220px;
	z-index: 9999999;
}

div.message2 {
	position: absolute;
	width: 500px;
	height: 20px;
	top: 455px;
	font-weight: bold;
	color: red;
	left: 75px;
	margin: 0 auto;
	text-align:center;
	padding: 10px;
	background-color: white;
	border: solid 1px #CCC;
	-moz-opacity:0.9;
	filter:alpha(opacity=90);
	z-index: 9999999;
}

div.menukaart {
	margin-top: 10px;
	border: solid 0px white;
	position: relative; 
	height: 650px; 
	width: 495px;
	overflow: auto;
	scrollbar-arrow-color: #014782;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #53504C;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-shadow-color: #53504C;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
}

div.events {
	position: relative;
	top: 80px;
	margin-left: 10px;
	margin-right: 10px;
	width: 680px;
	height: 500px;
	border: solid 1px #EEE;
}

div.events_list {
	position: relative;
	margin-left: 10px;
	width: 660px;
	height: 530px;
	overflow: auto;
	background-color: #EEE;
	margin-top: 0px;
}

div.event_menu {
	position: relative;
	background-color: #FFF;
	width: 670px;
	height: 50px;
	text-indent: 10px;
	padding: 5px;
	border-top: solid 1px #000;
}

div.buttonEvent {
	background-color: #FFF;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: solid 1px #CCCCCC;
	float: left;
	text-transform: capitalize;
	margin-right: 2px;
	cursor: pointer;
}

div.linkbutton {
	margin-top: 10px;
	background-color: #FFF;
	padding: 2px;
	border: solid 1px #DDD;
	position: relative;
	width: 150px;
	cursor: pointer;
	float: left;
	left: 175px;
}

div.pageNr {
	position:relative; 
	width: 24px; 
	background-color: #739abd;
	color: white;
	border: solid 1px #EEEEEE;
	margin-left: 2px; 
	text-align: center;
	left: 50px;
	float: left;
	top: -12px;
	cursor: pointer;
}

div.email_verstuurForm {
	width: 380px; 
	height: 380px; 
	border: solid 1px black; 
	font-family: verdana, arial; 
	font-size: 11px; 
	color: #333333;
}



table.email_verstuurForm {
	font-family: verdana, arial;
	font-size: 11px;
	color: #333333;
	margin: 10px;
}	

table.form {
    margin: 0px auto;
	margin-top: 50px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	background-color: #DDDDDD;
}

table.gerecht {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	background-color: #15305d; 
	border-collapse: collapse;
	margin-left: 10px;
}

table.mKaart {
	border: solid 0px #CCCCCC;
	width: 96%;
	background-color: #eef1fa;
	margin-bottom: 20px;
	font-family: verdana; 
	font-size: 11px;
	color: #53504C;
	border-collapse: collapse;
	margin-top: 20px;
}

th.mKaart {
	background-color: #014984;
	color: #FFF;
	height: 20px;
	text-indent: 2px;
}

td.mKaartTitel {
	font-weight: bold;
}

td.mKaartPrijs {
	font-style: italic;
}

tr.gerecht {
	background-color: white;
	height: 10px;
}

th {
	text-align: left;
	color: white; 
}

th.standaard {
	text-align: left;
	color: #333333;
}

th.login {
	width: 400px;
	background-color: #2c67dd;
	color: #FFFFFF;
	text-align:left;
}

table.event {
	width: 650px;
	margin-left: 5px;
	margin-top: 10px;
	border-collapse: collapse;
}

tr.event {
	background-color: #f4f4f4;
	border: solid 0px red;
}

td.subj {
	width: 250px;
	padding-top: 5px;
	padding-left: 5px;
	vertical-align:top;
}

td.input {
	width: 400px;

}

td.whitespace {
	height: 5px;
}

table.event_list {
	margin: 0px auto;
	width: 600px;
	background-color: #FFF;
	border-collapse: collapse;
	border: solid 3px #FFF;
}

tr.event_list {
	border: solid 1px black;
}

td.event_list {
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #EEEEEE;
}

td.event_list_title {
	background-color: #2c67dd;
	color: #FFF;
	padding: 5px;
	font-weight: bold;
}	

td.event_list_date {
	background-color: #DDD;
	text-indent: 5px;
	font-weight: bold;
	color: #333333;
	border: solid 1px #CCCCCC;
}


table.calendar {
	width: 100px;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #336D9B;
	float: right;
	font-weight: bold;
}

table.simple {
	font-family: Arial,Helvetica,sans-serif;
	color: 53504C;
	font-size: 8pt;
	vertical-align:top;
}

td.cal {
	background-color: #739abd;
	text-align:center;
	border: solid 1px #FFFFFF;
}



table.custEvents {
	background-color: #FFFFFF;
	margin-left: 1px;
	border: solid 1px #EEE;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #336D9B;
	border-collapse: collapse;
}

td.monthcustEvents {
	background-color: #FFFFFF;
	color: #53504b;
	font-weight: bold;
	padding: 5px 5px 20px 5px;  
	font-size: 14px;
}

td.titelcustEvents {
	background-color: #739abd;
	color: #FFF;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	width: 100px;
}

td.custEvents {
	background-color: #e7eff7;
	color: #53504b;
	padding-left: 5px;
	padding-right: 5px;
}

td.titelinfoEvent {
	background-color: #e7eff7;
	color: #53504b;
	padding-left: 5px;
	padding-right: 5px;
}

td.infoEvents {
	background-color: #FFFFFF;
	color: #53504b;
	padding-left: 5px;
	padding-right: 5px;
}



td.titelsearchEvents {
	background-image:url('../evenementen/backgr.jpg');
	color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
}



table.exCh {
	border: solid 1px #DDD;
	border-collapse: collapse;
	background-color: #f4f4f4;
}

tr.exCh {
	padding: 5px;
}

td.exChTitle {
	width: 300px;
	padding: 5px;
}

td.exChContent {
	width: 20px;
	padding: 5px;
}



td.exchange_list {
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #EEEEEE;
}

td.exchange_list2 {
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #EEEEEE;
	color: #0053a1;
	text-align: left;
	font-weight: bold;
}

td.exchange_list_title {
	background-color: #555555;
	color: #FFF;
	padding: 2px;
}	




input.login {
	background-color: white;
	font-family: verdana;
	font-size: 11px;
	color: #333333;
}

input.submit {
	width: 100px;
	font-size: 11px;
	font-weight: bold;
	background-color: #CCCCCC;
}

textarea {
	background-color: white;
	font-family: verdana;
	font-size: 11px;
	color: #333333;
}

option {
	font-family: verdana;
	font-size: 11px;
	color: #333333;
}

input.checkbox {
	width: 24px;
	height: 24px;
	border: solid 1px #DDD;
	background-color: #f4f4f4;
}

select.list {
	font-family: verdana;
	font-size: 11px;
	color: #333333;
}

img {
	border: solid 0px #FFFFFF;
}

a:active.button {
	text-decoration: none;
	color: #2c67dd;
}
a:link.button {
	text-decoration: none;
	color: #2c67dd;
}
a:visited.button { 
	text-decoration: none;
	color: white; 
}
a:hover.button { 
	text-decoration: underline; 
	color: white;
}



a:link.event{
	text-decoration: none;
	color: white;
}
a:visited.event { 
	text-decoration: none;
	color: white; 
}
a:hover.event { 
	text-decoration: underline; 
	color: white;
}



a:link.event2{
	text-decoration: none;
	color: #777;
}
a:visited.event2 { 
	text-decoration: none;
	color: #555; 
}
a:hover.event2 { 
	text-decoration: underline; 
	color: #333;
}



a:link.event3{
	text-decoration: none;
	color: #FFF;
}
a:visited.event3 { 
	text-decoration: none;
	color: #EEE; 
}
a:hover.event3 { 
	text-decoration: underline; 
	color: #DDD;
}


.size20 { width: 20px; }
.size50 { width: 50px; }
.size100 { width: 100px; }
.size150 { width: 150px; }
.size200 { width: 200px; }
.size300 { width: 300px; }
.size400 { width: 400px; }

.center { text-align: center; }
.bold { font-weight: bold; }
.colorLight { background-color: #EEEEEE; }
