/* Teplopunkt
Author: Dmitri Anisimov
*/


/*  Разметка страницы  */

body {
	background: #fff;
	color: #663333;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	font-style: normal;
	font-size: 10pt;
	line-height: 18pt;
}

/*  Основа страницы  */
#page {
	background: url(../images/schoolpage.jpg) repeat;
	width: 800px;
	padding: 0px 20px 40px 20px;
	min-height: 1%;
}

/*  Заголовок страницы  */
#header {
	margin: 10px 0px 20px 0px;
	background : url(../images/schoologo2.gif) no-repeat right;
	height : 110px;
	background-color : #CD3301;
}

/*  Строка навигации  */
#navigation {
	height: 25px;
	margin: 10px 0px 40px 0px;
	text-align: right;
	clear: both;
	font-size : 90%;
}

/*  Основная часть  */
#content{
	background: transparent;
	text-align : justify;
	margin: 0px 0px 40px 0px;
}

/*  Боковая панель  */
#sidebar {
	width: 25%;
	padding: 0px 0px 0px 10px;
	float: right;
}

/*  Подвал страницы  */
#footer {
	text-align: left;
	clear: both;
	font-size : 80%;
	line-height : normal;
	margin: 0px 0px 60px 0px;
}

/*  Счетчики */
#counters {
	padding: 0px 0 40px 0;
	clear: both;
}

/*  Параметры текста  */

p{
	margin: 0px 0px 10px 0px;
}
h1 {
	font-size : 110%;
	margin: 0px 0px 10px;
} 
h2 {
	font-size : 105%;
	margin: 15px 0px 10px;
}
h3 {
	font-size : 100%;
	margin: 20px 0px 10px;
}
h1, h2, h3 {
	padding: 0px;
	clear: both;
	font-weight: bold;
	text-align : left;
}
#header h1{
	font-size : 36px;
	margin: 0px 0px 0px;
}

/*classes*/

.center {
text-align: center;
}
.right {
float: right;
}
.picright {
	float: right;
	margin : 5px 0px 10px 20px;
}
.left {
	float: left;
}
.picleft {
	float: left;
	margin : 5px 20px 10px 0px;
}
.none {
display: none;
}
.righttxt {
text-align: right;
}
.credits {
clear: both;
}
.comments {
	font-size : 80%;
	text-align : left;
	margin : 0px 0px 30px 0px;
}
.sign {
	font-size : 90%;
	text-align : right;
	margin : 0px 0px 30px 0px;
}
.picture {
	font-size : 90%;
	text-align : center;
	margin : 0px 0px 30px 0px;
}

/*  Иллюстрации  */

img {
	border-style: none;
	margin: 20px 0px 20px 0px;
}
#sidebar img {
	margin: 0px 0px 20px 0px;
	float: left;
	
}
#counters img {
	margin: 0px 20px 0px 0px;
	float: left;
}
.intextleft{
	float : left;
	margin : 5px 30px 0px 10px;
}
.intextright{
	float : right;
	margin : 5px 0px 10px 30px;
}
/*  Ссылки  */

a:link, a:visited {
	color : #990000;
	text-decoration : underline;
}
a:hover, a:active {
	color : #cc0000;
	text-decoration : none;
}


/*  Списки  */

ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 40px;
}
ol {
	list-style-position: outside;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 40;
}
#sidebar ul{
	list-style-type : none;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	text-align: left;
}
#content li{
	margin: 0px 0px 10px;
	text-align: left;
}

/*  Формы  */

form{
	margin: 0px 0px 20px 0px;
}
input {
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif; 
	font-size: 90%;
	padding: 0px 0px;
	background: #fff;
	color: #660000; 
	border: 1px solid #cc0000;
	margin: 4px 0px 0px 0px;
	float: left;
}

/*  Таблицы  */

table {
	border: 1px solid #660000;
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	font-size: 100%;
	text-align : center;
	width : 100%;
	margin: 2px auto 20px;
	
}
td{
	border: 1px solid #660000;
}

#wrap table {
	border : 0px none;
	margin: 0px 0px 0px 0px;
	text-align : left;
	width : auto;
}
#wrap td {
	border : 0px;
}

#wrap img {
	border-style: none;
	margin: 0px 0px 0px 0px;
}

#tech table {
	border : 0px none;
	margin: 0px 0px 0px 0px;
	text-align : center;
	width : 100%;
}
#tech td {
	border : 0px;
}
