@charset "utf-8";
/*  	
	Ondernemenbegint.nu
	Devon Murray (devon@arch.nl)
	June 2008
	Copyright
 */
 
/* -----------------------
	CSS Fixing settings
	For workaround ie, firefox and safari
   ----------------------- */
IMG { border:0; }
FORM { margin:0; padding:0; }
.mozillaBugFix { clear:both; }
a:active { outline: none; }
a:focus { -moz-outline-style: none; }

/* -----------------------
	General settings 
	This is where we put all the general settings about the page
   ----------------------- */
html,body {
	margin:0;
	padding:0;
} 
body {
	color:#262626;
	background-color:#eee;
	font-family:'Lucida Grande','Segoe UI',Arial,'Trebuchet MS', Tahoma;
	font-size:12px;
	text-align:center;
	margin:0 auto;
	background-image:url('../images/bg_background.gif');
	background-repeat:repeat-x;
}

/* -----------------------
	Page layout settings 
	This is where the layout is constructed
   ----------------------- */
.wrapper {
	width:100%;
	text-align:left;
	margin-top:5%;
}
/*-- MENU --*/
.body {
	width:800px;
	margin:0 auto;
}

/* -----------------------
	Page based settings
	Style of the pages
   ----------------------- */
   
/*----- text styles -----*/
p {
	margin:0px;
	padding:0px;
	font-size:1.0em;
	color:#7f8286;
	text-align:justify;
}
strong {
	color:#83BA41;
}
/*----- body -----*/
.content {
	width:800px;
	margin:0 auto;
}
/*-- home --*/
.news {
	width:500px;
	margin:0 auto;
	background-color:#fff;
	border:1px solid #83BA41;
	margin-bottom:20px;
}
.news_padding { padding:10px; }
.news_header {
	height:65px;
	border-bottom:1px solid #d6d6d6;
}
.news_header h3 {
	color:#682C85;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	margin:0 auto;
	float:left;
}
.news_footer p {
	color:#a4a4a4;
	font-weight:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	text-align:justify;
	margin:16px 0px 0px 0px;
	float:right;
}
.news_content p {
	color:#333;
	font-weight:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	text-align:justify;
	margin:0 auto;
}
.news_content a , a:active {
	color:#9d63b9;
	text-decoration:none;
	margin:0 auto;
}
.news_content a:hover {
	color:#682C85;
	text-decoration:underline;
	margin:0 auto;
}
.news_content_padding { padding:20px 10px 20px 10px; }
.news_footer {
	height:42px;
	border-top:1px solid #d6d6d6;
}
