/* reset styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	/*vertical-align: baseline;*/
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: #000;
	background:#fff  ;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {

	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
ul, ol {
	margin:0 0 13px 20px;
	padding:0;
	color:#7ab4e5
}
ul span, ol span {
	color:#000
}
/* end reset styles */

/* masters styles */

html, body {
	height: 100%;
}
body {
}

.clear {
	line-height:0%;
	font-size:0%;
	clear:both;
	height:0px;
}
a {
	color:#d52e25;
	text-decoration:none;
}
p {
	margin:0 0 13px 0
}
a:hover {
	text-decoration:underline;
}
img {
		border:none;
		behavior: url(/fileadmin/templates/images/iepngfix.htc)
}


h1 {
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	color:#354965;
	margin:0 0 6px 0;
	font-weight:bold;
	text-align:left
}
h1 strong {
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	color:#354965;
	margin:0 0 6px 0;
	font-weight:bold;
	text-align:left
}
h2 {
	color:#043ecc;
	font-size:14px;
	font-weight:bold;
	margin-bottom:7px
}
h3 {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#d52e25;
	font-weight:bold;
	margin:0px 0 9px 0
}
h4 {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#354965;
	font-weight:bold;
	margin:0px 0 0px 0
}

/* end masters styles */


.wrapper_main {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1000px;
	height: 814px;
	margin-left: -500px; /* half of width */
	margin-top: -407px;  /* half of height */
}
.block {
width:814px;
height:572px;
position:relative;
text-align:center;

}
