﻿/*Главная css 20 b.yz 2013*/
/*==============================================*/

/*свойства страницы*/
body,td,th {
	color: #000;
	text-indent: 20px;
	text-align: center;
	font-size: 18px;
}
body {
	margin-left: 30px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
a:active {
	color: #4E67E0;
	text-decoration: none;
}
a:link {
	color: #840000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #836372;
}
a:hover {
	text-decoration: underline;
	color: #4D41DE;
}

.h1,h2,h3,h4,h5,h6
{
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}



.p_justify  {
	text-align: justify;
	text-indent: 15px;  /*отступ первой строки*/
	width: auto;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

.p_justify_18  {
	text-align: justify;
	text-indent: 15px;  /*отступ первой строки*/
	width: auto;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

.p_justify_14  {
	text-align: justify;
	text-indent: 15px;  /*отступ первой строки*/
	width: auto;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

.p_justify_16 {
	text-align: justify;
	text-indent: 15px;  /*отступ первой строки*/
	width: auto;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}


.p_center /*<p> для текста и картинок*/
{
	text-align: center;
	font-size: 24px;
}

.img_left {
	float: left;
	right: auto;
	top: auto;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-top: 5px;
}

.div_c
{
	height: 300px;
	width: 364px;
	float: left;
	clear: none;
	position: absolute;
	top: 441px;
	left: -1px;
	margin: 15px;
	z-index: auto;
	overflow: scroll;
	border: 3px dotted #C30;
	color: #906;
	padding: 10px;
	visibility: visible;
}

.div_c_2
{
	height: 683px;
	width: 412px;
	float: none;
	clear: left;
	position: absolute;
	top: 377px;
	left: 624px;
	margin: 1px;
	z-index: auto;
	overflow: scroll;
	border: thin none #FFF;
	color: #906;
	padding: 10px;
	clip: rect(20px,auto,auto,auto);
	right: auto;
	visibility: visible;
}

.p_kursiv
{
	font-style: italic;
	font-variant: normal;
	letter-spacing: 1px;
	color: #352411;
	font-weight: 600;
	text-transform: none;
}

.p_kursiv_m
{
    font-style: italic;
    font-variant: normal;
    letter-spacing: normal;
    color: #352411;
    font-weight: 500;
    text-transform: none;
    text-align: justify;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 12px;
    line-height: 25px;
    text-indent: 15px;
}

.img_center
{
	text-align: center;
}
