/**
 * Standard HTML elements
 */
* {
	font-size: 100.01%;
}

address, blockquote, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, li, p, ol, table, ul {
	font-size: 100%;
	margin: .75em 0 1em;
	padding: 0;
}

div, td, th, tr {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	font-size: 100%;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

ins {
	text-decoration: none;
}

label[disabled="true"] {
	opacity: 0.4;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	top: -0.5em;
	vertical-align: baseline;
}

sub {
	top: 0.1em;
}

code,
pre {
	font-family: monospace;
	font-size: 100%;
}

b {
	font-weight: normal;
}

hr {
	border: 0 hidden;
	border-top: 1px solid #d6d6d6;
	clear: both;
	height: 0;
}


/**
 * Lists
 */
ul {
	list-style-type: none;
}

li {
	margin: 0.5em 0 0.5em 1.3em;
}

ul > li:before {
	content: '\2014\a0';
	float: left;
	margin-left: -1.25em;
}

ul > li > *:first-child:-moz-first-node {
	margin-top: -1.2em;
}

ul > li > * {
	text-indent: 0;
}

ul.navigation,
.navigation ul {
	list-style-image: none;
	margin-left: -1.3em;
}

.navigation li ul {
	margin: 0.5em 0 0 0;
}

.navigation li:before {
	content: '';
	float: none;
	margin-left: 0;
}

ul.navigation > li > *:first-child:-moz-first-node,
.navigation ul > li > *:first-child:-moz-first-node {
	margin-top: 0;
}

dl {
	margin: -2em 0 2em;
}

dt {
	margin: 3em 0 0.25em;
}

dd {
	margin: 0 0 1em 2em;
}


/**
 * Tables
 */
table,
td,
th {
	border-spacing: 0;
	border: 0;
	font-weight: normal;
}

th, td {
	padding: .5em .75em;
	text-align: left;
	vertical-align: top;
}

th {
	color: #999;
	font-size: 90%;
}

table td.b_r,
table th.b_r {
	border-right: 1px solid #888;
}

table td.b_b, table th.b_b {
	border-bottom: 1px solid #888;
}

table td.number,
table th.number {
	text-align: right;
}


/**
 * Links
 */
a:link,
a:visited {
	text-decoration: underline;
}

a:link,
.pseudo {
	color: #06839e;
}

.pseudo {
	border-bottom: 1px dashed;
	cursor: pointer;
	text-decoration: none;
}

a:visited {
	color: darkmagenta;
}

a:hover,
.pseudo:hover {
	color: #f00 !important;
}

a:link *, a:visited * {
	cursor: pointer;
}

a * {
	display: inline;
	margin: 0;
	padding: 0;
}

a.popup {

}

a.external {

}


/**
 * Headers
 */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.1;
}

h1 {
	color: #434646;
	font-size: 214%;
	margin: 0 0 .25em 22.5%;
	padding: 0 0 .2em;
	width: 53.5%;
}

h2 {
	color: #6c6c6c;
	font-size: 128.6%;
	margin: 0 0 -.4em;
	padding: .75em 0 .5em;
}

h3 {
	font-size: 107%;
	margin: 0 0 -.45em;
	padding: 1em 0 .4em;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 -.6em;
	padding: 1em 0 0;
}

h5 {
	font-size: 100%;
	margin: 0 0 -.6em;
	padding: 1em 0 0;
}

h6 {
	font-size: 100%;
	margin: 0 0 -.6em;
	padding: 1em 0 0;
}

h2:first-child,
h3:first-child {
	margin-top: 0;
}
/*
h1 + h2,
h1 + h3,
h2 + h3 {
	margin-top: 0;
}*/


/**
 * Layout
 */
body {
	background: #fff;
	color: #000;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}


/**
 * Picture
 */
.picture {
	color: #999999;
	font-size: 90%;
	margin-bottom: 1em;
}

.picture p {
	margin-top: 0;
}


/**
 * Misc
 */
.phone,
.nobr {
	white-space: nowrap;
}

.hidden,
.js .jhidden {
	display: none !important;
}

.errors {
	color: #c66;
}

.before_list {
	margin-bottom: -.5em;
}

.summary,
.source,
.date {
	font-size: 90%;
}

.measurer {
	left: 0;
	height: 1em;
	line-height: 1em;
	position: absolute;
	top: -1em;
	visibility: hidden;
	width: 100%;
}

.left {
	float: left;
	margin: 0 1em 0 0;
}

.right {
	float: right;
	margin: 0 0 0 1em;
}

.phone {
	white-space: nowrap;
}

.footnotes {
}

.footnotes p {
	margin-top: 0;
}

.footnote {
	color: #ff6a3f;
}

div.address {
	font-size: 110%;
}

blockquote {
	border-left: 1px solid #008;
	border-right: 1px solid #008;
	margin: 0 20px 2em;
	padding: 0 20px;
}

blockquote p {
	margin-top: 0;
}

blockquote .source {
	color: #999;
	margin-top: -.5em;
}

.comment {
	background: #f5f5f5;
	font-size: 90%;
	padding: 1px 10px;
}

.incut {
	border-left: 1px solid #008;
	padding: 0 20px 0 19px;
}

.empty {
	color: #aaa;
}

.warning {
	color: #f00;
}


/**
 * Simple form
 */
.simple_form .row {
	margin: 0 0 1em;
	clear: left;
	width: 100%;
}

.simple_form .label {
	float: left;
	font-weight: normal;
	margin: 0 -100% 0 0;
	width: 5.2em;
}

.simple_form .field {
	margin: 0 0 0 5.7em;
}

.simple_form .field .text {
	width: 95%;
}

.simple_form .selector {
	line-height: 1.2em;
	margin: 0 0 .5em;
	min-height: 12px;
	position: relative;
	width: 100%;
}

.simple_form .selector input {
	height: 14px;
	left: 0;
	margin: -6px 0 0;
	position: absolute;
	top: .6em;
}

.simple_form .selector label {
	display: block;
	margin: 0 0 0 20px;
}

.simple_form input,
.simple_form select,
.simple_form textarea {
	color: #636363;
}

.simple_form dl.error input {
	color: #ff6a3e;
}

.simple_form dl.error input:focus {
	color: #636363;
}


/**
 * Site Form
 */
.site_form dt.label {
	float: none;
	margin: 0 0 .2em;
	width: auto;
}

.site_form dd.field {
	margin: 0;
}

.site_form input,
.site_form textarea {
	width: 97%;
}

.site_form .radio input,
.site_form .submit input {
	width: auto;
}

.site_form .radio .field {
	display: inline;
	margin-right: 2em;
}
/*
Äëÿ seo
*/
#prohustle {
font-size:80%;
margin:-60px 0 0;
padding:0 42px 60px 45px;
text-align:justify;
}
#prohustle h2 {
font-weight:bold;
text-align:center;
}