@charset "windows-1251";
* {
margin: 0;
padding: 0;
}

html {
backgrount: #ffffff;
}

body {
font-family: Verdana, Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #27348f;
}

html,body{height:100%;width:100%;}

.icon {
width: 30px;
height: 30px;
cursor: pointer;
}

img{
border:none;
}

table{
border-spacing:0;
}

tr,td{
border-spacing:0;
}

#all{
min-width:1024px;
min-height:768px;
width:100%;
height:100%;
background: white;
}

#header{
height:157px;
background:#28338f  url('img/page/title_fon.png') repeat-x;
}

td.header{background: url('img/page/title_img.png') no-repeat;}

#left{
background:#99e6b2;
width:218px;
min-height:563px;
}

#right{
width:128px;
min-height:563px;
background:#28338f url('img/page/title_right.png') no-repeat;
}

#content{
background:#ffffff;
min-width:678px;
min-height:563px;
}

#footer{
height:48px;
background:#28338f  url('img/page/title_bottom.png') repeat-x;
}

#title
{color:#ffffff; position:absolute;}

h3{left:298px; top:85px;} /*текст УСИТО*/

h4{left:41px; top:38px;} /*текст ОГУ*/
img.osu_logo{left:17px;top:38px;position:absolute;}

a{color:#ffffff;}

a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:underline;}
a:active{text-decoration:underline;}

/*Основное меню на главной странице*/
#menu_box {
position:relative;
float:left;
top:110px;
/*border-bottom: 1px dotted #000000;*/
}
#main_menu {
width: 885px;
display:block;
float:right;
padding: 0px 0px 10px 10px;
}

#main_menu li {
display: inline;
list-style-type: none;
}

/*Основное меню на главной странице*/
#main_menu li a {
font-size:10px;
width: 100px;
font-weight: bold;
text-align: center;
padding: 8px 4px 8px 4px;
float: left;
display: block;
/*border-bottom: 2px dotted #0d56a2;*/
text-transform:uppercase;
}

/*Сводка  метеоданных в разделе web термометр*/
table.meteo_data {
  border-collapse: collapse;
  width: 90%;
  border: 1px solid #6A372E;
  margin: 20px 0;
}

table.meteo_data td, table.meteo_data th {
	border-collapse: collapse;
	border: 1px solid #6A372E;
	padding: 5px;
}

table.meteo_data th {
	text-align: center;
	padding: 5px;
}

table.content_soft {
	border-collapse:collapse;
	border: 2px solid #77da97;
	font: #26338f 1em Verdana, Arial, Tahoma,  sans-serif;		
	margin: 10px 0 20px 0;	
}

table.content_soft th, table.content_soft td  {
	border:1px solid #6A372E;
	border-collapse:collapse;
	padding: 10px 20px;	
}

table.content_soft .sub {
	text-align: center;
}