/*CSS-Document
/Autdor:    Peter Preuss
/Version:   3.0
/Comment:
*/

.box{
	border:#000000 solid 1px;

}

.stroke_left{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003333;

}
.stroke_right{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003333;
}
.stroke_bottom{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

}
.stroke_top{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;

}
