#main {width: 980px; height: 760px; position: relative;}/*180*/
/* Links */
#l {
	width: 25px;
	height: 740px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/border/l.png);
	background-repeat: repeat-y;
}
/* Rechts */
#r {
	top: 0px;
	right: 0px;
	position: absolute;
	width: 25px;
	height: 740px;
	background: url(../images/border/r.png);
	background-repeat: repeat-y;
}
/* Unten - Links */
#u-l {
	bottom: 0px;
	width: 25px;
	height: 25px;
	position: absolute;
	background: url(../images/border/u-l.png);
	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;
}
/* Kurve links */
#lk {
	width: 25px;
	height: 25px;
	position: absolute;
	background: url(../images/border/lk.png);
	top: 61px;
	left: 161px;
}
/* Kurve rechts */
#rk {
	width: 25px;
	height: 25px;
	position: absolute;
	background: url(../images/border/rk.png);
	top: 61px;
	left: 311px;
}
/* Oben vor Kurve*/
#o {
	width: 139px;
	height: 25px;
	position: absolute;
	background:url(../images/border/o.png);
	top: 61px;
	left: 24px;
}
/* Oben nach Kurve*/
#o2 {
	width: 620px;
	height: 25px;
	position: absolute;
	background:url(../images/border/o.png);
	top: 61px;
	left: 335px;
}	
/* Oben rechts */		
#o-r {
	width:25px;
	height: 25px;
	position: absolute;
	background: url(../images/border/o-r.png);
	top: 61px;
	right: 0px;
}
