.bluetext {font-family: Tahoma, Arial; font-size:12px;}




.kal A:link, .kal A:visited {color:darkred; font-size: 12px;} 
.kal A:hover {color:blue;}


.thinline {
	border:1px solid #7F9DB9;
	color:#3A4B57;
}

.linkStandard {
	font-weight:bold;
	text-decoration:none;
}

a:link, a:visited, a:active {
	font-weight:bold;
	text-decoration:none;
	color:darkblue;
}

a:hover {
	font-weight:bold;
	text-decoration:none;
	color:darkred;
}

a.linkStandard:link, a.linkStandard:visited, a.linkStandard:active {
	color:darkblue;
}

a.linkStandard:hover {
	color:darkred;
}

.activeTabLink{
	display:block;
	height:29px;
	width:160px;
	text-align:center;
	line-height:26px;
	background: url('http://www.wielerspellen.nl/images/tab-active-middle.gif');
	background-repeat: repeat-x;
}
a.activeTabLink:link, a.activeTabLink:visited, a.activeTabLink:active, a.activeTabLink:hover{
	color:black;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	background: url('http://www.wielerspellen.nl/images/tab-active-middle.gif');
	background-repeat: repeat-x;
}
.inactiveTabLink{
	display:block;
	width:160px;
	height:29px;
	line-height:26px;
	background: url('http://www.wielerspellen.nl/images/tab-inactive-middle.gif'); 
	background-repeat: repeat-x;
}
a.inactiveTabLink:link, a.inactiveTabLink:visited, a.inactiveTabLink:active {
	color:black;
	text-decoration:none;
	font-weight:normal;
	font-size:12px;
	background: url('http://www.wielerspellen.nl/images/tab-inactive-middle.gif');
}
a.inactiveTabLink:hover{
	color:black;
	font-weight:bold;
	font-size:12px;
	background: url('http://www.wielerspellen.nl/images/tab-hover-middle.gif');
	background-repeat: repeat-x;
}
.activeTabLeft {
	width:5px; 
	height: 29px; 
	background-image: url('http://www.wielerspellen.nl/images/tab-active-left.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}
.activeTabRight {
	width:5px; 
	height: 29px; 
	background-image: url('http://www.wielerspellen.nl/images/tab-active-right.gif'); 
	background-repeat: no-repeat;
	background-position: bottom;
}
.inactiveTabLeft {
	width:5px; 
	height: 29px; 
	background-image: url('http://www.wielerspellen.nl/images/tab-inactive-left.gif');
	background-repeat: no-repeat;
	background-position: bottom; 
}
.inactiveTabRight {
	width:5px; 
	height: 29px; 
	background-image: url('http://www.wielerspellen.nl/images/tab-inactive-right.gif'); 
	background-repeat: no-repeat;
	background-position: bottom;
}

.buttonLeft {
	height:22px;
	width:5px;
	background-repeat: no-repeat;
	background: url('http://www.wielerspellen.nl/images/button-hover-left.gif');
}
.buttonRight {
	height:22px;
	width:5px;
	background-repeat: no-repeat;
	background: url('http://www.wielerspellen.nl/images/button-hover-right.gif');
}

.button{
	display:block;
	height:22px;
	color:black;
	font-weight:normal;
	font-size:12px;
	text-align:center;
	line-height:22px;
	background-repeat: repeat-x;
	white-space:nowrap;
}
a.button:link, a.button:visited, a.button:active a.button:hover{
	background: url('http://www.wielerspellen.nl/images/button-hover-middle.gif');
	text-decoration:none;
	color:black;
	font-weight:normal;
	font-size:12px;
}
a.button:hover{
	background: url('http://www.wielerspellen.nl/images/button-middle.gif');
}
