.textbox {
	position: relative;
	background-color: #f1f1f1;
	padding-top: 30px;
	padding-left: 4px;
	padding-right: 7px;
	padding-bottom: 28px;
}

#border_top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 3px;
	z-index: 2;
	background-image: url(../images/textbox/top.png);
}

#border_top_left {
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
	width: 13px;
	height: 14px;
	z-index: 3;
	background-image: url(../images/textbox/top_left.png);
}

#border_top_right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 14px;
	height: 14px;
	z-index: 3;
	background-image: url(../images/textbox/top_right.png);
}

#border_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 4px;
	height: 100%;
	z-index: 2;
	background-image: url(../images/textbox/left.png);
}

#border_bottom_left {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 14px;
	height: 13px;
	z-index: 3;
	background-image: url(../images/textbox/bottom_left.png);
}

#border_bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 6px;
	z-index: 2;
	background-image: url(../images/textbox/bottom.png);
}

#border_bottom_right {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 20px;
	height: 16px;
	z-index: 3;
	background-image: url(../images/textbox/bottom_right.png);
}

#border_right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 7px;
	height: 100%;
	z-index: 2;
	background-image: url(../images/textbox/right.png);
}

.textbox_name {
	z-index: 4;
	position: absolute;
	top: 15px;
	right: 6px;
	background-color: #165080;
	color: white;
	width: 130px;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	padding-right: 5px;
}



/* Weiche exklusiv für den besten aller Browser - IE 6 */
@media all{
	* html b\ody #border_top_left {
		display: none;
	}
		* html b\ody #border_left {
		display: none;
	}
	* html b\ody #border_top_right {
		display: none;
	}
	
	* html b\ody #border_bottom_left {
		display: none;
	}
	
	* html b\ody #border_bottom_right {
		display: none;
	}
	
	* html b\ody #border_top {
		display: none;
	}
	
	* html b\ody #border_left {
		display: none;
	}
	
	* html b\ody #border_bottom {
		display: none;
	}
	
	* html b\ody #border_right {
		width: 0px;
	}
}


