html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
	
body {
    background-color: #fff;
	color: #050505;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align: top;
}

th {	
	padding-left: 3px;
	padding-right: 3px;
}

td {
	vertical-align: top;
	padding-left: 3px;
	padding-right: 3px;
}

select {
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: none;
	border-left: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	outline: 0;
}

input, textarea {
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: none;
	border-left: none;
	text-indent: 2px;
	outline: 2px;
}

h1 {
	color: #000000;
	font-size: 40px;
	font-weight: bold;
	line-height: 52px;
}

h2 {
	color: #ff0000;
	font-size: 20px;
	font-weight: bold;
}

a,  a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #111;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #111;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

a:focus {
	color: #111;
}

a:active {
	color: #262499;
}

a.prevlink, a.nextlink, a.addlink, a.terug {
	color:black;
}

a.prevlink {
	padding-left: 20px;
	margin-right: 10px;
}

a.nextlink {
	padding-right: 20px;
	margin-left: 10px;
}

a.popup table{
  display: none;
}

a.popup:hover table{
	color: #000000;
	display: block;
	position: absolute;

	z-index:5000;
    border:1px solid #013684;
    background-color: #ffffff;
}
	
table.content {
	vertical-align: top;
	border: none;
	padding: 0px;
	outline: 0;
	border-collapse: collapse;
	width: 100%;
}

.verwerk {
	position:absolute; top:0;	left:0;
	width: 100%;
	height: 100%;
	background-image: url('../images/pixel.gif');
	vertical-align: middle;
}

tr.altcol1, tr.altcol2, tr.altcol3, tr.altcol4, tr.altcol5 {
	line-height: 22px;
	cursor: pointer;
    width: 100%;
}

tr.altcol1 {
	background-color:#FFBBBB;
}

tr.altcol2 {
	background-color:#FFDDDD;
}

tr.altcol3 {
	background-color: #55ff55;
}

tr.altcol4 {
	background-color: #ff5555;
}

tr.altcol5 {
	background-color: #93ff93;
}
	
tr.altcol1:hover, tr.altcol2:hover, tr.altcol3:hover, tr.altcol4:hover, tr.altcol5:hover {
	background-color:#000000;
	color: #FF0000;
}

tr.bier {
	background-color:#80ff80;
	line-height: 20px;
	}

tr.afzeggen {
	background-color:#ff8080;
	line-height: 20px;
	}

tr.aanmelden {
	background-color:#93ff93;
	line-height: 20px;
	}
	
tr.forum {
	background-color:#dddddd;
	line-height: 20px;
	}

.nondisp {
	visibility: hidden;
}

.navbutton {
	border : 1px;
	border-color: #eeeeee;
	border-style: outset;
	padding-left: 5px;
	padding-right: 5px;
}

.navbutton:hover,.bierbutton:hover, .afzbutton:hover  {
	cursor: pointer;
}

.navbutton:active {
	border : 1px;
	border-color: #eeeeee;
	border-style: inset;
	padding-left: 5px;
	padding-right: 5px;
}

.bierbutton {
	border : 1px;
	font-weight: bold;
	background-color:#00ff00;
	border-color: #40ff40;
	border-style: outset;
	padding-left: 5px;
	padding-right: 5px;
}

.bierbutton:active {
	border-style: outset;
}

.afzbutton {
	border : 1px;
	font-weight: bold;
	background-color:#ff0000;
	border-color: #ff4040;
	border-style: outset;
	padding-left: 5px;
	padding-right: 5px;
}

.afzbutton:active {
	border-style: outset;
}

.error {
	color: #FF0000;
	font-weight: bold;
}

.outerWrapper {
    background: url('../images/corner1.png') no-repeat top left;
    position: relative;
	background-color:#FFF;
	margin: 10px auto 0;
	padding: 0px;
	width: 98%;
}

.corner {
    background: url('../images/corner2.png') no-repeat top left;
}

.subfile, .subfile td, .subfile th {
	border: 0px;
	border-collapse: collapse;
}
.subfile {
    width:100%;
	padding: 0px;
	outline: 0;
}
.subfile thead {
	padding-left: 3px;
	padding-right: 3px;
	background-color: #FF0000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

/* DatePicker jQuery aanpassing */
.ui-datepicker{ 
	z-index: 2000 !important;
}

#content {
    position: relative;
	vertical-align: top;
	margin: 0px;
	padding: 0px 5px 5px 5px;
}

#footer {
    width: 98%;
	line-height: 20px;
	padding-left: 7px;
	padding-right: 7px;
	background: #FF0000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

#zoek {
    vertical-align: middle;
}

#login {
	position: relative;
    left: 5px;
	top: 40px;
}

#logintab {
	position: relative;
    left: 5px;
	top: 30px;
}

#loginlogo {
	position: relative;
	top: -78px;
}
#ffdit {
	position: relative;
	top: -22px;
	left: -1px;
}

#delbutton {
	position: absolute;
	bottom: 2px;
	right: 10px;
}

/* PopUp Menu */
#nav {
	margin: 0;
	padding: 7px 6px 0;
	background: #FF0000 url('../images/gradient.png') repeat-x 0 -110px;
	line-height: 100%;
	display: inline-block;
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}

#pop {
	margin: 0;
	line-height: 9px;
	display: inline-block;
	vertical-align: middle;
}

#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}

#pop li {
	float: left;
	position: relative;
	list-style: none;
}

/* main level link */
#nav a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
}

#pop a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding:  4px 8px;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
}

#nav a:hover, #pop a:hover {
	background: #FFCCCC;
	color: #FFCCCC;
}

/* main level link hover */
#nav .current a, #nav li:hover > a, #po .current a, #pop li:hover > a {
	background: #FFCCCC url(../images/gradient.png) repeat-x 0 -40px;
	color: #111;
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a, #pop ul li:hover a, #pop li:hover li a  {
	background: none;
	border: none;
	color: #222;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#nav ul a:hover, #pop ul a:hover  {
	background: #FFAAAA url(../images/gradient.png) repeat-x 0 -100px !important;
	color: #111 !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul, #pop li:hover > ul  {
	display: block;
}

/* level 1 list */
#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 180px;
	position: absolute;
	top: 35px;
	left: 0px;
	background: #ecaf1b url(../images/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}

/* level 2 list */
#nav ul ul {
	left: 90px;
	top: -4px;
}

/* level 3 list */
#nav ul ul ul {
	left: -175px;
	top: 8px;
}

/* level 4 list */
#nav ul ul ul ul {
	left: 85px;
	top: 12px;
}

/* level 1 list */
#pop ul {
	z-index: 1;
	display: none;
	margin: 0;
	padding: 0;
	width: 110px;
	position: absolute;
	top: 2px;
	left: 22px;
	text-align: left;
	background: #ecaf1b url(../images/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}

/* level 2 list */
#pop ul ul {
	z-index: 1005;
	left: 30px;
	top: -4px;
}

#nav ul li, #pop ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a, #pop ul a  {
	font-weight: normal;
	text-shadow: 0 1px 0 #eee;
}



/* rounded corners of first and last link */
#nav ul li:first-child > a, #pop ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a, #pop ul li:last-child > a  {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after, #pop:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] #nav {
	display: block;
}

html[xmlns] #pop {
	display: block;
}

* html #nav {
	height: 1%;
}

* html #pop {
	height: 1%;
}