@charset "utf-8";
/* CSS Document */

.clearer {
	clear: both;
}

#preview .mailboxConstruction {
	margin: 30px 0;
}

/* Standmontage */

#preview .mailboxConstruction.stand .frame_tl {
	background: url(../images/preview/frame_stand_tl.png) no-repeat left top transparent;
	padding-left: 15px;
}

#preview .mailboxConstruction.stand .frame_tr {
	background: url(../images/preview/frame_stand_tr.png) no-repeat right top transparent;
	padding-right: 15px;
}

#preview .mailboxConstruction.stand .frame_t {
	background: url(../images/preview/frame_stand_t.png) repeat-x left top transparent;
	padding-top: 22px;
}

#preview .mailboxConstruction.stand .frame_bl {
	background: url(../images/preview/foot_l.png) no-repeat left bottom transparent;
	margin-left: -21px;
	padding-left: 6px;
}

#preview .mailboxConstruction.stand .frame_br {
	background: url(../images/preview/foot_r.png) no-repeat right bottom transparent;
	margin-right: -21px;
	padding-right: 6px;
}

#preview .mailboxConstruction.stand .frame_b {
	padding-bottom: 25px;
}

#preview .mailboxConstruction.stand .innerBoxes {
	padding-bottom: 138px;
}

/* Wandmontage */

#preview .mailboxConstruction.wand .frame_tl {
	background: url(../images/preview/frame_wand_tl.png) no-repeat left top transparent;
	padding-left: 15px;
}

#preview .mailboxConstruction.wand .frame_tr {
	background: url(../images/preview/frame_wand_tr.png) no-repeat right top transparent;
	padding-right: 15px;
}

#preview .mailboxConstruction.wand .frame_t {
	background: url(../images/preview/frame_wand_t.png) repeat-x left top transparent;
	padding-top: 11px;
}

#preview .mailboxConstruction.wand .frame_bl {
	background: url(../images/preview/frame_wand_bl.png) no-repeat left bottom transparent;
	margin-left: -15px;
	padding-left: 15px;
}

#preview .mailboxConstruction.wand .frame_br {
	background: url(../images/preview/frame_wand_br.png) no-repeat right bottom transparent;
	margin-right: -15px;
	padding-right: 15px;
}

#preview .mailboxConstruction.wand .frame_b {
	background: url(../images/preview/frame_wand_b.png) repeat-x left bottom transparent;	
	padding-bottom: 11px;
}

#preview .mailboxConstruction.wand .frame_l {
	margin-left: -15px;
}

#preview .mailboxConstruction.wand .frame_r {
	margin-right: -15px;
}

#preview .intercom {
	width: 26px;
	height: 15px;
	position: absolute;
	background: url(../images/preview/intercom.png) no-repeat left top transparent;
}

/* Klingelplatzierung */

#preview .box.vertical .bellRegion {
	width: 74px;
	position: absolute;
	height: 32px;
}

#preview .installationBox .bellRegion {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

#preview .installationBox.half .bellRegion {
	bottom: 10px;
	left: 10px;
}

#preview .installationBox.half .bellRegion {
	width: 37px;
}

#preview .installationBox.full .bellRegion {
	width: 74px;
}

#preview .installationBox.full .bellRegion {
	bottom: 10px;
	left: 20px;
}

#preview .installationBox .bellLine {
	float: left;
}

#preview .bellsFirst {
	width: 37px;
	position: absolute;
}

#preview .bellsSecond {
	width: 37px;
	position: absolute;
}

#preview .bellLine {
	width: 34px;
	height: 8px;
	margin-right: 3px;
}

#preview .bellLine .bell {
	background: url(../images/preview/bell.png) no-repeat left top transparent;
	width: 8px;
	height: 8px;
	float: left;
	position: relative;
}

#preview .bellLine .sign {
	float: right;
	margin-top: 1px;
	position: relative !important;
}

#preview .box.vertical .intercom {
	top: 15px;
}

#preview .box.vertical .bellRegion {
	bottom: 12px;
}

#preview .box.vertical .bellsFirst {
	bottom: 12px;
}

#preview .box.vertical .bellsSecond {
	bottom: 12px;
}

#preview .box.horizontal .intercom {
	top: 10px;
}

#preview .box.horizontal.right .intercom {
	left: 30px;
}

#preview .box.horizontal.left .intercom {
	right: 30px;
}

#preview .box.horizontal .intercom.center {
	top: 15px;
}

#preview .installationBox.half .intercom {
	top: 15px;
	left: 17px;
}

#preview .installationBox.full .intercom {
	top: 15px;
	left: 46px;
}

#preview .box.horizontal .bellRegion {
	bottom: 6px;
}

#preview .box.horizontal .bellsFirst {
	bottom: 6px;
}

#preview .box.horizontal .bellsSecond {
	bottom: 6px;
}

/* left box alignment */

#preview .box.vertical.right .intercom {
	left: 30px;
}

#preview .box.vertical.right .intercom.center {
	left: 50px;
}

#preview .box.right .bellRegion {
	left: 26px;
}

