@charset "utf-8";
/* CSS Document */

.top-left2 {
	margin-right: 9px; /* hou rechter hoekje vrij */
	background-image: url(corners1280x18_orange.gif);
	height: 9px; /* toon alleen bovenste helft van de figuur */
	font-size: 2px; /* corrigeer hoogte voor IE */
}

.top-right2 {
	margin-top: -9px; /* naar niveau van linker hoekje */
	margin-left: 9px; /* hou linker hoekje vrij */
	background-image: url(corners1280x18_orange.gif);
	background-position: 100% 0; /* laat achtergrond vanaf rechts beginnen */
	height: 9px;
	font-size: 2px;
}

.bottom-left2 {
	margin-right: 9px; /* hou rechter hoekje vrij */
	background-image: url(corners1280x18_orange.gif);
	background-position: 0 -9px; /* toon onderste helft figuur */
	height: 9px;
	font-size: 2px;
}

.bottom-right2 {
	margin-top: -9px; /* naar niveau van linker hoekje */
	margin-left: 9px; /* hou linker hoekje vrij */
	background-image: url(corners1280x18_orange.gif);
	background-position: 100% -9px; /* onderste helft, rechts beginnen */
	height: 9px;
	font-size: 2px;
}

.inside2 {
	color: #c28923;
	padding-left: 10px;
	padding-right: 10px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c28923;
	border-left-color: #c28923;
	background-color: #c28923;
}

.notopgap {

margin-top: 0;
}

.nobottomgap {

margin-bottom: 0;
}
