@charset "iso-8859-2";
/* ----- CONTENT --------------------------------------------------------------------------- */



h1 {
	margin: 0px 10px 10px 10px;
	font-size: 20px;
	color: #000066;
	font-weight: bold;
}

h2 {
	background-image: url(../img/construct/arrow.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	margin: 15px 10px 5px 10px;
	font-size: 15px;
	background-position: 0px 0px;
	color: #800000;
	font-weight: bold;
}

h3 {
	margin: 5px 10px 5px 10px;
	font-size: 14px;
	color: #000066;
}

h4 {
	margin: 5px 10px 5px 10px;
	font-size: 13px;
	color: #000066;
}

p {
	margin: 10px 10px 5px 10px;
}

ul, ol {
	margin: 0px 10px 20px 40px;
	color: #000066;
	font-weight: bold;
}

li {
	margin: 5px;
}

a:link, a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}

table {
	margin: 0px auto 0px auto;
	text-align: left;
	background-color: #49696B;
}

td, th {
	margin: 5px;
	padding: 5px;
	background-color: #FFFFFF;
}

th {
	background-color: #49696B;
	color: #FFFFFF;
}

td.rub {
	background-color: #a6b5b6;
	color: #330000;
}

/* ----- FORM -------------------------------------------------------------------------------- */

fieldset {
	display: block;
	width: 400px;
	margin: 20px auto 15px auto;
	border: 0px;
	text-align: left;
}

fieldset legend {
	display: none;
	margin: 3px;
	padding: 5px;
	border: 2px solid #49696B;
	background-color: #A6B5B6;
	color: #000000;
	font-weight: bold;
}

label {
	margin: 7px 5px 0px 10px;
	width: 180px;
	color: #000066;
	display: inline;
	float: left;
	text-align: right;
	font-weight: bold;
}

input, select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	background-color: #ffffff;
	border: 1px solid #595959;
	font-size: 11px;
	
}

input, select {
	width: 230px;
}

input[type=radio] {
	margin: 0px 0px 0px 10px;
	width: 20px;
	border: 0px;
}

input[type=checkbox] {
	margin: 0px 0px 0px 50px;
	width: 20px;
	border: 0px;
}

textarea {
	width: 385px;
}

.error {
	color: #cc0000;
	font-weight: bold;
}
