/* =Structure 		http://www.positioniseverything.net/piefecta-rigid.html
-------------------------------------------------
*/

.wrapper {
	border: 0px solid #000;
	margin: 0 auto;
	text-align: left;
	width: 758px;
}

* html .wrapper {   /*** IE5.x/win box model fix ***/
	width: 760px;
	wid\th: 758px;
}

.outer {
	/*background-color: silver;*/  /*** Sets background of center col***/
	border-left: 0px solid #000;   /*** Critical left divider dimension value ***/
	border-right: 0px solid #000;   /*** Critical right divider dimension value ***/
	padding-top: 10px;
	padding-bottom: 5px;
	margin-left: 190px;    /*** Critical left col dimension value ***/
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 408px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
}

* html .outer {   /*** IE5.x/win box model fix ***/
	width: 408px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	wid\th: 408px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
}

.float-wrap {
	float: left;
	margin-right: -1px;   /*** Static fix ***/
	width: 408px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
}

.center {
	float: right;
	margin-bottom: -1px;   /*** Fixes a variance in IE/win for the green AP bottom boxes ***/
	width: 406px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	/* \*/
	margin-left: -1px; 
	/* Hidden from IE-mac */
}
.left {
	margin-left: -191px;    /*** Critical left col/divider dimension value ***/
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 192px;    /*** Critical left col/divider dimension value ***/
}

* html .left {
	float:left;	
}

*>html .left {width:191px;}   /*** Fix only for IE/Mac ***/

.container-left {
	width: 190px;    /*** Critical left col dimension value ***/
}

.right {
	float: left; 
	margin-right: -160px;    /*** Critical right col/divider dimension value ***/
	margin-left: -1px;   /*** Static fix ***/
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 162px;    /*** Critical right col/divider dimension value ***/
}

/* \*/
* html .right {
	margin-left: 0px; 
	margin-right: -500px; 
	mar\gin-right: -162px;
}
/* */

/*** These commented-out rules below are there to explain the "Critical" info 
	for the rules above, because comments must not appear within the Mac-hack.
	The "rules" below are not active, they are just for teaching purposes. ***/

/*
* html .right {
	margin-left: 0px;    *** Critical right divider dimension value ***
	margin-right: -500px;    *** IE5.x/win fix, must be above a critical number, but very high values appear okay ***
	mar\gin-right: -162px;    *** Critical right col/divider dimension value ***
}
*/


.container-right { 
/* \*/width: 160px;/* Hidden from IE-Mac */   /*** Critical right col dimension value ***/
margin-left: 3px;    /*** Critical right divider dimension value ***/
}

/* \*/
* html .container-right {
fl\oat: right;
margin-left: 2px; 
mar\gin-left: 0px; 
}


/* =Right
-------------------------------------------------
*/

.right-box{
	background-color: #eee;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom: 10px;
	margin-right: 10px;
	padding:5px;
}

.right-box img{
	margin: auto;
}

/* =Logo-block
-------------------------------------------------
*/

.logobox{
	height:82px;
	overflow:hidden;
	position:relative;
}
.logobox img{
	position: absolute;
	top:0px;
}

/* =Content-block
-------------------------------------------------
*/

.content-block {
	border: 1px solid #ddd;
	margin-bottom: 3px;
	padding: 10px;
}

.content-block .image-left {
	border: 3px solid #61B446;
	float: left;
	height: 60px;
	margin-right: 5px;
	text-align: center;
	width:100px;
	overflow: hidden;
}

.content-block h3 {
	color: #61B446;
	font-size:1.1em;
}

.content-block a.more {
	padding-right:18px;
	background: transparent url(../images/arrow.gif) no-repeat right 2px;
	float:right;
}

/* =Nieuws-block
-------------------------------------------------
*/
#nieuws h3{
	color: #61b446;
	
display: none;
}

.nieuws-item{
	margin-bottom: 5px;
}

.nieuws-item p{
	display:inline;
}

.nieuws-item .date{
	color: #777;
	float:left;
	font-size: 0.8em;
	padding-top: 1px;
	margin-right: 3px;
}

.nieuws-item h4{
	font-size: 1.0em;
}


.nieuws-item a {
	display:inline;
	text-decoration: none;
	background: transparent url(../images/arrow.gif) no-repeat right 2px;
	padding-right: 15px;
	margin-left: 2px;
}

.content-block a.archive,.content-block p a {
	background: transparent;
	margin-left: 0px;
	padding-right:0px;
	text-decoration: underline;
}