/* Deze website is ontworpen en gerealiseerd dor XIAM Solutions B.V..
Het copyright voor het ontwerp en de techniek berust bij XIAM Solutions B.V..
Wilt u meer weten over uw mogelijkheden of wilt u meer informatie, 
neem dan contact op via info@xiam.nl */

/* Text styles */

p	{
	margin-top: 7px;
	margin-bottom: 7px;	
}

h1  {
	font-size: 150%;
	font-family: arial, sans-serif, helvetica, verdana, geneva;
	color: #DC5C00;
	font-weight: bold;
	margin-bottom: 15px;
}

h2 {
	font-size: 120%;
	font-family : arial, sans-serif, helvetica, verdana, geneva;
	color : #66778A;
	font-weight : bold;
	margin-bottom : 10px;
}

.text	{
	font-family:  verdana, tahoma, helvetica, sans-serif, geneva;
	font-size: 70%;
	color: #494841;
	line-height: 180%;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: left;
}

.small, .copyright {
	font-family: verdana, tahoma, arial, helvetica, sans-serif, geneva;
	font-size: 60%;
	color: #8C8C7E;
}

a {
	color: #1150B1;
	text-decoration: none;
}

a:hover {
	color : #052C79;
	text-decoration : underline;
}

a:active {
	color: #024EC5;
	text-decoration: underline;
}

ul	{
	margin: 3px;
	margin-top: -5px;
	padding: 0px;
	padding-left: 20px;
	text-align: left;
}


/* Item styles */

.item, .subitem {
	display: block;	
	padding: 5px;	
}

.item {
	margin-top: 4px;
}

.selected {
	margin-top: 4px;
	color: #DC5C00;
}

.subitem {
	margin-left: 8px;
}

/* Menu styles */

.menu	{
	font-family: tahoma, verdana, arial, helvetica, sans-serif, geneva;
	background-color: #052C79;	
}

.menu a 	{
	color: White;
	font-weight: bold;
	padding-left: 20px;	
	padding-right: 20px;	
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
}

.menu a:hover	{
	color: #C8E6FF;
	text-decoration: none;	
}
	
.menu a:active  {
	color : #9CD2FE;
	text-decoration : none;
}

.menuSelected	 	{
	background-color: #194EA1;
}	

.menuActive	 	{
	color: #C8E6FF;
	font-weight: bold;
	padding-left: 20px;	
	padding-right: 20px;	
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
}

.submenu	{
	margin-top: 12px;
	margin-bottom: 12px;
	line-height: 130%;
}

/* Frame styles */

body  {
	margin: 0px;
	background-color: #E8E7DC;
	overflow:-moz-scrollbars-vertical;
	text-align: center;
}

.frame	{
	width: 776px;
	background-color: #F7F6EE;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #DEDDD4;
	border-right: 1px solid #DEDDD4;
	border-bottom: 1px solid #DEDDD4;
}

td {
	vertical-align: top;
	text-align: left;
}

table	{
	border-spacing: 0px;
}

.copyright {
	text-align: center;
	border-top: 1px solid #DEDDD4;
	padding: 6px;
	letter-spacing: 1px;
}

/* Image styles */

.image	{
	display: block;
}

.icon {
	vertical-align: middle;	
}

.icon, .image {
	border: 0px;
}

/* Form styles */
.form_field {
	font-size: 100%;
	background: #ffffff;
	color: #142A20;
	font-family: verdana, tahoma, arial, helvetica, sans-serif, geneva;
	border: 1px solid #C2C1B6;
}

