/****************************************************************************************
# Default css file for content edited with htmlArea RTE
#
# Defines a few class selectors that can be simply taken as examples by anyone who needs to configure the RTE.
# This css file is referenced by property RTE.default.contentCSS in the default configuration of htmlArea RTE.
#
# TYPO3 SVN ID: $Id: default.css 2663 2007-11-05 09:22:23Z ingmars $
# ***************************************************************************************/

/* Left, center, right and justify alignment of text in block elements*/
p.align-left, td.align-left, th.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, div.align-left, address.align-left { text-align: left; }
p.align-center, td.align-center, th.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.align-center { text-align: center; }
p.align-right, td.align-right, th.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, div.align-right, address.align-right { text-align: right; }
p.align-justify, td.align-justify, th.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-justify, address.align-justify { text-align: justify; }

/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

/* Bullet styles for unordered lists.*/
ul.component-items { color: #186900; list-style-type: circle; }
ul.action-items { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }

/* Numbering styles for ordered lists.*/
ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }
ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }

/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
span.important { color: #8A0020; }
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.download {}
a.mail {}

/* Default selector for indentation.*/
div.indent { margin-left: 2em; }


/****************************************************************************************/


* { margin: 0; padding: 0; }
html, body { height: 100% }
body, div { font-family: verdana, helvetica, arial }
body { margin: 0; padding: 0; font-size: small; color: #333 }

body {
	background: black;	
	
}

table {
	border:0px;
	border-collapse:collapse;
}

td {
	padding:0px;
}

img { display: block; }

p img { display: inline; }

a {
	text-decoration: underline;
	color: #d91f17;
	cursor: pointer;
}

a:hover {
	color: #ff3e2e;
}

@font-face {
  font-family: DINPro;
  src: url(DINPro-Regular.otf) format("opentype");
}

@font-face {
  font-family: DINPro;
  src: url(DINPro-Bold.otf) format("opentype");
  font-weight: bold;
}

@font-face {
  font-family: DINCyr;
  src: url(DINMittelschriftStd.otf) format("opentype");
  font-weight: bold;
}

@font-face {
  font-family: Arial;
  src: url(arial.ttf) format("truetype");
}

/* Player start */

.shadow {
	width: 100%;
	height: 100%;
	background: transparent;
	display: none;
	position: fixed;
	z-index: 500;
}

.shade {
	width: 100%;
	height: 100%;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	background: #000;
}

.player .header {
	font-family: DINPro, Helvetica, Arial;
	font-weight: bold;
	font-size: 36px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 18px;
	width: 600px;
	display: none;
}

.player {
	width: 100%;
	/*height: 100%;*/
	display: none;
	position: absolute;
	z-index: 1000;
}

#player1, #player2 {
	display: block;
	background: #000;
}
/*
.logoplayer {
	top: 30px;
	left: 50px;
	width: 106px;
	height: 32px;
	position: absolute;
	z-index: 1100;
	background-image: url("logo.png");
	background-repeat: no-repeat;
}

.closeplayer {
	top: 30px;
	right: 30px;
	width: 22px;
	height: 21px;
	position: absolute;
	z-index: 1100;
	cursor: pointer;
	background-image: url("close.png");
	background-repeat: no-repeat;
}
*/
/* Player end */

.page-wrap {
	width: 100%;
	min-height: 300px;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.page {
	height:1024px;
	width:1500px;
	visibility: hidden;
	/*background-image: url("strana.jpg");*/
	background-repeat:no-repeat;
	margin: 0 auto;
	z-index: 0;
}

/* Labels start */

#logo {
	border: 0;
	left: 20px;
	top: 50px;
	float: left;
	position:absolute;
	}
	
#logo img {
	border:0;
}
	
.copyright {
	margin-top: 18px;
	margin-bottom: 18px;
	font-family: Arial;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	position: relative;
	display: none;
	}
	
#text-logo,#text-logo img {
	margin-top: 18px;
	margin-bottom: 18px;
	height: 27px;
	width: 158px;
	position: relative;
	/*background-image: url("textlogo.png");*/
	background-repeat: no-repeat;
	-display: none;
	border:0px;
	}

