/*
* UI
*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}


.mb-resize{
	display:block;
	background-color:transparent !important;
	border:3px solid transparent !important;
  *border:5px solid transparent !important;
  margin:0 !important;
}

.mb-resize-resizable-n { cursor: e-resize; width: 100% !important; height: 50px !important; right: 0 !important; top: -10px !important; z-index:auto !important;}
.mb-resize-resizable-e { cursor: e-resize; width: 20px !important; height: 100% !important; right: -20px !important; top: 0 !important;z-index:auto !important;}
.mb-resize-resizable-w { cursor: e-resize; width: 20px !important; height: 100% !important; left: -20px !important; top: 0 !important;z-index:auto !important;}
.mb-resize-resizable-s { cursor: s-resize; width: 100% !important; height: 10px !important; bottom: -10px !important; left: 0 !important;z-index:auto !important; }
.mb-resize-resizable-se { cursor: se-resize; width: 30px !important; height: 30px !important; right:0 !important; bottom: -10px !important; z-index:auto !important;}

.mbproxy{border:1px dotted gray;background: url(../elements/proxy.png)}

.containerPlus {font-family:Verdana; font-size:13px; visibility:hidden;};
.containerPlus .spacer {margin-top:10px}
.containerPlus .buttonBar { position:relative;top:0;float:right;margin-top:-23px; margin-right:15px}
.containerPlus .buttonBar img {margin-left:5px}
.containerPlus .mbcontainercontent {margin-right:-15px; padding-right:10px;overflow:auto;}

.containerPlus#empfehlungcontainer .buttonBar { position:relative;top:0;float:right;margin-top:-22px; margin-right:15px}

.containerPlus#rsscontainer .buttonBar { position:relative;top:0;float:right;margin-top:-22px; margin-right:15px}
.containerPlus#rsscontainer .mbcontainercontent {padding-left: 4px;}
.containerPlus#rsscontainer .mbcontainercontent a { color: #717171; }

/*.iconLabel{font-family:sans-serif;font-size:10px;padding:5px;background:black;color:white;display:block;-moz-border-radius:5px;-webkit-border-radius:5px;}*/

