/*Volgende items zijn toegevoegd voor implementatie in standaard gemeente ontwerp*/

body
{
	margin:10px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */

}


#DBVheader
{
	position: relative;
	height: 110px;
	width: 1024px;
	background-image:		url('./images/header_background.jpg');
	background-repeat:		repeat-x;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */

}

#DBVcontent
{
	position: relative;
	width:1024px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */

}

#DBVmap
{
	position: absolute;
	width: 500;
	margin-top: 10px;
}

#DBVtext
{
	position: absolute;
	right: 0px;
	width: 450px;
	margin-top: 10px;
}

#legenda
{
	padding-top: 5px;
}

#legenda td
{
	padding-right: 5px;
}

.itemheader
{
	display: block;
	width: 100%;
	background-color: #EACEF4;
	padding: 2px;
	margin-top: 5px;
	font-weight: bold;
}

.hidden
{
	display: none;
}

#divTop /*Overschrijft ouder containerTop in style.css*/
{
		width:					995px;
		height:					110px;
		background-color: none;
		background-image:		url('/images/header_background.jpg');
		background-repeat:		repeat-x;
		border-bottom:			solid 1px #FFFFFF;
}
#divShortCutsTop
{		
	width: 					100%;
	height:					13px;
			
	padding:				0px 0px 0px 0px;
	margin:					0px 0px 0px 0px;
	
	color:					#802991;
	background-color: white;	
}

*>#divShortCutsTop
{
	min-height:				23px;
	height:					auto;
}

#divShortcutsTopLeft
{
	width: 					100%;
	color: 					#EACEF4;
	float:					left;
	padding:				0px 0px 0px 7px;
	margin:					3px 0px 0px 0px;
	font-size:				0.8em;
}
#divShortCutsTopLeft ul, #divShortCutsTopLeft li
{	
	float:			left;
	margin:			0;
	padding:		0 0 0 4px;
	list-style:		none;
}

#divShortCutsTopRight a, #divShortCutsTopLeft a

{
	font-size:				0.8em;
}

		
		
#divTitle
{
	font-size: 20pt;
	color: white;
	padding: 50px;
	float: left;
}

/*einde invoeging standaard gemeente ontwerp.*/

.achtergronddonker 
{  
	background-color: #F2E9F4
}

.achtergrondlicht 
{  
	background-color: #FFFFFF
}

.kop
{	
	/*font-family: Verdana;
	font-size: 0.8em;*/ 
	color: #000000;
	font-weight: bold;
	line-height: 100%
}

.tekstgroot 
{	
	/*font-family: Verdana;
	font-size: 0.7em;*/ 
	color: #000000;
	font-weight: bold;
	line-height: 140%
}

.tekstklein
{
	/*font-family: Verdana;
	font-size: 0.7em;*/
	color: #000000;
	font-weight: normal;
	line-height: 180%
}


.ballonkop 
{	
	font-family: Verdana;
	font-size: 10pt; 
	color: #000066;
	font-weight: bold;
}

.balloninhoud 
{	
	font-family: Verdana;
	font-size: 10pt; 
	color: #336699;
	font-weight: normal;
}

.menugedeelte
{
	background-color: #000060
}

.kaartgedeelte
{
	background-color: #B5061B
}

.klasse1
{
	background-color: #FFFF00
}

.klasse2
{
	background-color: #FFAA00
}

.klasse3
{
	background-color: #FF0000
}

.klasse4
{
	background-color: #D20000
}

.klasse5
{
	background-color: #A900E6
}

.klasse6
{
	background-color: #000000
}



input.invoerveld
{
	font-family: Verdana;
	/*font-size: 8pt;*/
	color: #000000;
	border: 1px #898989 solid;
	background-color: #FFFFFF;
	text-align: left;
}

a
{		
	font-family: Verdana;
	font-weight: bold;				
	text-decoration: none;
	color: #802991;
	/*font-size: 0.7em;*/
}
	
a:hover 
{
	text-decoration: underline;
	color: #AE83BB;
}