/* Labels end */

/* Menu start */

.menu-section {
	left: 20px;
	top: 100px;
	position:absolute;
}

.menu  {
	/*font-family: DINCyr, Verdana, Helvetica, Arial;*/
	font-family: DINPro, Verdana, Helvetica, Arial;
	font-weight: bold;
	border: 0;
	background: transparent;
}

.menuspacer {
	height: 5px;
	width: 1px;
	visibility: hidden;
	margin: 0;
	padding: 0;
	font-size: 0;
}

.menuitem {
	/*white-space: nowrap;*/
	background: #212121;
	padding: 3px 0px 5px 8px;
	display: block;
	width: 170px;
}
	
.menuitem a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
	padding: 0px 0px 0px 0px;
	margin-right: 8px;
	margin: 0;
}

.menuitem_lang {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
	margin-right: 8px;
	margin: 0;
	background: #212121 ;
	padding: 3px 0px 5px 8px;
	display: block;
	width: 170px;
}

.menuitem_lang:hover {
	background: #d91f17;
	padding: 3px 0px 5px 8px;
	display: block;
	width: 170px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	margin-right: 8px;
	margin: 0;
}

.menuitem a.small {
	font-size: 12px;
}

.menuitem-selected, #menuitem-selected {
	/*background: #d91f17;*/
}

.menuitem-selected {
	background: #d91f17;
}

.menuitem-red {
	/*background: #d91f17;*/
}

.menu-section .ui-state-active {
	background: #d91f17;
}

div.submenu {
	padding-bottom: 5px;
}

span.submenu {
	display: block;
	padding-bottom: 5px;
	font-size: 0;
}

.submenuitem {
	width: 170px;
	/*white-space: nowrap;*/
	/*padding: 0px 0px 4px 0px;
	height: 13px;*/
	margin-bottom: 6px;
	background: #fff;
	padding: 2px 3px 4px 3px;
	display: block;
}

.submenuitem-selected, #submenuitem-selected {
	background: #e0e0e0;
}

.submenuitem a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	/*background: #fff;*/
	/*padding: 2px 8px 3px 8px;*/
	color: #212121;
	/*color: #d91f17;*/
	cursor: pointer;
	
	padding: 0px 0px 0px 0px;
	margin: 0;
}

.submenuitem a.small {
	font-size: 10px;
}
/*
.submenuitem-selected a, #submenuitem-selected a{
	background: #e0e0e0;
}
*/
.menu-footer {
	margin-top: 15px;
	}

/* Menu end */

/* Searchbox start */

.search-icon {
	position: absolute;
	width: 22px;
	height: 22px;
	top: 3px;
	left: 130px;
	background: url('search.png') no-repeat 0px 4px;
	z-index: 500;
}

.search {
	/*background: url('search.png') no-repeat 1px 1px;
    background-color: white;
    border: solid 1px #acbabd;
    color: #3e3e3e;*/
    /*background: url('search.png') no-repeat 5px 4px;*/
    background-color: black;
    border: solid 2px #212121;
    color: #fff;
    font-family: Arial;
    font-size: 13px;
    -height: 26px;
    padding: 3px 22px 3px 10px;
    width: 120px;
    -width: 152px;
    position: relative;
}

.search-test {
    background-color: white;
    border: solid 1px #000;
    font-family: Arial;
    font-size: 13px;
    color: #000;
    padding-left: 32px;
    line-height:22px;
    display: none;
    white-space: nowrap;
    -width: 152px;
}

.search-test-container {
	position: absolute;
}

#searchform {
	position: relative;
}

/* Search end */

/* Scrolling start */

#scrollwrap {
	position: relative;
}

#slider {
	width: 100%;
	position: relative;
}

#scrollline {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 200px;
	
	width: 18px;
	margin-left: -18px;
	height: 200px;
	/*position: relative;
	float: right;*/
	
	background: #fff;
	z-index: 100;
	
	display: none;
}

#scrollrail {
	top: 0px;
	right: 0px;
	position: absolute;
	width: 9px;
	height: 100%;
	background: #eee8e5;
}

