/*
	Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
*/

*, html, body {
margin: 0 0 0 0;

	padding: 0 0 0 0;

}

html {
	height: 100%;
}
a:link{
color: #FFFFFF;
text-decoration: underline;

}

a:visited {color: #FFFFFF}  /* visited link */
a:active {color: #FFFFFF}

a:hover{

color: #FFFFFF;
text-decoration: underline;


}



body {
	background: #fff ;
	font-family:  Tahoma;
	font-size: 11px;
	height: 100%;
}

#wapka{
  border: 3px #3366ff solid;
}
#wapka2{
  border: 6px #3366ff solid;
  border-bottom: 0px;
  border-top: 0px;
}
#menu {
background-color: #3366ff;
height: 30px;
width: 100%;
color: #FFFFFF;
font-size: 17px;
padding-top: 5px;
text-align: center;

}



#menu ul {


	list-style: none;

	}

#menu ul li {
	display:inline;
	
color: #FFFFFF;
text-decoration: underline;
margin-left: 2%;
}

   #copy {



background-color: #3366ff;
height: 20px;
width: 100%;
color: #FFFFFF;
font-size: 15px;
padding-top: 5px;
text-align: center;

}

#menu_item{
color: #FFFFFF;
text-decoration: underline;

margin-left: 2%;
}

#block{
  background-image: url(../images/blok_mid.jpg) ;
  width: 244px;
 }
 #block_bot{

 background-image: url(../images/blok_bot.jpg);
 height: 15px;
  width: 244px;
 }
  #top_left{

   /*  background: url(../images/topleft.jpg) left top transparent no-repeat; */
     height: 280px;
  }

   #top_right{

    /* background: url(../images/topright.jpg) right top transparent no-repeat;  */
     height: 280px;
  }
   #zagolov{
     color: #FFFFFF;
     font-size: 14px;
     font-weight: bold;
     font-family: Tahoma;
   }
   #podrob{
     color: #0000CC;
     text-decoration: underline;
     font-size: 12px;
     text-align: right;
     margin-right: 15px;
     font-weight: bold;
     font-family: Tahoma;
   }
    #main_txt{
      text-align: justify;
      font-size: 15px;
      color: #000000;
      font-family: Tahoma;
      margin: 10px;
      margin-top: 0px;
    }
  img{
    border: 1px solid;
    color: #3333FF;
  }
  img.noborder{
    border: 0px;
  }
  
    .noborder img{
    border: 0px;
  }




