/*#######################################################################*\

	Developed by 		: Jerry van Heerikhuize
	Version				: 1.00
	Creation Date		: 01/12/2005
	Modification Date	: 01/12/2005
	Modification by		: Jerry van Heerikhuize
	Description			: common StyleSheet

\*#######################################################################*/

/*#######################################################################*\
	Section Index:
		1.	body
			1.1 body.main
		2. div
			2.1 #wrapper
			2.2 body.main div.content
			2.3 div#footer
\*#######################################################################*/

body.main
{
	background-image: url(../media/images/bg.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
}


#wrapper
{
	position: relative;
	z-index: 1;
}

div.home
{
	margin-left:25px;
	width:970px;
	background-image: url(../media/images/bg_divider_home.gif);
	background-repeat: repeat-y;
}

div.detail
{
	margin-left:25px;
	width:970px;
	background-image: url(../media/images/bg_divider_detail.gif);
	background-repeat: repeat-y;
}

div.contact
{
	margin-left:25px;
	width:970px;
	background-image: url(../media/images/bg_divider_contact.gif);
	background-repeat: repeat-y;
}

div.container{
	width:200px;
	float:left;
	margin-left:35px;
}

div.container_2{
	width:435px;
	float:left;
	margin-left:35px;
}

div.container_3
{
	width: 670px;
	float: left;
	margin-left: 35px;
	background-color: #FFF;
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	margin-top: 25px;
}

ul#menu
{
	margin: 40px 0px;
	font-size: 14px;
	text-transform: uppercase;
	list-style-type: none;
	line-height:21px
}


ul#menu ul.subnav
{
	margin: 0px 0px 0px 30px;
	list-style-type: none;
}


ul#menu li.selected
{
	font-weight:bold;
}

ul.archief
{
	margin: 25px 0px;
	font-size: 16px;
	list-style-type: none;
	line-height:30px
}

ul.archief div
{
float:left;
width:140px;
}

ul.archief img
{
}


ul.date
{
	margin:20px 0px;
	font-size: 24px;
	text-transform: uppercase;
	list-style-position: inside;

}


#info
{
	margin:0px auto;
	padding-top:8px;
	width: 128px;
	height: 109px;
	text-align: center;
	background-image: url(../media/images/info_bg.png);
	background-repeat: no-repeat;

}



.newshome {
	text-align:center;
	margin:20px 0px;
}

.newshome p{
	font-size: 16px;
	line-height: 22px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;	
}

.newshome p a { text-decoration: none; }
.newshome p a:hover { text-decoration: underline; }

hr.sep
{
	background-color: transparent;
	width: 30px;
	margin: 10px auto;
	height: 5px;
	border: 0px;
	background-image: url(../media/images/bg_hr.gif);
	background-repeat: repeat-x;
}

div.error
{
	padding: 5px;
	border: 1px solid #F00;
	background-color: #dda1a1;
}

div.msg
{
	padding: 5px;
	border: 1px solid #0F0;
	background-color: #a1dda1;
}


p.t_p_error { color: #FFF; }