#handle {
	position: absolute;
	width: 9px;
	background: #D91F17;
	/*background: #aa8d7e;*/
	z-index: 100;
}

#handleup {
	position: absolute;
	top: 0;
	width: 9px;
	height: 9px;
	background-image: url("scrollup.png");
	background-repeat: no-repeat;
	-display: none;
}

#handledown {
	position: absolute;
	bottom: 0;
	width: 9px;
	height: 9px;
	background-image: url("scrolldown.png");
	background-repeat: no-repeat;
	-display: none;
}

/* Scrolling end */

/* Content start */

.content-wrap {
	width: 100%;
	position:relative;
}

.col-wrap1 {
	width: 230px;
	position:relative;
}
			
.col-wrap2 {
	width: 230px;
	position:relative;
	left: 100%;
	margin-right: -200%;
	margin-left: 30px;
}

.col1 {
	width: 100%;
	position:relative;
	float: left;
	margin-right:-200%;
	margin-left:-30px;
	left:-100%;
}

#content-container {
	overflow-y: hidden;
	overflow-x: hidden;
	height: 320px;
	position: relative;
}

#content-container.content-container-big {
	height: 350px;
}

#col1_text {
	position: absolute;
}

.clear {
	clear:both;
	font-size:0;
	overflow:hidden;
}

#content-section {
	top: 100px;
	position: absolute;
	padding-bottom: 30px;
}

.content-section-header {
	font-family: DINPro, Helvetica, Arial;
	font-weight: bold;
	font-size: 36px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 18px;
	width: 600px;
	margin-top: -10px;
}
/*
.content-table {
	display: table !important;
	border: 0;
}

.content-table {
	display: table-row !important;
	border: 0;
}

.content-cell {
	display: table-cell !important;
	vertical-align: top;
}
*/
#content-page  { padding: 40px; padding-top: 40px; width: 520px; _width: 640px !important; background: white; /*border: 1px solid #494949;*/ border: 1px solid #494949; }

#content-video {
	width: 200px;
}

.content-video-header {
	padding: 7px;
	font-family: DINPro, Helvetica, Arial;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	background: #212121;
	width: 186px;
}

.content-video-footer {
	padding: 7px;
	font-family: DINPro, Helvetica, Arial;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	background: #212121;
	width: 186px;
}

.content-video-footer span {
	cursor: pointer;
}

.content-video-item {
	width: 200px;
	position: relative;
	cursor: pointer;
}

.content-video-preview {
	width: 200px;
	min-height: 59px;
	border: 0;
}

.content-video-item .play {	position: absolute; top: 15px; right: 15px; width: 27px; height: 33px; background-image: url("play.png"); background-repeat: no-repeat; _background: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/fileadmin/templates/style/play.png", sizingMethod="scale");}

.content-video-item .plate {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 45px;
	padding-top: 7px;
	padding-bottom: 7px;
	background: #212121;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.content-video-item .label {
	position: absolute;
	bottom: 0;
	padding: 7px;
	height: 45px;
	font-family: DINPro, Helvetica, Arial;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
}

.content-page-header {
	font-family: DINPro, Helvetica, Arial;
	font-weight: bold;
	font-size: 16px;
	color: #494949;
	text-transform: uppercase;
	margin-bottom: 9px;
}

.content-text {
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #212121;
	width: 100%;
}

.content-line hr {
	margin-top: 24px;
	margin-bottom: 24px;
	font-size: 1px;
	width: 100%;
}

.content-menu {
}

.content-link {
	font-family: DINPro, Helvetica, Arial;
	font-weight: bold;
	font-size: 13px;
	color: #7a7a7a;
	text-transform: uppercase;
	text-align: left;
	position: relative;
	padding: 3px;
}

.content-link a {
	color: #7a7a7a;
	text-decoration: none;
}

.content-link-number {
	width: 7px;
	height: 7px;
	margin: 6px 0px 6px 0px;
	font-size: 0px;
	-margin-top: 4px;
	-margin-right: 2px;
	position: absolute;
	left: 0px;
	display: block;
	background: #f00;
}

.content-link-anchor {
	margin-left: 10px;
}

#col_contacts table tr {
		vertical-align: top;
	}
	
