#main {width: 980px; height: 1250px; position: relative;}/*135+text110*/
.fone {background: url(../images/gray.png); padding: 3px 0px 10px 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.tittle {margin: 5px 0 13px 0;}
/* Links  main - l or r = 20 */
#l {
	width: 25px;
	height: 1230px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/border/l.png);
	background-repeat: repeat-y;
}
/* Rechts */
#r {
	width: 25px;
	height: 1230px;
	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: 645px;
}
/* Kurve rechts */
#rk {
	width: 25px;
	height: 25px;
	position: absolute;
	background: url(../images/border/rk.png);
	top: 61px;
	left: 794px;
}
/* Oben vor Kurve*/
#o {
	width: 621px;
	height: 25px;
	position: absolute;
	background:url(../images/border/o.png);
	top: 61px;
	left: 24px;
}
/* Oben nach Kurve*/
#o2 {
	width: 137px;
	height: 25px;
	position: absolute;
	background:url(../images/border/o.png);
	top: 61px;
	left: 818px;
}	
/* Oben rechts */	
#o-r {
	width:25px;
	height: 25px;
	position: absolute;
	background: url(../images/border/o-r.png);
	top: 61px;
	right: 0px;
}
