.dialoge {
	padding: 5px 5px 5px 5px;
}

.dialoge_top {
	clear: both;
	height: 43px;
}

.dialoge_top_right {
	float: right;
	height: 35px;
	width: 154px;
	background: url(images/dialoges/top_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
	font-size: 11pt;
	color: #fff;
	padding: 8px 15px 0px 0px;
	font-weight: bold;
}

.dialoge_top_middle {
	float: right;
	height: 100%;
	background: url(images/dialoges/top_middle.gif);
	background-repeat: repeat-x;
}

.dialoge_top_left {
	position: relative;
	float: left;
	height: 100%;
	width: 70px;
	background: url(images/dialoges/top_left.gif);
	background-position: left;
	text-align: left;
}

.dialoge_logo {
	position: absolute;
	top: 0px;
	left: 0px;
}



.dialoge_content {
	clear: both;
}

.dialoge_content_right {
	float: right;
	width: 2px;
	background: #2c2b2b;
}

.dialoge_content_middle {
	float: right;
	background: #ffffff;
}

.dialoge_content_left {
	float: left;
	width: 2px;
	background: #2c2b2b;
}



.dialoge_bottom {
	clear: both;
	height: 24px;
}

.dialoge_bottom_right {
	float: right;
	height: 100%;
	width: 6px;
	background: url(images/dialoges/bottom_right.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.dialoge_bottom_middle {
	float: right;
	height: 100%;
	background: #2c2b2b;
}

.dialoge_bottom_left {
	float: left;
	height: 100%;
	width: 6px;
	background: url(images/dialoges/bottom_left.gif);
	background-position: left;
}
