.boxmodel_rahmen
{
	width:400px;
	height:400px;
}

.boxmodel_main
{
	float:left;
	width:390px;
	height:100%;
	background-color:#c1f643;
}

.boxmodel_schatten_r
{
	float:right;
	width:10px;
	height:100%;
	background-image:url(img/schatten_r.gif);
	background-repeat:repeat-y;
}

.boxmodel_schatten_ro
{
	float:right;
	width:10px;
	height:20px;
	background-image:url(img/schatten_ro.gif);
	background-repeat:no-repeat;
}

.boxmodel_schatten_u
{
	height:10px;
	width:100%;
	clear:both;
	background-image:url(img/schatten_u.gif);
	background-repeat:repeat-x;
}

.boxmodel_schatten_lu
{
	float:left;
	width:20px;
	height:10px;
	background-image:url(img/schatten_lu.gif);
	background-repeat:no-repeat;
}

.boxmodel_schatten_ru
{
	float:right;
	width:10px;
	height:10px;
	background-image:url(img/schatten_ru.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}