#main {width: 980px; height: 468px; position: relative;}
/* Links */
#l {
	width: 25px;
	height: 448px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/border/l.png);
	background-repeat: repeat-y;
	z-index: 2;
}
/* Rechts */
#r {
	width: 25px;
	height: 448px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/border/r.png);
	background-repeat: repeat-y;
	z-index: 2;
}
/* Unten - Links */
#u-l {
	width: 25px;
	height: 25px;
	position: absolute;
	background: url(../images/border/u-l.png);
	bottom: 0px;
	left: 0px;
	z-index: 2;
}
/* Unten - Rechts */
#u-r {
	width: 25px;
	height: 25px;
	position: absolute;
	background: url(../images/border/u-r.png);
	bottom: 0px;
	right: 0px;
	z-index: 2;
}
/* Unten */
#u {
	width: 930px;
	height: 25px;
	position: absolute;
	background: url(../images/border/u.png);
	bottom: 0px;
	left: 25px;
	z-index: 2;
}
/* Links - Oben */
#l-o {
	width: 25px;
	height: 25px;
	position: absolute;
	background:url(../images/border/l.png);
	left: 0px;
	top: 61px;
	z-index: 2;
}
/* Kurve rechts */
#rk {
	width: 25px;
	height: 25px;
	position: absolute;
	background: url(../images/border/rk.png);
	top: 61px;
	left: 140px;
	z-index: 2;
}
/* Oben */
#o {
	width: 790px;
	height: 25px;
	position: absolute;
	background:url(../images/border/o.png);
	top: 61px;
	left: 165px;
	z-index: 2;
}
/* Oben rechts */	
#o-r {
	width:25px;
	height: 25px;
	position: absolute;
	background: url(../images/border/o-r.png);
	top: 61px;
	right: 0px;
	z-index: 2;
}
/* Foto auf Startseite */
#foto {
	width: 957px;
	height: 472px;
	position: absolute;
	background: url(../images/autos/startseite.jpg);
	background-repeat: no-repeat;
	left: 11px;
	top: -14px;
	z-index: 1;
}	
