/* CSS Document */

.top-left { 
	background-image: url('../images/boven.png'); /* CHANGE: path and name of your image1 */
	margin-right: 7px; /* CHANGE: replace by the width of one of your corners */
	height: 7px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.top-right {
	background-image: url('../images/boven.png'); /* CHANGE: path and name of your image1 */
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	margin-left: 7px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -7px;  /* CHANGE: replace by the height of one of your corners */
	height: 7px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.bottom-left  { 
	background-image: url('../images/onder.png'); /* CHANGE: path and name of your image1 */
	background-position: 0 -7px;    /* CHANGE: replace second number by negative height of one of your corners */
	margin-right: 7px; /* CHANGE: replace by the width of one of your corners */
	height: 7px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.bottom-right { 
	background-image: url('../images/onder.png'); /* CHANGE: path and name of your image1 */
	background-position: 100% -7px; /* CHANGE: replace second number by negative height of one of your corners */
	margin-left: 7px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -7px;  /* CHANGE: replace by the height of one of your corners */
	height: 7px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.inside {
	margin-left: 7px;               /* CHANGE: replace by the width of one of your corners */
	margin-right: 7px;              /* CHANGE: replace by the width of one of your corners */
	background-color: #FFFAF8;            /* YCC: background-color of the inside */
	color: #800000;                 /* YCC: default text-color of the inside */
	position:relative;
	top: 0px;
	left: 0px;
	}
.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: 0; } /* DNC: to avoid splitting of the box */
.insideleft {
	background-image: url('../images/links.png'); /* CHANGE: path and name of your image2 */
	background-repeat: repeat-y;   /* DNC: to pile the image2 as much as needed */
	}
.insideright {
	background-image: url('../images/rechts.png'); /* CHANGE: path and name of your image2 */
	background-repeat: repeat-y;   /* DNC: to pile the image2 as much as needed */
	background-position: 100% 0;
	}