#preview .box.right .bellsFirst {
	left: 26px;
}

#preview .box.right .bellsSecond {
	left: 63px;
}

#preview .box.right .bellLine {
	float: left;
}
/**/

/* right box alignment */

#preview .box.vertical.left .intercom {
	right: 30px;
}

#preview .box.vertical.left .intercom.center {
	right: 50px;
}

#preview .box.left .bellRegion {
	right: 26px;
}

#preview .box.left .bellsFirst {
	right: 26px;
}

#preview .box.left .bellsSecond {
	right: 63px;
}

#preview .box.left .bellLine {
	float: right;
}

/* Allgemeine Konstruktionsstyles */

#preview .mailboxConstruction .innerBoxes {
	position: relative;
}

#preview .innerBoxes .led {
	position: absolute;
	width: 100%;
	height: 11px;
	background: url(../images/preview/led_box.png) repeat-x center top;
	z-index: 10;
}

#preview .mailboxConstruction .frame_l {
	background: url(../images/preview/frame_l.png) repeat-y left top transparent;
	padding-left: 15px;
}

#preview .mailboxConstruction .frame_r {
	background: url(../images/preview/frame_r.png) repeat-y right top transparent;
	padding-right: 15px;
}

#preview .mailboxConstruction {
	display: inline-block;
	zoom: 1;
    *display: inline;
}

#preview .mailboxConstruction .inner_l {
	background: url(../images/preview/inner_l.png) repeat-y left top transparent;
	padding-left: 3px;
}

#preview .mailboxConstruction .inner_r {
	background: url(../images/preview/inner_r.png) repeat-y right top transparent;
	padding-right: 3px;
}

#preview .streetName {
	background: url(../images/preview/streetName_repeat-x.png) repeat-x left top transparent;
	height: 28px;
	line-height: 24px;	
	width: 100%;
	padding-top: 1px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: center;
	overflow:hidden;
}

#preview .column {
	float: left;
}

#preview .installationBox {
	position: relative;
}

#preview .installationBox.half {
	background: url(../images/preview/installationBox_half_repeat-y.png) repeat-y left top transparent;
	width: 60px;
}

#preview .installationBox.half .top {
	height: 100%;
	background: url(../images/preview/installationBox_half_top.png) no-repeat left top transparent;
}

#preview .installationBox.half .bottom {
	height: 100%;
	background: url(../images/preview/installationBox_half_bottom.png) no-repeat left bottom transparent;
}

#preview .installationBox.full {
	background: url(../images/preview/installationBox_full_repeat-y.png) repeat-y left top transparent;
	width: 115px;
}

#preview .installationBox.full .top {
	height: 100%;
	background: url(../images/preview/installationBox_full_top.png) no-repeat left top transparent;
}

#preview .installationBox.full .bottom {
	height: 100%;
	background: url(../images/preview/installationBox_full_bottom.png) no-repeat left bottom transparent;
}

#preview .box {
	position: relative;
}

#preview .box.vertical {
	background: url(../images/preview/box_vertical.png) no-repeat left top transparent;
	width: 115px;
	height: 80px;
}

#preview .box.horizontal {
	background: url(../images/preview/box_horizontal.png) no-repeat left top transparent;
	width: 115px;
	height: 44px;
}

#preview .box .mailslot {
	background: no-repeat left top transparent;
	position: absolute;
	top: 12px;
	left: 8px;
}

#preview .box.vertical .mailslot {
	background-image: url(../images/preview/mailslot_vertical.png);
	width: 96px;
	height: 22px;
}

#preview .box.horizontal .mailslot {
	background-image: url(../images/preview/mailslot_horizontal.png);
	width: 96px;
	height: 15px;
}

#preview .box .keyhole {
	background: url(../images/preview/keyhole.png) no-repeat left top transparent;
	position: absolute;
	width: 9px;
	height: 9px;
}

#preview .box.vertical .keyhole {
	top: 37px;
}

#preview .box.horizontal .keyhole {
	top: 30px;
}

#preview .box.right .keyhole {
	left: 9px;
}

#preview .box.left .keyhole {
	right: 12px;
}

#preview .sign {
	background: url(../images/preview/sign.png) no-repeat left top transparent;
	position: absolute;
	width: 24px;
	height: 5px;
}

#preview .sign .led {
	position: absolute;
	background: url(../images/preview/led_sign.png) no-repeat left top transparent;
	width: 24px;
	height: 14px;
	top: -4px;
	left: 0;
}

#preview .bell .led {
	position: absolute;
	background: url(../images/preview/led_bell.png) no-repeat left top transparent;
	width: 15px;
	height: 15px;
	top: -4px;
	left: -3px;
}

#preview .box.mail.vertical .sign {
	top: 40px;
}

#preview .box.mail.horizontal .sign {
	top: 31px;
}

#preview .box.mail.right .name.sign {
	right: 13px;
}

#preview .box.mail.left .name.sign {
	left: 11px;
}

#preview .box.mail.right .blockadvertising.sign {
	left: 22px;
}

#preview .box.mail.left .blockadvertising.sign {
	right: 24px;
}