.content-contact { float: left; margin: 5px 5px 0 0; }

.content-contact-info {
	margin-left: 20px;
	margin-top: 3px;
	margin-bottom: 3px;
	height: 105px;
	line-height: 1.1;
}

.content-contact-info-top {
	vertical-align: top;
}

.content-contact-info-middle {
	vertical-align: middle;
}

.content-contact-info-bottom {
	vertical-align: bottom;
}

.content-contact-name {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

.content-contact-info-job span {
	font-family: Arial;
	color: #808080;
	font-size: 11px;
}

.content-contact-info-phone span, .content-contact-info-phone div {
	font-family: Arial;
	color: #808080;
	font-size: 11px;
}

.content-contact-info-icq span {
	font-family: Arial;
	color: #808080;
	font-size: 11px;
}

.content-contact-info-skype span {
	font-family: Arial;
	color: #808080;
	font-size: 11px;
}

.content-contact-info-email span {
	font-family: Arial;
	color: #808080;
	font-size: 11px;
	display: none;
}

.content-contact-info-email-host {
	display: none;
}

.content-contact-info-send {
	text-align: center;
	display: block;
	background: #d91f17;
	width: 130px;
	padding: 2px 0px 2px 0px;
	margin: 0px auto 0px auto;
	line-height: 8px;
}

.content-contact-info-send a {
	font-family: DINPro, Helvetica, Arial;
	font-weight: bold;
	font-size: 10px;
	/*color: #d91f17;*/
	color: #fff;
	/*background: #d91f17;*/
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.content-contact-photo-container {
	margin-top: 3px;
	margin-bottom: 3px;
	color: #6f6f6f;
	width: 105px;
	height: 105px;
}

.content-contact-photo-container > img {
	width: 105px;
	height: 105px;
}

#content-label {
	position: relative;
	width: 600px;
	background: #000;
	font-family: DINPro, Helvetica, Arial;
	font-weight: normal;
	font-size: 45px;
	text-transform: none;
	text-decoration: none;
	color: #fff;
	padding: 20px;
	}

/* Content end */

/* Search start */

.content-search-result {
	position: relative;
}

.content-search-title {
	display: none;
}

.content-search-number {	
	left: 0;
	width: 25px;
	font-family: DINPro, Helvetica, Arial;
	font-weight: bold;
	font-size: 14px;
	color: #494949;
	position: absolute;
	text-align: left;
	-left: -30px;
}

.content-search-record {
	margin-left: 35px;
	width: 430px;
}

a.content-search-header {
	font-family: DINPro, Helvetica, Arial;
	font-weight: bold;
	font-size: 14px;
	color: #494949;
	text-transform: uppercase;
	text-decoration: none;
}

.content-search-text {
	padding-top: 10px;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #212121;
}

.content-search-navigation {
	position: relative;
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse: collapse;
}

.content-search-previous {
	text-align: left;
	width: 50%;
}

.content-search-previous a {
	font-family: DINPro, Helvetica, Arial;
	font-weight: bold;
	font-size: 14px;
	color: #494949;
	text-transform: uppercase;
	text-decoration: none;
}

.content-search-pages {
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse: collapse;
}

.content-search-page {
	display: block;
	width: 8px;
	height: 8px;
	margin-left: 3px;
	margin-right: 3px;
	background-image: url("page.png");
	background-repeat: no-repeat;
}

.content-search-page a {
	display: block;
	width: 8px;
	height: 8px;
}

.content-search-page#content-search-page-selected {
	background-image: url("page-selected.png");
}

.content-search-next {
	text-align: right;
	width: 50%;
}

.content-search-next a {
	font-family: DINPro, Helvetica, Arial;
	font-weight: bold;
	font-size: 14px;
	color: #494949;
	text-transform: uppercase;
	text-decoration: none;
}
							
/* Search end */

/* News start */

.content-news-result {
	position: relative;
}

.content-news-title {
	display: none;
}

