
/* replace background color */
html, body {
	background-color:#2A2A2A;
	background-image:url(./images/body.png);
	background-repeat:repeat;
	color:#5F6476;
}

.top-left, .bottom-left {
	background-image: url("./images/rounded_left.gif");
	height: 53px;       /* 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, .bottom-right {
	background-image: url("./images/rounded_right.gif");
	height: 53px;       /* 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-center , .bottom-center{
	background-image: url("./images/rounded_middle.gif");
	height: 53px;       /* 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-left, .bottom-left {
	margin-right: 18px; /* CHANGE: replace by the width of one of your corners */
}
.top-right, .bottom-right {
	margin-left: 18px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -53px;  /* CHANGE: replace by the height of one of your corners */
}

.top-center , .bottom-center {
	margin-left: 18px;  /* CHANGE: replace by the width of one of your corners */
	margin-right: 18px;
	margin-top: -53px;  /* CHANGE: replace by the height of one of your corners  */
}

.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	background-repeat: no-repeat;
	margin-bottom: -15px;
}

.top-left {
	background-repeat: no-repeat;
	margin-bottom: -15px;
}

.top-center {
	background-repeat: repeat-x;
	margin-bottom: -15px;
}

.bottom-left  {
	background-position: 0 -53px;    /* CHANGE: replace second number by negative height of one of your corners */
	background-repeat: no-repeat;
}

.bottom-right {
	background-position: 100% -53px; /* CHANGE: replace second number by negative height of one of your corners */
	background-repeat: no-repeat;
}

.bottom-center {
	background-repeat: repeat-x;
	background-position: 0 -53px; /* CHANGE: replace second number by negative height of one of your corners */
}

.inside {
	padding-left: 0px;             /* YCC: all texts at some distance of the left border */
	padding-right: 0px;
	padding-top: 0px;             /* YCC: all texts at some distance of the right border */
}

.inside_left {
	background-image: url("./images/bg_left.gif");            /* YCC: background-color of the inside */
	background-repeat: repeat-y;
	background-position: 0 0;
}

.inside_right {
	background-image: url("./images/bg_right.gif");            /* YCC: background-color of the inside */
	background-repeat: repeat-y;
	background-position: 100% 0;
}

.inside_inhalt {
	background-color: #0e0e0e;
	color: #5F6476;                 /* YCC: default text-color of the inside */
	margin-left: 11px;
	margin-right: 11px;
	margin-top: 11px;
	padding-top: 1px;
	padding-bottom: 5px;
}

.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: 0; } /* DNC: to avoid splitting of the box */
