

/* GF Anpassung */

.dialog_gf_nw {
	/*background-color:#9E0021;*/
	background-image:url(../vorlagengrafiken/menueitemmodhover.jpg);

}

.dialog_gf_n {
	cursor:move;
	width: 100%;
	/*background-color:#9E0021;*/;
	background-image:url(../vorlagengrafiken/menueitemmodhover.jpg);

}

.dialog_gf_ne {
	/*background-color:#9E0021;*/
	background-image:url(../vorlagengrafiken/menueitemmodhover.jpg);

}

.dialog_gf_e {
	height: 100%;
	
}

.dialog_gf_w {
	height: 100%;
}

.dialog_gf_sw {
	height: 19px;
}

.dialog_gf_s {
	width: 100%;
}

.dialog_gf_se {
	height: 19px;
}

.dialog_gf_sizer {
	cursor:se-resize;	
}

.dialog_gf_close {
	width: 12px;
	height: 12px;
	background: transparent url(/fileadmin/Vorlagentemplate/vorlagengrafiken/close.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:0px;
	cursor:pointer;
	z-index:2000;
}

.dialog_gf_title {
	float:left;
	font-weight:bold;
	font-size:10pt;
	height:22px;
	color:white;
	vertical-align:middle;
	/*text-align:center;*/
	width:100%;
	margin-left:20px;
}

.dialog_gf_content {
	overflow:auto;
	color: #515151;
	font-family: Arial, Sans Serif;
	font-size: 13px;
	line-height:1.5em;
	background-color:#DFDFDF;
}

.dialog_gf_content .action-items-ordered
{
   list-style-type:decimal;
    /*margin-left: 35px;
    padding-left: 35px;*/
    margin:0px 5px;
    padding:0px 5px;
    color:#515151;
}

.dialog_gf_content .action-items-ordered li
{
    margin-left: 20px;
    padding:0px;
}

/* Standard */


.dialog_nw {
	/*background-color:#9E0021;*/
	background-image:url(../vorlagengrafiken/menueitemmodhover.jpg);
}

.dialog_n {
	cursor:move;
	width: 100%;
	/*background-color:#9E0021;*/
	background-image:url(../vorlagengrafiken/menueitemmodhover.jpg);
}

.dialog_ne {
	/*background-color:#9E0021;*/
	background-image:url(../vorlagengrafiken/menueitemmodhover.jpg);
}

.dialog_e {
	height: 100%;
}

.dialog_w {
	height: 100%;
}

.dialog_sw {
	height: 19px;
}

.dialog_s {
	width: 100%;
}

.dialog_se {
	height: 19px;
}

.dialog_sizer {
	cursor:se-resize;	
}

.dialog_close {
	width: 12px;
	height: 12px;
	background: transparent url(/fileadmin/Vorlagentemplate/vorlagengrafiken/close.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:0px;
	cursor:pointer;
	z-index:2000;
}

.dialog_title {
	float:left;
	height:22px;
	font-weight:bold;
	font-size:14px;
	color:white;
	text-align:center;
	vertical-align:middle;
	width:100%;
}

.dialog_content {
	overflow:auto;
	color: #515151;
	font-family: Arial, Sans Serif;
	font-size: 13px;
	line-height:1.5em;
	background-color:#DFDFDF;
}


/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
 	font-family: Tahoma, Arial, Sans Serif;
	position: absolute;
}

.dialog * {
	margin: 0px;
	padding:0px;
}

.dialog table  { border-collapse: collapse; border-spacing: 0; width: 100%; }
.dialog td, th { padding: 0; }