#main {width: 980px; height: 710px; position: relative;}/* 150 */
.fone {background: url(../images/gray.png); padding: 10px 0px 10px 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
/* Links */
#l {
	width: 25px;
	height: 695px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/border/l.png);
	background-repeat: repeat-y;
}
/* Rechts */
#r {
	width: 25px;
	height: 695px;
	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;
}
/* Kurve links */
#lk {
	width: 25px;
	height: 25px;
	position: absolute;
	background: url(../images/border/lk.png);
	top: 61px;
	left: 484px;
}
/* Kurve rechts */
#rk {
	width: 25px;
	height: 25px;
	position: absolute;
	background: url(../images/border/rk.png);
	top: 61px;
	left: 633px;
}
/* Oben vor Kurve*/
#o {
	width: 462px;
	height: 25px;
	position: absolute;
	background:url(../images/border/o.png);
	top: 61px;
	left: 24px;
}
/* Oben nach Kurve*/
#o2 {
	width: 297px;
	height: 25px;
	position: absolute;
	background:url(../images/border/o.png);
	top: 61px;
	left: 658px;
}	
/* Oben rechts */	
#o-r {
	width:25px;
	height: 25px;
	position: absolute;
	background: url(../images/border/o-r.png);
	top: 61px;
	right: 0px;
}
