html {
	width: 100%;
	height: 100%;
}

* {
  margin: 0;
  padding: 0;
}

a {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 12px;
	color: #333333;
}

a img {border: 0px;}

a:hover, #link a:hover {color: #e1aa01;}

.none  {color: #636563; text-decoration: none;}
.none:hover  {color: #636563; text-decoration: none;}
 
body {
	padding: 0px;
	margin:0px;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 12px;
	color: #636563;
	background: url(img/background.jpg) repeat-x #FFFFFF;
}

#podlogka {
	position:absolute;
	width:100%;
	background: url(img/background_podval.jpg) repeat-x bottom;
}

#body {	
	margin-left:auto;
	margin-right:auto;
	width:960px;	
}

#main {
	width:100%;
	position:relative;
}

p {
	margin-bottom: 10px;
	margin-top: 10px;
	text-align:justify;
}

/*button*/
.button1 {
	position:relative;
	float:left;
	top:0px;
	height:38px;
}

.button2 {
	position:relative;
	float:left;
	margin-left:1px;
	top:0px;
	height:38px;
}

.button3 {
	position:relative;
	float:left;
	margin-left:1px;
	top:0px;
	height:38px;
}

.button4 {
	position:relative;
	float:left;
	margin-left:1px;
	top:0px;
	height:38px;
}

.header_button {
	display:block;
	margin-bottom: 50px;
}

.header_button table {
	height:38px;	
}

.header_button table div {
	padding-bottom: 5px;
}

.header_button table a {
	text-decoration:none;
}
/*end button*/

/*weather window*/
.window {
	clear:both;	
	display:block;
	width:100%;
	border-bottom: 3px solid #f8cc45;
}

.window table {
	width: 100%;
}

.window #day td {
	padding-left: 10px;
}

/*.window td {
	vertical-align: bottom;
}*/

.window strong {
	font-size:18px;
	margin-bottom:5px;
	font-weight: normal;
}
/*end weather window*/

/*weather day*/
#weather_day table {
	width: 100%;
	text-align:center;
	border-top: 1px solid white;
}

#weather_day th.color1 {background: #ffffff;}
#weather_day th.color2 {background: #f8f8f8;}
#weather_day th.color3 {background: #f1f1f1;}
#weather_day th.color4 {background: #e9e9e9;}
#weather_day th.color5 {background: #d8d8d8;}
#weather_day th.color6 {background: #cecece; color:white;}

#weather_day table td, th {
	height:30px;
	border-left: 1px solid white;
	padding:5px;
}

#weather_day table td.type1, th.type1 {
	border-bottom: 1px solid #e9e9e9;
}

#weather_day table td.type2 {
	border-left: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

#weather_day table td.type3 {
	border-left: 1px solid #e9e9e9;
}
/*end weather day*/

/*weather week*/
#week {
	margin-top:50px;
	font-size:18px;
	font-weight: normal;
	width:100%;
	border-bottom: 3px solid #f8cc45;
}

#weather_week table {
	width: 100%;
	text-align:center;
	border-top: 1px solid white;
}

#weather_week th.color1 {background: #f8f8f8;}
#weather_week th.color2 {background: #f1f1f1;}
#weather_week th.color3 {background: #e9e9e9;}
#weather_week th.color4 {background: #d8d8d8;}
#weather_week th.color5 {background: #cecece;}
#weather_week th.color6 {background: #c3c3c3;}
#weather_week th.color7 {background: #b5b5b5;}

#weather_week table td, th {
	height:30px;
	border-left: 1px solid white;
}

#weather_week table table td, th {
	padding: 0px;
	margin: 0px;
}

#weather_week table td.type1, th.type1 {
	border-bottom: 1px solid #e9e9e9;
}

#weather_week table td.type2 {
	border-left: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

#weather_week table td.type3 {
	border-left: 1px solid #e9e9e9;
}
/*end weather week*/

#podval {
	padding-top:20px;
	height:100px;	
}

#podval table {
	width: 100%;
	height:80px;
}

#podval table td {
	text-align:center;
	vertical-align:bottom;
}

#podval1 {
	text-align: right;
	width:245px;
}

#logo {
	position:absolute;
	top:19px;
	right:0px;
}

.grafic {
	margin-top: 50px;
	clear:both;	
	display:block;
	width:100%;
	border-bottom: 3px solid #f8cc45;
}

.grafic strong {
	font-size:18px;
	margin-bottom:5px;
	font-weight: normal;
}