@charset "utf-8";
/* CSS Document */
body {
	background:url("../img/bg-top.jpg") repeat-x 0% 0%;
	background-color: #0180c5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: sans-serif,georgia;
	
	
}
.maintable
{
width: 800px; 
height:600px;

margin-left: auto;
margin-right: auto;
margin-top: 0px;
padding: 0px;
border-spacing: 0;
background-color: #0180c5;

font-weight: bold;


}
.headtabletd:hover {
  width: 800px; 
height: 39px;
background:url("../img/head-menu-bg-dark2.gif") repeat-x 0% 0%;

padding: 0px;
border-spacing: 0;
padding-left: 0;
margin-right: 0;
margin-top: 0px;
text-align:center;
color: #000000;
font-size: 17px;
cursor: pointer;
}

.headtabletd
{
width: 800px; 
height: 39px;
background:url("../img/head-menu-bg.gif") repeat-x 0% 0%;

padding: 0px;
border-spacing: 0;
padding-left: 0;
margin-right: 0;
margin-top: 0px;
text-align:center;
color: #000000;
font-size: 17px;
cursor: pointer;
}


.middletable
{
width: 800px; 


padding: 0px;
border-spacing: 0;
margin-left: 20;
margin-right: 20;
margin-top: 0px;

cursor: pointer;
} 
.footer 
{
background: url("../img/bg-footer.png") repeat-x center bottom;
margin:0 auto;
position:relative;
height:300px;
}


.foottable
{


font-size: 14px;
color: #FFFFFF;
font-weight: bold;
width: 100%;
height:300px; /*imdeni ramdenic footeria*/
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
position:absolute; 

}

.footleft
{
width: 300px;
vertical-align: bottom;
text-align: right;
padding-bottom: 20px;
padding-right: 100px;

}

.footright
{
width: 300px;
vertical-align: bottom;
text-align: left;
padding-bottom: 20px;
padding-left: 100px;



}














