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

/* Links */
#l {
	width: 25px;
	height: 535px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/border/l.png);
	background-repeat: repeat-y;
}
/* Rechts */
#r {
	width: 25px;
	height: 535px;
	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;
	z-index: 2;
}
/* 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: 816px;
	z-index: 2;
}
/* Kurve rechts */
#rk {
	width: 25px;
	height: 25px;
	position: absolute;
	background: url(../images/border/rk.png);
	top: 63px;
	left: 843px;
}
/* Oben vor Kurve*/
#o {
	width: 793px;
	height: 25px;
	position: absolute;
	background:url(../images/border/o.png);
	top: 61px;
	left: 24px;
	z-index: 2;
}
/* 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/r.png);
	top: 61px;
	right: 0px;
}
#kontakte {
	width: 251px;
	height: 333px;
	position: absolute;
	left: 30px;
	top: 96px;
	font-size: 18px;
	font-weight: bolder;
	color: #FFFAE4;
	text-shadow: 3px 2px 3px black;
	
}
#map {
	width: 679px;
	height: 464px;
	position: absolute;
	left: 285px;
	top: 66px;
	z-index: 1;
}
#map iframe {-moz-border-radius: 8px;-webkit-border-radius: 8px;border-radius: 8px;}
#map span {float:left; font-size: 14px; text-shadow: 3px 2px 3px black; font-weight: bolder; margin-top: 5px; z-index: 10}
.gps { margin-right: 370px;}
#up { padding: 5px 30px 5px 120px; font-size:19px;}
