/* ******************************************************/
/*	 Promoteam style sheet   							*/
/*	 Promoteamuitgeest.nl  - All Rights Reserved.   	*/
/* ******************************************************/
BODY {
		cursor: default;
		margin: 0px;
		padding: 0px;
		border: 0px none;
		
		font-family: Arial, sans-serif;
		font-size: 11px;
		color: #1A171B;
		line-height: 14px;

		scrollbar-face-color: #F4F4F4;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-shadow-color: #F4F4F4;
		scrollbar-3dlight-color: #D1D7DC;
		scrollbar-arrow-color:  #999999;
		scrollbar-track-color: #EFEFEF;
		scrollbar-darkshadow-color: #98AAB1; 
		background:url(interface/bg.jpg) repeat-x top #747476}
} 
h2 {
		font-family: Arial, sans-serif;
		font-size: 14px;
		color: #1A171B;
		line-height: 14px;
} 
tr, td {
		font-family: Arial, sans-serif;
		font-size: 11px;
		color: #1A171B;
		line-height: 14px;
		padding: 0px;
		border: 0px none;
}
input, textarea {
		background: #FFF; 
		font-family: Arial, sans-serif;
		font-size: 12px;
		color: #1A171B; 
		border: 1px solid #88AEC1;

}
a           {color: #757477;text-decoration: none;}
a:link      {color: #757477;text-decoration: none;}
a:visited   {color: #757477;text-decoration: none;}
a:Active    {color: #757477;text-decoration: none;}
a:HOVER     {color: #757477; text-decoration:underline; }
SELECT, OPTION	{
		background: #999999; 
		font-family: Arial, sans-serif;
		font-size: 11px;
		color: #1A171B; 
}
form{
		margin:0px;
}

/* dit was het centrale werk nu alle classes: */
.detint {
		color: #757477;
} 
.vinkje {
		background: none; 
		color: #000; 
		height: 15px;
		width: 15px;
		border: none;
}
.brood {
		background-image: url("/_include/interface/brood.jpg"); 
		height: 25px;
		width: 514px;
		border: none;
		font-family: Arial, sans-serif;
		font-size: 11px;
		color: #1A171B; 
		text-align: left;
		padding-top: 9px;
		text-indent: 12px;
}

.topnav,a.topnav:link,a.topnav:visited {
		font-family: Arial, sans-serif;
		font-size: 15px;
		font-weight: bold;
		color: #1A171B;
		text-decoration: none;
		visibility: visible;
}
a.topnav:hover, a.topnav:active {
		color: #1A171B;
		text-decoration: underline;
		font-family: Arial, sans-serif;
		font-size: 15px;
		font-weight: bold;
		visibility: visible;
}
.tabel_bg {
		background-image: url("tabel_bg.gif"); 
		background-repeat: repeat-x;
}

.inhoud {
		overflow:auto; 
		width: 388px;
		height: 320px;
		padding: 0px;
		margin: 0px;
		border: 0px none;
		background-color: #F4F7F9;

		font-family: Arial, sans-serif;
		font-size: 12px;
		color: #6D6F71;
		line-height: 14px;

		scrollbar-face-color: #F4F4F4;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-shadow-color: #F4F4F4;
		scrollbar-3dlight-color: #D1D7DC;
		scrollbar-arrow-color:  #999999;
		scrollbar-track-color: #EFEFEF;
		scrollbar-darkshadow-color: #98AAB1; 

}
#navigatie {
	width: 480px;
	border-right: 1px solid #FFF;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 14px;
	background-color: #FFF;
	color: #1A171B;
	text-align: left;
}
#navigatie ul {
	list-style: none;
	margin: 5px;
	padding: 0;
}
#navigatie li {
	border-bottom: 1px solid #FFF;
	margin: 0;
}
#navigatie li a {
	text-align: left;
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-right: 10px solid #FFF;
	background-color: #C7C0B9;
	color: #fff;
	text-decoration: none;
	width: 100%;
}
html>body #navigatie li a {
	width: auto;
}
#navigatie li a:hover {
	text-align: left;
	border-right: 10px solid #FFF;
	background-color: #757477;
}