﻿body {
}

#bordzondersnelheid {
	width: 74px;
	height: 58px;
	background-color: #008375;
	border-radius:3px;
}

#border {
	margin-left: 1px;
	top: 1px;
	
	
	position: relative;
	width: 70px;
	height: 54px;
	background-color: #008375;
	border:1px solid #fff;
	border-radius:3px;


}



#snelweg {
	border: 1px solid #fff;
	width: 40px;
	height: 20px;
	margin: 2px 0px 2px 2px;
	background:#9A000D;
    display:inline-block;
   
}

#snelwegtekst {
	font-family: Arial;
	font-size: 16px;
	font-weight: bolder;
	margin: 1px 1px auto auto;
	color: #fff;
		text-align: center;
}

#nweg {
	border: 1px solid #fff;
	width: 40px;
	height: 20px;
	margin: 2px 0px 2px 2px;
	background:#FFC300;
    display:inline-block;
}

#nwegtekst {
	font-family: Arial;
	font-size: 16px;
	font-weight: bolder;
	margin: 1px 1px auto auto;
	color: #000;
	text-align: center;
}
#hm {
	font-family: Arial;
	font-size: 24px;
	font-weight: bolder;
	margin: 1px 0px auto 2px;
	color: #fff;
	text-align: center;
}

#richting {
	width: 20px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bolder;
	margin: 3px 0px 0px 7px;
	color: #fff;
    display:inline-block;
	position: absolute;
	float: right;
}

#straatnaambord, #plaatsnaambord {
	width: 125px;
	background-color: #083579;
	border: 2px solid #FFF;
	border-radius:3px;
}
#straat {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;

	color: #fff;
	text-align: center;
	font-variant:small-caps;

}
#plaatsstr {
	font-family: Arial;
	font-size: 10px;
	font-weight: bolder;
	color: #fff;
		font-variant:small-caps;
	text-align: right;
}
