*{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
html{
	width:100%;
	height:100%;
}
body{
	width:100%;
	height:100%;
	margin:10px;
}
hr{
	color:#891619;
}
img{
	border:0px;
}
a{
	color:#891619;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
strong.kop{
	color:#891619;
	font-size: 16px;
	font-weight: bold;
}
strong.subkop{
	color:#891619;
	text-decoration: underline;
}
/* content */
#tabs a{
	display:block;
	width:121px;
	height:23px;
	background-image:url(./images/button1.gif);
	float:left;
	color:#FFFFFF;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	padding-top:3px;
}
#tabs a:hover{
	text-decoration:underline;
}
#bigtabs td
{
	display:block;
	width:250px;
	height:35px;
	background-image:url(./images/bigtab.gif);	
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	text-align:center;
}#bigtabs a
{
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	text-align:center;
}
#bigTabInfo td{
	width:250px;
}
a.vestigingen
{
	text-size: 10px;
}
#bigtabs a:hover{
	text-decoration:underline;
}
.dropdown{
	background-color:#891619;
	top:223px;
	width:121px;
	z-index:2;
}
.dropdown a{
	display:block;
	width:121;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:5px;
	padding-bottom:2px;
}
.dropdown a:hover{
	background-color: #721212;
	/* background-color: #ffffff; */
}

input, textarea, select {
	border: 1px solid black;
	/* border-right: 1px solid silver; */
	/* border-bottom: 1px solid silver; */
	/* background: #f4cacb; */
	background-color: #ffffff;
	}
input.button {
	border: 1px solid black;
	/* border-left: 1px solid silver; */
	/* border-top: 1px solid silver; */
	width: 100px;
	/* background-color: #D72026; */
	background-color: #c0c0c0;
	color: #000000;
	font-weight:bold;}

p.msg {
	color: #cd0025;
	font-weight: bold;}
.small {
	font-size: 10px;}