#main {width: 980px; height: 575px; position: relative;}

/* Links */
#l {
	width: 25px;
	height: 555px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/border/l.png);
	background-repeat: repeat-y;
}
/* Rechts */
#r {
	width: 25px;
	height: 555px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/border/r.png);
	background-repeat: repeat-y;
}
/* Unten - Links */
#u-l {
	width: 25px;
	height: 25px;
	position: absolute;
	background: url(../images/border/u-l.png);
	bottom: 0px;
	left: 0px;
}
/* Unten - Rechts */
#u-r {
	width: 25px;
	height: 25px;
	position: absolute;
	background: url(../images/border/u-r.png);
	bottom: 0px;
	right: 0px;
}
/* Unten */
#u {
	width: 930px;
	height: 25px;
	position: absolute;
	background: url(../images/border/u.png);
	bottom: 0px;
	left: 25px;
}
/* Links - Oben */
#l-o {
	width: 25px;
	height: 25px;
	position: absolute;
	background:url(../images/border/o-l.png);
	left: 0px;
	top: 61px;
}
/* Oben */
#o {
	width: 934px;
	height: 25px;
	position: absolute;
	background:url(../images/border/o.png);
	top: 61px;
	left: 24px;
}

/* Oben rechts */	
#o-r {
	width:25px;
	height: 25px;
	position: absolute;
	background: url(../images/border/o-r.png);
	top: 61px;
	right: 0px;
}
