/* CSS-Boxes FF www.special-clean.com */

#Box {
	width:224px;
	color: #FFFFFF;

}
#Box.menuebox {
	margin-top:22px;
}
#Box #Top {
	width:224px;
	height:44px;
	background-image: url(../../grafik/background/box-top.jpg);
	background-repeat: no-repeat;
}
#Box #Bottom {
	width:224px;
	height:53px;
	background-image: url(../../grafik/background/box-bottom.jpg);
	background-repeat: no-repeat;
}


#Box #CornerTopLeft {
	float:left;
	width:36px;
	height:16px;
	background-image: url(../../grafik/background/box-o-l.jpg);
	background-repeat: no-repeat;

}
#Box #TopMiddle {
	float:left;
	width:160px;
	height:16px;
	background-image: url(../../grafik/background/box-o-m.jpg);
	background-repeat: repeat-x;

}
#Box #CornerTopRight {
	float:left;
	width:28px;
	height:16px;
	background-image: url(../../grafik/background/box-o-r.jpg);

}
#Box #Middle {
	/* alt
	width:224px;
	background-image: url(../../grafik/background/box-hor.jpg);
	background-repeat: repeat-y;
	*/
	width:224px;
	background-image: url(../../grafik/background/box-content.jpg);
	background-repeat: repeat-y;
}
#Box #CornerBottomLeft {
	float:left;
	width:36px;
	height:25px;
	background-image: url(../../grafik/background/box-u-l.jpg);
	background-repeat: no-repeat;

}
#Box #BottomMiddle {
	float:left;
	width:160px;
	height:25px;
	background-image: url(../../grafik/background/box-u-m.jpg);
	background-repeat: repeat-x;

}
#Box #CornerBottomRight {
	float:left;
	width:28px;
	height:25px;
	background-image: url(../../grafik/background/box-u-r.jpg);
	background-repeat: no-repeat;

}
#BoxContent {
	width:180px;
	margin:0px 0px 0px 16px;
}
