.Envelope { /* The postal address is dislpayed in an envelope shaped area*/
	width: 143px;
	border: 1px solid #e1e1e1;
	padding: 70px 15px 10px 140px;
	float: right;
	text-align: left;
	margin-top: 10px;
	background-image: url(../Images/stamp.png);
	background-repeat: no-repeat;
	background-position: 250px 5px;
}

.ie-only.Envelope {
	margin-right: 1px;
}

.AddressCity { /* Addressing on the envelope */
	color: #80312c;
	padding-bottom: 1px;
	border-bottom: 1px solid  #80312c;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.LeftColumn { /* The layout has 2 columns*/
	float: left;
}
.RightColumn {
	display: block;
	width: 300px;
	float: right;
}
.SkipMail { /* Technically we would like to write under the envelope */
	margin-top: 220px !important;
}
#Telefonfax_ru.SkipMail {
	margin-top: 238px !important;
}
h1#Postacimunk, h1#Postacimunk_en, h1#Postacimunk_ru { /* Typographical correction */
	margin-top: 3em;
}

h1#Impresszum, h1#Impresszum_en, h1#Impresszum_ru {
	clear: left;
	margin-top: 3em;
}

/* Image on the sidebar */
#Sidebar .PhoneGirl {
	border: 1px solid #d59981;
	line-height: 0;
	float: right;
	position: absolute;
	right: 29px;
	top: 180px;
}

/* Designed by script */
#Content p.Design {
	float: left;
	clear: left;
	height: 25px;
	padding-left: 26px;
	background: #fff url(../Images/design.jpg) 0px 0px no-repeat;
	padding-top: 4px;
	width: 300px;
}
#Content p.Design span.D {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
#Content .Design strong {
	color: #DC7863;
}
.Design span.Copy {
	font-size: 9px;
}