.content-news-date {	
	left: 0px;
	width: 80px;
	font-family: DINPro, Helvetica, Arial;
	font-weight: bold;
	font-size: 14px;
	color: #494949;
	position: absolute;
	text-align: left;
	height: 14px;
	-left: -80px;
}

.content-news-record {
	margin-left: 80px;
}

.content-news-header {
	padding-bottom: 10px;
}

.content-news-header a {
	font-family: DINPro, Helvetica, Arial;
	font-weight: bold;
	font-size: 14px;
	color: #494949;
	text-transform: uppercase;
	text-decoration: none;
}

.content-news-text {
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #212121;
}

.content-news-navigation {
	position: relative;
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse: collapse;
}

.content-news-previous {
	text-align: left;
	width: 50%;
}

.content-news-previous a {
	font-family: DINPro, Helvetica, Arial;
	font-weight: bold;
	font-size: 14px;
	color: #494949;
	text-transform: uppercase;
	text-decoration: none;
}

.content-news-pages { padding: 0; margin: 0; border: 0; border-collapse: collapse; color: #aaa; font-size: 0; }

.content-news-page {
	display: block;
	width: 8px;
	height: 8px;
	margin-left: 3px;
	margin-right: 3px;
	background-image: url("page.png");
	background-repeat: no-repeat;
}

.content-news-page a {
	display: block;
	width: 8px;
	height: 8px;
}

.content-news-page#content-news-page-selected {
	background-image: url("page-selected.png");
}

.content-news-next {
	text-align: right;
	width: 50%;
}

.content-news-next a {
	font-family: DINPro, Helvetica, Arial;
	font-weight: bold;
	font-size: 14px;
	color: #494949;
	text-transform: uppercase;
	text-decoration: none;
}

.content-news-more a {
	font-weight: bold;
}

.content-news-more-header {
	display: none;
}

.content-news-back a {
	margin-top: 25px;
	display: block;
	width: 100%;
	text-align: center;
	font-family: DINPro, Helvetica, Arial;
	font-weight: bold;
	font-size: 14px;
	color: #494949;
	text-decoration: none;
	text-transform: uppercase;
}
						
/* News end */

/* MailForm start */

#mailform {
}

.csc-mailform {
	border: 0;
	width: 360px;
	margin: 0px auto 0px auto;
}

.csc-mailform-field {
	margin-bottom: 7px;
}

.csc-mailform-field label {
	font-family: Arial;
	font-size: 14px;
	color: #000;
	vertical-align: top;
}

.csc-mailform-label {
	font-family: Arial;
	font-size: 14px;
	color: red;
	vertical-align: top;
	display: block;
}

.csc-mailform-field textarea {
	font-family: Arial;
	font-size: 14px;
	width: 360px;
	border: thin solid #000;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 14px;
	padding-left: 14px;
	display: block;
	resize: none;
}

.csc-mailform-field div {
	font-family: Arial;
	font-size: 14px;
}

.csc-mailform-field input.text {
	font-family: Arial;
	font-size: 14px;
	width: 360px;
	border: thin solid #000;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 14px;
	padding-left: 14px;
	display: block;
	margin-bottom: 7px;
}

.csc-mailform-field .text-field-default {
	color: #abaaaa;
}

.csc-mailform-field .text-field-filled {
	color: #000;
}

.csc-mailform-field input.text-field-default {
	color: #abaaaa;
}

.csc-mailform-field input.text-field-filled {
	color: #000;
}

.csc-mailform-field input.checkbox {
	margin-right: 7px;
	vertical-align: middle;
}

.csc-mailform-field span.csc-form-radio {
	vertical-align: middle;
}

.csc-mailform-field input.radio {
	margin-right: 7px;
	vertical-align: middle;
}

.csc-mailform-field input.password {
	width: 360px;
	border: thin solid #000;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 14px;
	padding-left: 14px;
	display: block;
}

.csc-mailform-field input.file {
	width: 250px;
	border: thin solid #000;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 14px;
	padding-left: 14px;
	display: block;
}

