/* frame */

.center {
  text-align: center;
}

#box {
	margin-left: 0px;
	margin-right: auto;
	margin-top: 5px;
	width: 235px;
	float: left;
	background: url(../frame/box_t_spieltag.png) repeat-x;
}

#box_l {
	float: left;
	background: url(../frame/box_l.png) 0 100% repeat-y;
}

#box_r {
	float: right;
	margin-bottom: -3px;
	background: url(../frame/box_r.png) 100% 100% repeat-y;
}



#box_t {
}

#box_tl {
	float: left;
	height: 27px;
	width: 12px;
	background: url(../frame/box_tl.png) 100% 0 no-repeat;
}

#box_tc {
	padding-left: 15px;
	padding-right: 9px;
	margin: 0px;
	height: 27px;
	width: 211px;
}

#box_tr {
	float: right;
	height: 27px;
	width: 12px;
	background: url(../frame/box_tr.png) 100% 0 no-repeat;
}

#boxbody {
}

#box_ml {
	float: left;
	width: 12px;
}

#box_mc {
}

#box_mr {
	float: right;
	width: 12px;
}


#box_b {
	background: url(../frame/box_b.png) 0 0 repeat-x;
}

#box_bl {
	float: left;
	height: 15px;
	width: 12px;
	background: url(../frame/box_bl.png) 100% 0 no-repeat;
}

#box_bc {
	height: 15px;
	width: auto;
}

#box_br {
	float: right;
	height: 15px;
	width: 12px;
	background: url(../frame/box_br.png) 100% 0 no-repeat;
}

h1 {
  font-size: 14pt;
	line-height: 16pt;
	font-family: arial;
}


p {
  font-size: 10pt;
	line-height: 12pt;
	font-family: arial;
}