.iconLabel{font-family:Verdana;font-size:10px;padding:5px;background:#f3f3f3;color:gray;display:block;-moz-border-radius:5px;-webkit-border-radius:5px;border:1px solid #ccc}

/*
* default
*/
.containerPlus .no	{ background: url('elements/default/no.png') top left no-repeat;}
.containerPlus .ne	{ background: url('elements/default/ne.png') top right no-repeat; margin-left: 21px;}
.containerPlus .ne img	{left:-10px; top:-10px}
.containerPlus .n	{ background: url('elements/default/n.png') top center repeat-x; margin-right: 20px; -moz-user-select: none; -khtml-user-select: none}
.containerPlus .n	{ padding-top:8px;height:26px; font-size:15px; white-space:nowrap;overflow:hidden;}
.containerPlus .n	a{ text-decoration:none;color:#000; font-size:15px;}

.containerPlus .o	{ background: url('elements/default/o.png') top left repeat-y;}
.containerPlus .e	{ background: url('elements/default/e.png') top right repeat-y; margin-left: 21px;}
.containerPlus .c { background: url('elements/default/c.png'); margin-right: 23px; padding-top: 1px; padding-bottom: 1px;}

.containerPlus .so	{ background: url('elements/default/so.png') bottom left no-repeat;}
.containerPlus .se	{ background: url('elements/default/se.png') bottom right no-repeat; margin-left: 21px;}
.containerPlus .s { background: url('elements/default/s.png') bottom repeat-x; padding-top: 20px; margin-right: 23px;}

/*
* grau
*/
.containerPlus.grau .no	{ background: url('elements/grau/no.png') top left no-repeat}
.containerPlus.grau .ne	{ background: url('elements/grau/ne.png') top right no-repeat; margin-left: 21px;}
.containerPlus.grau .ne img	{left:-5px; top:-20px}
.containerPlus.grau .n	{ background: url('elements/grau/n.png') top center repeat-x; margin-right: 23px;height:26px;}
.containerPlus.grau .n	{ padding-top:8px;font-size:15px; color:white;-moz-user-select: none; -khtml-user-select: none}
.containerPlus.grau .n	a{ text-decoration:none;color:#fff; font-size:15px; white-space:nowrap;overflow:hidden;}
.containerPlus.grau .n	.mbckopftext { margin-left:39px; margin-top:2px; color: #717171; font-family: Arial; text-shadow:none;}

.containerPlus.grau .o	{ background: url('elements/grau/o.png') top left repeat-y;}
.containerPlus.grau .e	{ background: url('elements/grau/e.png') top right repeat-y; margin-left: 21px;}
.containerPlus.grau .c { background: url('elements/grau/c.png'); margin-right: 23px; padding-top: 1px; padding-bottom: 1px;}
/*.containerPlus.grau .c { background: #e1d9c0 url(); margin-right: 23px; padding-top: 1px; padding-bottom: 1px;}*/
.containerPlus.grau .c .mbcontainercontent {color:white;}
.containerPlus.grau .c .mbcontainercontent a {color:white;}

.containerPlus.grau .so	{ background: url('elements/grau/so.png') bottom left no-repeat;}
.containerPlus.grau .se	{ background: url('elements/grau/se.png') bottom right no-repeat; margin-left: 21px;}
.containerPlus.grau .s { background: url('elements/grau/s.png') bottom repeat-x; padding-top: 20px; margin-right: 23px;}

.containerPlus#rsscontainer.grau .ne img	{left:-12px; top:-11px}
.containerPlus#rsscontainer.grau .n	.mbckopftext { margin-left:0px; }
/*Inhalte .containerPlus.grau */


/*
* wohnung
*/
.containerPlus.wohnung .no	{ background: url('elements/wohnung/no.png') top left no-repeat}
.containerPlus.wohnung .ne	{ background: url('elements/wohnung/ne.png') top right no-repeat; margin-left: 0px;}
.containerPlus.wohnung .n	{ background: url('elements/wohnung/n.png') top center repeat-x; margin-right: 0px;height:26px;}
.containerPlus.wohnung .n	{ padding-top:8px;font-size:15px; color:white;-moz-user-select: none; -khtml-user-select: none}
.containerPlus.wohnung .n	a{ text-decoration:none;color:#fff; font-size:15px; white-space:nowrap;overflow:hidden;}
.containerPlus.wohnung .n .mbckopftext { height: 31px; width: 360px; background: url('elements/wohnung/button_bewegen_over.png') right no-repeat;}

.containerPlus.wohnung .o	{ background: url('elements/wohnung/o.png') top left repeat-y;}
.containerPlus.wohnung .e	{ background: url('elements/wohnung/e.png') top right repeat-y; margin-left: 0px;}
.containerPlus.wohnung .c { background: url('elements/wohnung/c.png'); margin-right: 0px; padding-top: 1px; padding-bottom: 1px;}
.containerPlus.wohnung .c .mbcontainercontent 
{
	position: relative; 
	margin-right: 0px; 
	padding-right:0px; 
	overflow: visible; 
	width: 401px; 
	height: 328px; 
	background: url(elements/wohnung_hg_innen.png) no-repeat;
}
.containerPlus.wohnung .buttonBar { position:relative;top:0;float:right;margin-top:-25px; margin-right:6px}

.containerPlus.wohnung .so	{ background: url('elements/wohnung/so.png') bottom left no-repeat;}
.containerPlus.wohnung .se	{ background: url('elements/wohnung/se.png') bottom right no-repeat; margin-left: 0px;}
.containerPlus.wohnung .s { background: url('elements/wohnung/s.png') bottom repeat-x; padding-top: 0px; margin-right: 0px;}
.iconLabel{border:none;}

/*
* empfehlen
*/
.containerPlus.empfehlen .no	{ background: url('elements/empfehlen/no.png') top left no-repeat}
.containerPlus.empfehlen .ne	{ background: url('elements/empfehlen/ne.png') top right no-repeat; margin-left: 21px;}
.containerPlus.empfehlen .ne img	{left:-5px; top:-22px}
.containerPlus.empfehlen .n	{ background: url('elements/empfehlen/n.png') top center repeat-x; margin-right: 23px;height:26px;}
.containerPlus.empfehlen .n	{ padding-top:8px;font-size:15px; color:white;-moz-user-select: none; -khtml-user-select: none}
.containerPlus.empfehlen .n	a{ text-decoration:none;color:#fff; font-size:15px; white-space:nowrap;overflow:hidden;}
.containerPlus.empfehlen .n	.mbckopftext { margin-left:39px; margin-top:2px; color: #717171; font-family: Arial; text-shadow:none;}

.containerPlus.empfehlen .o	{ background: url('elements/empfehlen/o.png') top left repeat-y;}
.containerPlus.empfehlen .e	{ background: url('elements/empfehlen/e.png') top right repeat-y; margin-left: 21px;}
.containerPlus.empfehlen .c { background: url('elements/empfehlen/c.png'); margin-right: 23px; padding-top: 1px; padding-bottom: 1px;}
/*.containerPlus.empfehlen .c { background: #e1d9c0 url(); margin-right: 23px; padding-top: 1px; padding-bottom: 1px;}*/
.containerPlus.empfehlen .c .mbcontainercontent {color:white;}
.containerPlus.empfehlen .c .mbcontainercontent a {color:white;}

.containerPlus.empfehlen .so	{ background: url('elements/empfehlen/so.png') bottom left no-repeat;}
.containerPlus.empfehlen .se	{ background: url('elements/empfehlen/se.png') bottom right no-repeat; margin-left: 21px;}
.containerPlus.empfehlen .s { background: url('elements/empfehlen/s.png') bottom repeat-x; padding-top: 20px; margin-right: 23px;}

.containerPlus#rsscontainer.empfehlen .ne img	{left:-12px; top:-11px}
.containerPlus#rsscontainer.empfehlen .n	.mbckopftext { margin-left:0px; }
/*Inhalte .containerPlus.empfehlen */
