@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 15px;
}

a {
	color: #b60f0f;
}

a.nodecor {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

input, textarea, select {
  color: #000;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background: none;
  border: 1px solid #d3d1d2;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

textarea {
	overflow: auto;
}

ul, ol {
	margin: 0 0 15px 25px;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	display: none;
}

#header h1 {
	float: left;
	width: 132px;
	height: 55px;
	margin: 25px 0 0 20px;
}

#header h1 a {
	display: block;
	width: 132px;
	height: 55px;
	outline: none;
}

#top h2 {
	margin: 0 0 15px 0;
	color: #fff;
	font-family: "arial", helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

#content h2 {
	margin: 1px;
	padding: 3px 0 4px 12px;
	background: #115974;
	color: #fff;
	font-family: "arial", helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}

#backend #content h2 {
	margin: 0 0 25px 0;
	padding: 0;
	background: none;
	color: #464646;
	font-family: "arial", helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

#content h2 a {
	display: block;
	width: 100%;
	height: 100%;
	background: url('../images/h2_arrow.gif') no-repeat 97% center;
	color: #fff;
	text-decoration: none;
}

#content .text h2 {
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
	color: #b60f0f;
}

#content .text h2 a {
	display: inline;
	background: none;
	color: #b60f0f;
	text-decoration: underline;
}

#content h3 {
	margin: 0 0 5px 0;
	padding: 0;
	background: none;
	color: #b60f0f;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#content h3.smaller {
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
	color: #b60f0f;
	font-size: 17px;
	font-weight: normal;
	text-transform: none;
}

#content .box_iroda h3 {
	color: #115974;
	font-size: 12px;
}

#footer h3 {
	margin: 0 0 15px 0;
	color: #b60f0f;
	font-family: "arial", helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.fix {
	display: block;
	float: none !important;
	clear: both !important;
	height: 1px;
	overflow: hidden;
}