/*-------- Modul Header--------*/

#modulHeader{
	width:100%;
	border-bottom:solid 1px #FF6600;
	color:#003366;
}

#modulHeader .left{
	width:6px;
	height:26px;
	background:url(images/ModulHeaderBG_Left.png) no-repeat left;
}

#modulHeader .center{
	width:auto;
	height:26px;
	background:url(images/ModulHeaderBG_Center.gif) no-repeat left;
}

#modulHeader .right{
	width:6px;
	height:26px;
	background:url(images/ModulHeaderBG_Right.png) no-repeat right;
}
/*-------- Modul Header2 --------*/

#modulHeader2{
	width:100%;
	border-bottom:solid 1px #FF6600;
	color:#003366;
}

#modulHeader2 .left{
	width:6px;
	height:26px;
	background:url(images/ModulHeaderBG2_Left.png) no-repeat left;
}

#modulHeader2 .center{
	width:auto;
	height:26px;
	background:url(images/ModulHeaderBG2_Center.gif) no-repeat left;
}

#modulHeader2 .right{
	width:6px;
	height:26px;
	background:url(images/ModulHeaderBG2_Right.png) no-repeat right;
}
/*-------- Modul Body--------*/
#modulBody{
	width:100%;
}

#modulBody .left{
	width:5px;
	background:url(images/ModulBodyBG_Left.png) repeat-y left;
}

#modulBody .BL{
	width:5px;
	height:5px;
	background:url(images/ModulBodyBG_BL.png) no-repeat left bottom;
}

#modulBody .bottom{
	height:5px;
	background:url(images/ModulBodyBG_Bottom.png) repeat-x bottom;
}

#modulBody .BR{
	width:5px;
	height:5px;
	background:url(images/ModulBodyBG_BR.png) no-repeat right bottom;
}

#modulBody .right{
	width:5px;
	background:url(images/ModulBodyBG_Right.png) repeat-y right;
}

#modulBody .center{
	background-color:#f2f1f1;
}
/*-------- WhitwBox --------*/
.WhitwBox {
	direction:rtl;
	width:100%;
	color:#003366;
}

.WhitwBox .top{
	height:5px;
	background-color:#ffffff;
}

.WhitwBox .left{
	width:5px;
	background-color:#ffffff;
}

.WhitwBox .bottom{
	height:5px;
	background-color:#ffffff;
}

.WhitwBox .right{
	width:5px;
	background-color:#ffffff;
}

.WhitwBox .center{
	background-color:#ffffff;
}

.WhitwBox .TL{
	width:5px;
	height:5px;
	background:url(images/whiteBoxBG_TL.png) no-repeat top left;
}
.WhitwBox .TR{
	width:5px;
	height:5px;
	background:url(images/whiteBoxBG_TR.png) no-repeat top right;
}

.WhitwBox .BL{
	width:5px;
	height:5px;
	background:url(images/whiteBoxBG_BL.png) no-repeat bottom left;
}

.WhitwBox .BR{
	width:5px;
	height:5px;
	background:url(images/whiteBoxBG_BR.png) no-repeat bottom right;
}

#title{
	font-size:14px;
	font-weight:bold;
	color:#c63d02;
	font-family:Arial;
}

