/*
	-- -- -- -- -- -- -- --
	HM news CSS file
	-- -- -- -- -- -- -- -- 
	Default font settings. 
	The font-size percentage is of 16px. (0.688 * 16px ~ 11px)
	-- -- -- -- -- -- -- --
	Margin: top-right-bottom-left
	Padding: bottom-right-top-left
	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
h1 {
	padding: 5px 0px 5px 55px;
	color: #000000; /* #553c01 */
	font: sans-serif;
	text-transform: uppercase;
	border-bottom: 0px solid #00bad1;
	background:url(../pic/nieuws/veloHM.jpg) no-repeat ;
	font-size:30px;
	font-weight:bold;
}

html {
border: 0px;
}

h2{
  font-family:verdana;
	font-size: 9pt;
	font-weight:bold;
	color:rgb(0,186,209);
	padding: 0px 0px 0px 55px;
}

#nieuwsbox{
	float:left;
	margin-top:0px;
	margin-right:0px;
	/*margin-right:20px;*/
	text-align:left;
	width:580px;
	/*height:300px;*/
	/*background: #a0b4b2;*/
}

.nieuwsbox-content{			
	float: left;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;		
	width: 580px;
	background: #f0f0f0;
	border: 1px solid #ffffff;
	text-align: left;
	color: #303030;
}

.attachment-news{
	display:inline;
	border:0px solid #25313e;
	margin:2px 15px 3px 0px;
	padding:4px;
	float:left;
}

.nieuwsbox-titel {
	width: 580px;
	float: left;
	padding-left: 50px;
	padding-top: 3px;
	margin-right: 10px;
	margin-top: 2px;	
	border: 0px solid #ffffff;
	/*text-align: right;*/
	color: #fff;
	height: 35px; 
	background: #ffffff url(../pic/nieuws/titel19.png) no-repeat ;
	font-family: arial; 
	font-size: 26px;
  font-weight: bold;
	text-transform: uppercase;
}

.nieuwsbox-date {
	width: 120px;
	float: left;
	padding-left: 25px;
	/*padding-top: 3px;*/
	margin-left: 37px;
	margin-top: 2px;	
	border: 0px solid #ffffff;
	/*text-align: right;*/
	color: #fff;
	height: 15px; 
	background: #ffffff url(../pic/nieuws/bg-date.png) no-repeat ;
	font-family: arial; 
	font-size: 10px;
  font-weight: bold;
	text-transform: uppercase;
}

body{  
font: verdana, sans-serif;
font-size:14px;
width: 620px;
background : #ffffff /*url(../hmpic/main/hm_contentbg_wit.jpg) repeat*/ ;
}

a:link {
	color:#000000;
	text-decoration: none;
}    /* unvisited link */
a:visited {
	color:#555555;
	font-weight:bold;
} /* visited link */
a:hover {
	color:#e9231d;
	text-decoration: underline;
	font-weight:bold;
}   /* mouse over link */
a:active {
	color:#000000;
	text-decoration: underline;
	font-weight:bold;
}  /* selected link */  

.Arial_14 { font-family: "Arial"; font-size: 10pt}
.Arial_10 { font-family: "Arial"; font-size: 10pt}

@font-face {
    font-family: Dots;
    /* src: url(fonts/Dots_All_For_Now_JL.ttf); */
		src: url(../fonts/modern_dot_digital-7.ttf);
    font-weight:400;
}