.csc-mailform-field select {
	font-family: Arial;
	font-size: 14px;
	border: thin solid #000;
	width: 360px;
}

.csc-mailform-submit {
	display:none;
}

.csc-mailform-send {
	text-align: center;
	padding-top: 14px;
}

.csc-mailform-send a {
	font-family: DINPro, Helvetica, Arial;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	background: #d91f17;
	padding: 3px 10px 3px 10px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.csc-header .csc-firstHeader {
}

#feedback {
	width: 100%;
	height: 100%;
	background: #fff;
}

.tx-thmailformplus-pi1 {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.mailform-success {
	text-align: center;
	font-family: Arial;
	font-size: 18px;
	color: #000;
	width: 400px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

.mailform {
	border: 0;
	width: 600px;
	margin: 0px auto 0px auto;
}

.mailform-field {
	margin-bottom: 7px;
	font-family: Arial;
	font-size: 14px;
	position: relative;
}

.mailform-field label {
	font-family: Arial;
	font-size: 14px;
	color: #000;
	vertical-align: top;
}

.mailform-field textarea {
	font-family: Arial;
	font-size: 14px;
	width: 570px;
	border: thin solid #000;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 14px;
	padding-left: 14px;
	display: block;
}

.mailform-field input.text {
	font-family: Arial;
	font-size: 14px;
	width: 570px;
	border: thin solid #000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 14px;
	padding-left: 14px;
	display: block;
	margin-bottom: 7px;
}

.mailform-field input.submit {
	display: none;
}

.mailform-field .text-field-default {
	color: #abaaaa;
}

.mailform-field .text-field-default-error {
	color: #d91f17;
	font-weight: bold;
}

.mailform-field .text-field-filled {
	color: #000;
}

.mailform-close {
	text-align: center;
	display: block;
	background: #9a9a9a;
	width: 140px;
	padding: 3px 0px 5px 0px;
	margin: 30px 0px 0px auto;
	position: absolute;
	right: 130px;
	top: 0px;
}

.mailform-close a {
	font-family: DINPro, Helvetica, Arial;
	font-weight: bold;
	font-size: 15px;
	/*color: #d91f17;*/
	color: #fff;
	/*background: #d91f17;*/
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.mailform-close-red {
	text-align: center;
	display: block;
	background: #d91f17;
	width: 110px;
	padding: 3px 0px 5px 0px;
	margin: 30px auto 0px auto;
}

.mailform-close-red a {
	font-family: DINPro, Helvetica, Arial;
	font-weight: bold;
	font-size: 15px;
	/*color: #d91f17;*/
	color: #fff;
	/*background: #d91f17;*/
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.mailform-send {
	text-align: center;
	display: block;
	background: #d91f17;
	width: 110px;
	padding: 3px 0px 5px 0px;
	margin: 30px 0px 0px auto;
	position: absolute;
	right: 0px;
	top: 0px;
}

.mailform-send a {
	font-family: DINPro, Helvetica, Arial;
	font-weight: bold;
	font-size: 15px;
	/*color: #d91f17;*/
	color: #fff;
	/*background: #d91f17;*/
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.mailform-errors {
	display: none;
}

#feedbackpopup {
	width: 600px;
	height: 460px;
	position: fixed;
	display: block;
	background: #fff;
	z-index: 1000;
	border: 1px solid #494949;
	display: none;
	padding: 40px;
	padding-top: 68px;
}

/*
#feedbackpopup .closebutton {
	top: 20px;
	right: 20px;
	width: 31px;
	height: 28px;
	position: absolute;
	z-index: 1100;
	cursor: pointer;
	background-image: url("close.png");
	background-repeat: no-repeat;
}
*/

.mailform-contact {
	padding-bottom: 40px;
}

.mailform-contact-table {
	width: 600px;
}

.mailform-contact-header {
	padding-right: 40px;
}

.mailform-contact-header span {
	font-family: DINPro, Helvetica, Arial;
	font-weight: bold;
	text-transform: uppercase;
	color: #404040;
	font-size: 40px;
}

/* MailForm end */

/* Response Data start */

.response-data {
	display: none;
}

/* Response Data end */