/* HOME */

/********************* INGANG, LOGIN+NIEUWSBRIEF+LINKS *********************/

div#secondrow {
	float: left;
	width: 1000px; //100%;
	height: 235px;
	border-bottom: 1px solid #101042;
//	background: url("../img/header_ingang/home_standaard.jpg") 391px 0px no-repeat;
}

div.hide {
	display: none;
}

div#ingang {
	float: left;
	width: 360px;
/*	width: 375px;*/
	height: 193px;
/*	padding: 12px 20px 30px 30px;*/
	padding: 12px 20px 30px 15px;
	background: #FFFFFF;
	border-right: 1px solid #101042;
}

div#ingangheader {
	float: left;
/*	width: 138px;*/
	width: 153px;
	padding: 6px 20px 0px 0px;
	font-weight: bold;
	text-transform: uppercase;
}

div#inganglist {
	float: left;
}

div#inganglist ul {
	list-style: none;
	width: 182px;
}

div#inganglist ul li {
	padding: 0px 0px 0px 15px;
	background: url("../img/bullet_ingang.gif") left center no-repeat;
	border-bottom: 1px solid #010142;
}

div#inganglist ul li a {
	display: block;
	width: 100%;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #010142;
	text-transform: uppercase;
	line-height: 29px;
	text-decoration: none;
}

div#inganglist ul li a:hover {
	text-decoration: underline;
}

div#rightcolumncontainer {
	z-index: 3;
	position: relative;
	float: right;
	width: 215px;
	padding: 10px 10px 0px 0px;
}

div#rightcolumn {
	position: absolute;
	width: 213px;
	background: #F4F5F4;
	border: 1px solid #010142;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#010142', Direction=135, Strength=4);
}

div#rightcolumn h2 {
	color: #FFFFFF;
	background: #C7C7D6;
	text-transform: uppercase;
	padding: 2px 5px;
}

div#rightcolumn h2.first {
	background: #010142;
}

div#rightcolumn p {
	font-size: 7pt;
	padding: 5px;
}

div#rightcolumn p.worldmap {
	text-align: center;
	background: #F3F7FC;
}

div#rightcolumn ul {
	list-style: none;
	padding: 5px;
}

div#rightcolumn ul li {
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 5px 0px;
	background: url("../img/bullet_list.gif") top left no-repeat;
}

div#rightcolumn ul li a {
	color: #010142;
	text-decoration: none;
}

div#rightcolumn ul li a:hover {
	text-decoration: underline;
}

div#rightcolumn p a {
	font-size: 7pt;
	color: #FE0000;
}

div#rightcolumn p select {
	width: 100%;
}

/********************* ACTIVITEITEN, ACTIES, WELKOM *********************/

div#alsoseecontainer {
	float: left;
	height: 137px; /* 107px; */
	min-height: 107px; /* 107px;*/
	padding: 30px 0px 30px 15px;
}

div#alsosee {
	float: left;
	/*margin: 30px 0px 30px 15px;*/
	background: url(../img/bg_home_blocks.gif) top left repeat-y;
}

div.block {
	float: left;
	margin: 0px;
	width: 245px;
	height: 167px;
}

div.block h2 {
/*	padding: 0px 15px;
	margin: 0px 0px 5px 0px;*/

	background: #C7C7D6; /*#F4F5F4;*/ /*rgb(228,228,230); */ /*#010142;*/
	font-weight: bold;
	color: #FFFFFF; /*#010142;*/ /*rgb(228,228,246);*/
	line-height: 20px;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
	border-left: 1px solid #FFFFFF;
}

div.block p {
	padding: 0px 15px;
	margin: 0px;
}

div.block p a {
	color: #FF0000;
}

div.block ul {
	margin: 0px 15px;
	list-style: none;
}

div.block ul li {
	padding: 0px 0px 0px 8px;
/*	margin: 0px 0px 5px 0px;*/
	background: url("../img/bullet_list.gif") top left no-repeat;
}

div.block ul li a {
	color: #010142;
	text-decoration: none;
	font-weight: bold;
}

div.block ul li a:hover {
	text-decoration: underline;
}

div.block div.actieleft {
	float:left;
	width: 50px;
	padding: 0px 0px 0px 15px;
}

div.block div.actieright {
	float:left;
	width: 160px;
	overflow-x: visible;
	overflow-y: auto;
	height: 137px;
	
}

